Subject : [BUG] kacpi_notify goes into an infinite loop (luckly it calls cond_resched) Submitter : Steven Rostedt <rostedt@goodmis.org> Date : 2010-05-29 1:01 Message-ID : 1275094882.22648.607.camel@gandalf.stny.rr.com References : http://marc.info/?l=linux-kernel&m=127509490405845&w=2 This entry is being used for tracking a regression from 2.6.33. Please don't close it until the problem is fixed in the mainline. Caused by: commit fa80945269f312bc609e8384302f58b03c916e12 Author: Thomas Renninger <trenn@suse.de> Date: Sat Feb 20 11:44:27 2010 +0100 ACPI thermal: Don't invalidate thermal zone if critical trip point is bad First-Bad-Commit : fa80945269f312bc609e8384302f58b03c916e12
Please attach acpidump and dmidecode output. You may already want to double check whether ACPI_DEBUG is compiled into your kernel (zcat /proc/config.gz |grep CONFIG_ACPI_DEBUG). If it is it might make sense to remove some ACPI drivers: rmmod battery;rmmod ac (ar some polling candidates) and increase debug level/layer shortly while this happens: echo 0xFFFFFFFF >/sys/module/acpi/parameters/debug_layer echo 0xF >/sys/module/acpi/parameters/debug_level (or even: echo 0x20F >/sys/module/acpi/parameters/debug_level which may show quite some output). Hmm, best you start this tiny script when this happens (untested may have a typo): =============== #!/bin/bash logger "START ACPI LOGGING" echo 0xFFFFFFFF >/sys/module/acpi/parameters/debug_layer echo 0x20F >/sys/module/acpi/parameters/debug_level sleep 1 echo 0 >/sys/module/acpi/parameters/debug_layer echo 0xF >/sys/module/acpi/parameters/debug_level logger "STOP ACPI LOGGING" =============== and send syslog output between START and STOP message.
please verify if the patches at https://bugzilla.kernel.org/show_bug.cgi?id=15924#c45 helps.
ping...
close this bug as there is no response from bug reporter, neither in bugzilla nor in mail list.