Problem Description: Current acpi thermal driver doesn't care about pending task when deleteing timer. The acpi_thermal_check() will still be called by pending task and may set up another timer for it, even if thermal module has been removed. When remove thermal module, kfree(tz) should be called. These issues are found by Li, Shaohua.
Created attachment 3517 [details] proposal patch by Shaohua
Len, please apply this patch by Shaohua. thanks
shipped in 2.6.9 - closing.