From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753109AbYI2Pzc (ORCPT ); Mon, 29 Sep 2008 11:55:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751264AbYI2PzY (ORCPT ); Mon, 29 Sep 2008 11:55:24 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:44945 "EHLO g1t0026.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbYI2PzX (ORCPT ); Mon, 29 Sep 2008 11:55:23 -0400 From: Bjorn Helgaas To: Jesse Barnes , Len Brown , Linus Torvalds Subject: [patch 0/2] don't check disabled PCI BARs for conflicts with PNP devices Date: Mon, 29 Sep 2008 09:53:54 -0600 User-Agent: KMail/1.9.9 Cc: Frans Pop , Rene Herman , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Adam Belay , Avuton Olrich , Karl Bellve , Willem Riede , Matthew Hall MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809290953.56565.bjorn.helgaas@hp.com> X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These two patches address this 2.6.26 regression, so they should go in before 2.6.27: http://bugzilla.kernel.org/show_bug.cgi?id=11550 This PNP/PCI resource conflict area has been a trouble spot in the past: http://thread.gmane.org/gmane.linux.acpi.devel/27312 https://bugzilla.redhat.com/show_bug.cgi?id=280641 https://bugzilla.redhat.com/show_bug.cgi?id=313491 It would be great if Matthew, Avuton, Karl, and Willem could test these patches to make sure they don't re-introduce the old problem. Bjorn