Bug 20782
Summary: | Warning in suspend_test_finish after resuming from suspend | ||
---|---|---|---|
Product: | Power Management | Reporter: | Daniel Hahler (linux-bugs) |
Component: | Hibernation/Suspend | Assignee: | Rafael J. Wysocki (rjw) |
Status: | REJECTED OBSOLETE | ||
Severity: | normal | CC: | rjw, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36-rc7-blueyed-00145-g50c6dc9 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 | ||
Attachments: | "dmesg" output from reproducing |
Description
Daniel Hahler
2010-10-19 21:06:47 UTC
Can you please unset CONFIG_PM_VERBOSE in your kernel .config file and see if the problem is still there in that configuration? Yes, still there: [ 858.426346] PM: resume devices took 19.750 seconds [ 858.426348] ------------[ cut here ]------------ [ 858.426355] WARNING: at kernel/power/suspend_test.c:53 suspend_test_finish+0x85/0x90() [ 858.426357] Hardware name: [ 858.426358] Component: resume devices, time: 19750 [ 858.426360] Modules linked in: aes_i586 aes_generic binfmt_misc usb_storage nvidia(P) it87 hwmon_vid snd_emu10k1 eeprom snd_rawmidi snd_ac97_codec snd_bt87x lm90 ac97_bus snd_pcm sbp2 snd_util_mem emu10k1_gp ieee1394 snd_hwdep snd_timer psmouse gameport serio_raw snd i2c_nforce2 k8temp agpgart joydev snd_page_alloc soundcore raid10 raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid0 multipath linear sha256_generic dm_crypt twofish_generic twofish_i586 twofish_common raid1 hid_microsoft firewire_ohci usbhid firewire_core crc_itu_t hid pata_amd [last unloaded: sky2] [ 858.426397] Pid: 6666, comm: pm-suspend Tainted: P 2.6.36-rc8-blueyed-00045-g51ea8a8 #4 [ 858.426400] Call Trace: [ 858.426406] [<c0142522>] warn_slowpath_common+0x72/0xa0 [ 858.426409] [<c017c175>] ? suspend_test_finish+0x85/0x90 [ 858.426413] [<c017c175>] ? suspend_test_finish+0x85/0x90 [ 858.426416] [<c01425f3>] warn_slowpath_fmt+0x33/0x40 [ 858.426419] [<c017c175>] suspend_test_finish+0x85/0x90 [ 858.426423] [<c017bdef>] suspend_devices_and_enter+0xbf/0x210 [ 858.426427] [<c017c048>] enter_state+0x108/0x130 [ 858.426430] [<c017b6bb>] state_store+0x6b/0xb0 [ 858.426433] [<c017b650>] ? state_store+0x0/0xb0 [ 858.426438] [<c0358b10>] kobj_attr_store+0x20/0x30 [ 858.426443] [<c026afa9>] sysfs_write_file+0x99/0xf0 [ 858.426448] [<c02118aa>] vfs_write+0x9a/0x160 [ 858.426451] [<c026af10>] ? sysfs_write_file+0x0/0xf0 [ 858.426454] [<c0212212>] sys_write+0x42/0x70 [ 858.426458] [<c0103093>] sysenter_do_call+0x12/0x22 [ 858.426461] ---[ end trace 8abca8d5b843920e ]--- [ 858.426506] PM: Finishing wakeup. But it stopped the message spam I've reported in bug 20112. It's great that kernel bugzilla is back. can you please verify if the problem still exists in the latest upstream kernel? I do not have access to the system where this happened anymore. I am closing it as "obsolete". |