Bug 27412
Summary: | Asus N61JQ does not shutdown unless nolapic given | ||
---|---|---|---|
Product: | ACPI | Reporter: | Ozan Caglayan (ozan) |
Component: | Power-Off | Assignee: | acpi_power-off |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, lenb, rion4ik, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg after booting normally
dmesg after booting with nolapic (shutdowns correctly) Screenshot of hung shutdown Screenshot of successful shutdown with nolapic |
Description
Ozan Caglayan
2011-01-23 16:51:31 UTC
Created attachment 44852 [details]
dmesg after booting normally
Created attachment 44862 [details]
dmesg after booting with nolapic (shutdowns correctly)
Created attachment 44872 [details]
Screenshot of hung shutdown
Created attachment 44882 [details]
Screenshot of successful shutdown with nolapic
This happens occasionally, not on every boot. This looks like a cpuidle bug to me. intel_idle enabled and the suggested patches are applied: From 2a2d31c8dc6f1ebcf5eab1d93a0cb0fb4ed57c7c Mon Sep 17 00:00:00 2001 From: Shaohua Li <shaohua.li@intel.com> Date: Mon, 10 Jan 2011 09:38:12 +0800 Subject: [PATCH 3/5] intel_idle: open broadcast clock event From ec30f343d61391ab23705e50a525da1d55395780 Mon Sep 17 00:00:00 2001 From: Shaohua Li <shaohua.li@intel.com> Date: Mon, 24 Jan 2011 08:00:01 +0000 Subject: [PATCH 5/5] fix a shutdown regression in intel_idle Fix a shutdown regression caused by 2a2d31c8dc6f ("intel_idle: open broadcast clock event"). The clockevent framework can automatically shutdown broadcast timers for hotremove CPUs. And we get a shutdown regression when we shutdown broadcast timer for hot remove CPU, so just delete some code. The user reported that 1 out of 2 shutdown attempts failed. I experience the same with my Toshiba Satellite A300 1G2 but on every boot. Linux dizzynb.local 2.6.37.4-zen+ #3 ZEN SMP PREEMPT Sun Mar 20 15:40:09 YEKT 2011 x86_64 Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz GenuineIntel GNU/Linux. patches above are included The user reported back that he's not having these random shutdown hangs with 2.6.37.2, I think that we can close this bug as fixed. Regarding your issue with Toshiba Satellite, I think you should file a new bug report and try to determine the last good and the first bad kernel versions if possible in order to speed up the bug triaging process. Thanks. Closing this with CODE_FIX but we don't actually know which commit fixed this in 2.6.37.y stable branch. just compiled 2.6.38. no bugs =) |