Bug 8181
Summary: | suspend/resume hangs until keypress | ||
---|---|---|---|
Product: | Power Management | Reporter: | Tomas Janousek (tomi) |
Component: | Other | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | gmazyland |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.29-rc3-git20070311 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmesg before suspend
kernel config lspci/cpuinfo/lsmod |
Description
Tomas Janousek
2007-03-12 04:28:08 UTC
Created attachment 10712 [details]
dmesg before suspend
Created attachment 10713 [details]
kernel config
Created attachment 10714 [details]
lspci/cpuinfo/lsmod
Seems the same as in thread here (I see it on Thinkpad X60s) http://lkml.org/lkml/2007/3/11/112 2.6.21-rc3 with NO_HZ or CONFIG_TICK_ONESHOT, suspend trace: enable_nonboot_cpus _cpu_up raw_notifier_callchain (CPU_UP_PREPARE) ... update_sched_domains detach_destroy_domains [waits here] --> synchronize_sched (==synchronize_rcu) (some details in thread above) Maybe related to http://lkml.org/lkml/2007/3/13/3 Fixed for me by the patch here http://lkml.org/lkml/2007/3/16/406 For me as well. |