Bug 15728
Summary: | 2.6.34-rc3 doesn't suspend to disk (-rc2 did) | ||
---|---|---|---|
Product: | Power Management | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | jirislaby, maciej.rutecki, nigel, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34-rc3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 15310 | ||
Attachments: | patch for the issue |
Description
Maciej Rutecki
2010-04-08 18:42:41 UTC
I hit that with opensuse factory today. echo disk > /sys/power/state works fine there. The kernel is -rc2-git3 (plus other patches of course). I'll look into that later if noone beats me to it. Created attachment 25923 [details]
patch for the issue
I'm not sure whether the second paragraph in the changelog holds. For me it works.
OK, I assume you have tested it both with and without CONFIG_DEBUG_BLOCK_EXT_DEVT. I guess it should be pushed to Linus soon. I wonder which change broke it, though. Handled-By : Jiri Slaby <jslaby@suse.cz> Patch : https://bugzilla.kernel.org/attachment.cgi?id=25923 (In reply to comment #3) > OK, I assume you have tested it both with and without > CONFIG_DEBUG_BLOCK_EXT_DEVT. Yes. > I wonder which change broke it, though. I will bisect it later and make a note here. (In reply to comment #4) > (In reply to comment #3) > > I wonder which change broke it, though. > > I will bisect it later and make a note here. I'm confused. I can reproduce it in 2.6.33 with DEBUG_BLOCK_EXT_DEVT set too. But suse with 33 and that option set worked OK. Waiting for Jiri's input. |