From: Matthew Wilcox Subject: Re: [discuss] Re: 2.6.19-rc4: known unfixed regressions (v3) Date: Tue, 7 Nov 2006 10:56:52 -0700 Message-ID: <20061107175651.GV27140@parisc-linux.org> 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 , linux-pm@osdl.org, Ernst Herzberg , Christian , Alex Romosan , openib-general@openib.org, Linux Kernel Mailing List , linux-ide@vger.kernel.org, Linus Torvalds , oprofile-list@lists.sourceforge.net, Jens Axboe , linux-pci@atrey.karlin.mff.cuni.cz, Elimar Riesebieter , discuss@x86-64.org, Komuro , Jeff Chua , Tim Chen , phil.el@wanadoo.fr, cpufreq@lists.linux.org.uk, gregkh@suse.de, neilb@cse.unsw.edu.au, Adrian Bunk , linux-acpi@vger.kernel.org, mingo@redhat.com, nfs@lists.sourceforge.net, "Eric W. Biederman" Return-path: To: Aaron Durbin 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: On Tue, Nov 07, 2006 at 09:50:54AM -0800, Aaron Durbin wrote: > Maybe Andi can shed some light on the reasoning for not checking e820 > to see if the entire MMCONFIG region is reported as reserved in the > e820 map. 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. > = > Does that seem like a good avenue to pursue? Sounds much better than Eric's idea of maximum bus number currently in use (which was also my first thought). But rather than skipping the resource insertion, I believe you should limit its size to the largest multiple of 1MB that will fit within the reserved region.