Most recent kernel where this bug did *NOT* occur: 2.6.20 Distribution: debian testing/unstable Hardware Environment: HP Compaq nx7300 (generally the same as nx7400) Software Environment: Problem Description: I use hibernate and uswsusp. When I try to suspend to disk, it gets stuck on 'Suspending consoles' and does not continue until I press like 3 keys. It does the same on resume.
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.