Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754578AbYCMKGR (ORCPT ); Thu, 13 Mar 2008 06:06:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752028AbYCMKGH (ORCPT ); Thu, 13 Mar 2008 06:06:07 -0400 Received: from mail.gmx.net ([213.165.64.20]:56578 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752013AbYCMKGG (ORCPT ); Thu, 13 Mar 2008 06:06:06 -0400 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1/D9IYtJsrDnI2LUheyKDd5qFKXtiA8uh+Ysv0ce6 TejEjMHRz7MZ3G Date: Thu, 13 Mar 2008 11:06:10 +0100 (CET) From: Guennadi Liakhovetski To: Greg KH cc: Linus Torvalds , "Rafael J. Wysocki" , Jeff Garzik , LKML , Adrian Bunk , Andrew Morton , Natalie Protasevich , Ingo Molnar , Len Brown Subject: Re: pcibios_scanned needs to be set in ACPI? (was Re: 2.6.25-rc5: Reported regressions from 2.6.24) In-Reply-To: <20080313054400.GA17102@kroah.com> Message-ID: References: <47D6D61F.4050805@garzik.org> <200803112341.42517.rjw@sisk.pl> <20080312203205.GB17187@kroah.com> <20080312212704.GA16836@kroah.com> <20080312213826.GA17101@kroah.com> <20080312225421.GA24449@kroah.com> <20080313054400.GA17102@kroah.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2098 Lines: 57 On Wed, 12 Mar 2008, Greg KH wrote: > On Wed, Mar 12, 2008 at 04:09:17PM -0700, Linus Torvalds wrote: > > > > > > On Wed, 12 Mar 2008, Greg KH wrote: > > > > > > I can't get a box here to produce both of those PCI: messages myself, > > > and neither can Len, so something is really odd here. > > Ok, stupid me, this was my fault. I was assuming that pci busses would > never be registered multiple times with the pci core. Obviously this > isn't true. The previous patch I proposed was only paying attention to > the PCI devices, and that logic is just fine (it's already protected > when it is attempted to be registered multiple times.) > > So, the patch below fixes the issue for me, and reboot seems to work as > well. > > Guennadi, can you test this out on your machine? Yes, it fixes all _3_ startup warnings and lets the machine reboot and power off again. 3 warnings are the 2 reported as a regression from 2.6.24, and one present also under 2.6.24: PCI: Probing PCI hardware sysfs: duplicate filename 'bridge' can not be created WARNING: at fs/sysfs/dir.c:424 sysfs_add_one() Pid: 1, comm: swapper Not tainted 2.6.24-hires-nohz #2 [] show_trace_log_lvl+0x1a/0x30 [] show_trace+0x12/0x20 [] dump_stack+0x6e/0x80 [] sysfs_add_one+0x9d/0xe0 [] sysfs_create_link+0x8b/0x130 [] pci_bus_add_devices+0x94/0x120 [] pci_legacy_init+0x50/0xf0 [] kernel_init+0x142/0x320 [] kernel_thread_helper+0x7/0x14 ======================= pci 0000:00:01.0: Error creating sysfs bridge symlink, continuing... So, well done! I was going to disturb you with that one after 2.6.25, now I don't have to any more, unless we want it fixed in 2.6.24-stable. > thanks for your patience, always at your disposal:-) Thanks Guennadi --- Guennadi Liakhovetski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/