From: Andi Kleen Subject: Re: [discuss] Re: 2.6.19-rc4: known unfixed regressions (v3) Date: Wed, 8 Nov 2006 16:14:01 +0100 Message-ID: <200611081614.03735.ak@suse.de> References: <20061107171143.GU27140@parisc-linux.org> <8f95bb250611070950m3dc45674gbd370e3173b6168d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Cc: Andrew Morton , len.brown@intel.com, Thierry Vignaud , Matthew Wilcox , Ernst Herzberg , Aaron Durbin , Alex Romosan , openib-general@openib.org, neilb@cse.unsw.edu.au, linux-ide@vger.kernel.org, Linus Torvalds , oprofile-list@lists.sourceforge.net, Jens Axboe , linux-pci@atrey.karlin.mff.cuni.cz, Elimar Riesebieter , linux-pm@osdl.org, Komuro , Jeff Chua , Tim Chen , phil.el@wanadoo.fr, gregkh@suse.de, Linux Kernel Mailing List , Christian , Adrian Bunk , linux-acpi@vger.kernel.org, mingo@redhat.com, nfs@lists.sourceforge.net, Return-path: To: discuss@x86-64.org In-Reply-To: <8f95bb250611070950m3dc45674gbd370e3173b6168d@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org List-ID: > I can patch up the pci_mmcfg_insert_resource to verify if = > the region that is exported by ACPI is reserved in e820 and printk an > error message if it is not and skip the resource insertion. It probably should get its information from pci_mcfg_init() and only reserve what is used there instead of adding duplicate e820 checking code somewhere else. Or perhaps only reserve when the bus is discovered? -Andi