Bug 7452 - acpiphp does not remove acpi notifier for PCI root bridge when no ejectable slots are found
Summary: acpiphp does not remove acpi notifier for PCI root bridge when no ejectable s...
Status: REJECTED INSUFFICIENT_DATA
Alias: None
Product: Drivers
Classification: Unclassified
Component: HotPlug (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Greg Kroah-Hartman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 17:38 UTC by Kristen
Modified: 2008-09-23 10:39 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.19-rc4
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Kristen 2006-11-02 17:38:11 UTC
> Hi!
>
> With 2.6.19-rc4, acpi complains about "acpiphp_glue: cannot get bridge
> info" each time I close/reopen the lid... On thinkpad x60. Any ideas?
> (-mm1 behaves the same).
>                                                                       Pavel
> --


There is a bug here in that acpiphp shouldn't even be used on the X60 -
it has no hotpluggable slots.  This problem only occurs when acpiphp is
built in, as when a module it just doesn't load.  It appears to not clean
up after itself properly when it finds no ejectable slots and leaves the
acpi notifier installed for the PCI Root Bridge.  The message is printing
"cannot get bridge info" because it partially cleaned some stuff up (without
actually removing the notifier).  This should be fixed.
Comment 1 Natalie Protasevich 2008-04-04 08:37:23 UTC
Kristen, has this problem been fixed?
Thanks.

Note You need to log in before you can comment on or make changes to this bug.