Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ACPI: created a dedicated workqueue for notify() execution"
This reverts commit 37605a6. Again. This same bug has now been introduced twice: it was done earlier by commit b8d3519, only to be reverted last time in commit 72945b2. We must NOT try to queue up notify handlers to another thread than the normal ACPI execution thread, because the notifications on some systems seem to just keep on accumulating until we run out of memory and/or threads. Keeping events within the one deferred execution thread automatically throttles the events properly. At least the Compaq N620c will lock up completely on the first thermal event without this patch reverted. Cc: David Brownell <[email protected]> Cc: Len Brown <[email protected]> Cc: Alexey Starikovskiy <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information