From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1370690146.2938.64.camel@sauron.fi.intel.com> Subject: Re: [PATCH] x86/PCI: setup data may be in highmem From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Matt Fleming Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, Matt Fleming , Matthew Garrett , Seth Forshee , Jesse Barnes , stable@vger.kernel.org Date: Sat, 08 Jun 2013 14:15:46 +0300 In-Reply-To: <1369215782-32697-1-git-send-email-matt@console-pimps.org> References: <1369215782-32697-1-git-send-email-matt@console-pimps.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, 2013-05-22 at 10:43 +0100, Matt Fleming wrote: > From: Matt Fleming > > pcibios_add_device() assumes that the physical addresses stored in > setup_data are accessible via the direct kernel mapping, and that > calling phys_to_virt() is valid. This isn't guaranteed to be true on x86 > where the direct mapping range is much smaller than on x86-64. > > Calling phys_to_virt() on a highmem address results in the following, Fixes paging request oops for me as well, thanks! Would you please add a -stable tag to this patch? -- Best Regards, Artem Bityutskiy