Bug 11064
Summary: | resume failure on thinkpad x61s | ||
---|---|---|---|
Product: | Power Management | Reporter: | maximilian attems (max) |
Component: | Hibernation/Suspend | Assignee: | Rafael J. Wysocki (rjw) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | br1, bunk, hpa |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.26-rc9 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 10492 | ||
Attachments: |
dmesg
Possible fix |
Description
maximilian attems
2008-07-09 13:24:13 UTC
Created attachment 16777 [details]
dmesg
Can you try to revert commit 4b4f7280d7fd1feeff134c2cf2db32fd583b6c29 and retest, please? 4b4f7280d7fd1feeff134c2cf2db32fd583b6c29 isn't easily revertable. anyway bisecting and currently on second try 3ea9eed49346eb80f17f1c6539c47dc508be1173 is good as expected, will post bisect result soonest. (In reply to comment #3) > 4b4f7280d7fd1feeff134c2cf2db32fd583b6c29 isn't easily revertable. Reverts for me 100% cleanly. Can you please verify that you're testing -rc9 without any additional patches? hmm bisecting on plain linux-2.6 linus branch, 537388bb6563bfde7c0307b95ecc1f7a1ae39b02 turned out to be good that includes 4b4f7280d7fd1feeff134c2cf2db32fd583b6c29. not sure if i reproduced correctly immediately launching suspend to ram after gdm login. will recheck plain 2.6.26-rc9 on desktop usage soonest. thanks The problem has been confirmed. References : http://marc.info/?l=linux-kernel&m=121584459809675&w=4 Handled-By : Rafael J. Wysocki <rjw@sisk.pl> The solution appears to be not to use the s3_bios user space resume quirk related to graphics. Still, we need to verify if the quirk is generally broken by commit 4b4f7280d7fd1feeff134c2cf2db32fd583b6c29. Created attachment 16809 [details]
Possible fix
Please test out this patch.
Back, will continue bisect later today and test proposed patch. could verify that 2.6.26 is affected. thanks got the same problem on a X61 thinkpad and kernel 2.6.26. peter anvin's patch solves the problem for me! Tested-by: maximilian attems <max@stro.at> patch solves resume problem. thanks hpa :) Fixed by: commit 3bf2e77453a87c22eb57ed4926760ac131c84459 cool, please send it over to stable@kernel.org too, thanks. |