mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: Greg KH <greg@kroah.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>, Jeff Garzik <jeff@garzik.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Adrian Bunk <bunk@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Natalie Protasevich <protasnb@gmail.com>,
	Ingo Molnar <mingo@elte.hu>, Len Brown <len.brown@intel.com>
Subject: Re: pcibios_scanned needs to be set in ACPI?  (was Re: 2.6.25-rc5: Reported regressions from 2.6.24)
Date: Thu, 13 Mar 2008 11:06:10 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.64.0803131057550.4625@axis700.grange> (raw)
In-Reply-To: <20080313054400.GA17102@kroah.com>

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
 [<c010541a>] show_trace_log_lvl+0x1a/0x30
 [<c0105ed2>] show_trace+0x12/0x20
 [<c010675e>] dump_stack+0x6e/0x80
 [<c01b246d>] sysfs_add_one+0x9d/0xe0
 [<c01b328b>] sysfs_create_link+0x8b/0x130
 [<c01f9f14>] pci_bus_add_devices+0x94/0x120
 [<c03f3920>] pci_legacy_init+0x50/0xf0
 [<c03d95f2>] kernel_init+0x142/0x320
 [<c0104fe3>] 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

  parent reply	other threads:[~2008-03-13 10:06 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10 23:14 2.6.25-rc5: Reported regressions from 2.6.24 Rafael J. Wysocki
2008-03-11  0:40 ` Jeff Garzik
2008-03-11  1:05   ` Rafael J. Wysocki
2008-03-11  2:15   ` Linus Torvalds
2008-03-11  3:00     ` Andrew Morton
2008-03-11  8:28       ` Ingo Molnar
2008-03-11 18:57     ` Jeff Garzik
2008-03-11 22:41       ` Rafael J. Wysocki
2008-03-12 20:01         ` Linus Torvalds
2008-03-12 20:32           ` Greg KH
2008-03-12 21:27             ` pcibios_scanned needs to be set in ACPI? (was Re: 2.6.25-rc5: Reported regressions from 2.6.24) Greg KH
2008-03-12 21:38               ` Greg KH
2008-03-12 22:25                 ` Linus Torvalds
2008-03-12 22:54                   ` Greg KH
2008-03-12 23:09                     ` Linus Torvalds
2008-03-13  4:48                       ` Greg KH
2008-03-13  5:44                       ` Greg KH
2008-03-13  6:24                         ` Yinghai Lu
2008-03-13 10:07                           ` Guennadi Liakhovetski
2008-03-13 10:06                         ` Guennadi Liakhovetski [this message]
2008-03-13 15:32                           ` Greg KH
2008-03-12 21:41               ` Len Brown
2008-03-12 22:20               ` Linus Torvalds
2008-03-12 22:34                 ` Greg KH
2008-03-12 23:02                   ` Linus Torvalds
2008-03-12 23:16                     ` Greg KH
2008-03-12 23:32                       ` Guennadi Liakhovetski
2008-03-12 23:37                         ` Greg KH
2008-03-12 23:35                       ` Linus Torvalds
2008-03-12 23:17                     ` Guennadi Liakhovetski
2008-03-12 23:37                       ` Linus Torvalds
2008-03-12 23:47                         ` Guennadi Liakhovetski
2008-03-17 19:20         ` 2.6.25-rc5: Reported regressions from 2.6.24 Jeff Garzik
2008-03-11 12:22 ` Stefan Richter
2008-03-11 13:04   ` Adrian Bunk
2008-03-17 21:28     ` Thomas Meyer
2008-03-19  9:15       ` Stefan Richter
2008-03-12 22:12 ` Christian Kujau
2008-03-12 23:01   ` Rafael J. Wysocki
2008-03-13  5:03 ` David Chinner
2008-03-13 21:12   ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0803131057550.4625@axis700.grange \
    --to=g.liakhovetski@gmx.de \
    --cc=akpm@linux-foundation.org \
    --cc=bunk@kernel.org \
    --cc=greg@kroah.com \
    --cc=jeff@garzik.org \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=protasnb@gmail.com \
    --cc=rjw@sisk.pl \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®