Bug 2350
Summary: | rmmod processor.ko can panic() if CONFIG_PREEMPT is enabled | ||
---|---|---|---|
Product: | ACPI | Reporter: | Dominik Brodowski (linux) |
Component: | Power-Processor | Assignee: | acpi_power-processor |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.5-rc2 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Dominik Brodowski
2004-03-22 01:11:28 UTC
please check if the patch in Bug 1716 resolves your problem Indeed, it's solved by the patch in bug 1716. However, the "patch for prevent sleeping in atomic area" is inacceptable, IMHO: the acpi_device_lock is taken around acpi_processor_remove for a reason, and dropping that lock within acpi_processor_remove breaks stuff seriosly -- and that's even more harmful than the sleep warning. *** This bug has been marked as a duplicate of 1716 *** |