From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: aic7xxx broken in 2.6.18-rc3-mm2 Date: Fri, 11 Aug 2006 18:03:17 -0700 Message-ID: <20060812010317.GB25689@kroah.com> References: <1155334308.7574.50.camel@localhost.localdomain> <1155335237.3552.48.camel@mulgrave.il.steeleye.com> <1155335506.7574.54.camel@localhost.localdomain> <1155336653.3552.54.camel@mulgrave.il.steeleye.com> <1155337603.7574.61.camel@localhost.localdomain> <20060811162124.66895682.akpm@osdl.org> <1155341835.7574.76.camel@localhost.localdomain> <20060811173624.b60d8c47.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ns1.suse.de ([195.135.220.2]:9394 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932408AbWHLBDc (ORCPT ); Fri, 11 Aug 2006 21:03:32 -0400 Content-Disposition: inline In-Reply-To: <20060811173624.b60d8c47.akpm@osdl.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton Cc: Dave Hansen , Daniel Ritz , James Bottomley , Linux Kernel Mailing List , linux scsi , ak@suse.de On Fri, Aug 11, 2006 at 05:36:24PM -0700, Andrew Morton wrote: > On Fri, 11 Aug 2006 17:17:15 -0700 > Dave Hansen wrote: > > > Well, I have a new culprit of the hour: > > > > gregkh-pci-pci-use-pci_bios-as-last-fallback > > Thanks, I'll drop it. > > > There was a previous patch that messed up a few of my machines and this > > same driver a few months ago, which accounts for my sense of deja vu: > > > > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc6/2.6.16-rc6-mm1/broken-out/gregkh-pci-pci-give-pci-config-access-initialization-a-defined-ordering.patch Ugh, this is a mess. Daniel, why does your machine need this patch, yet as per Dave's comments, it's wrong? I think it might come down to the fact that the ordering before used to not always happen in the same order (it depended on config options and linker luck.) Now it's "fixed" to be the same way all the time. Daniel, can't you solve this with the proper pci boot option? thanks, greg k-h