Bug 12005
Summary: | Regression: 2.6.28-rc2 thru -rc4 Hibernation fails -- no write to disk | ||
---|---|---|---|
Product: | Power Management | Reporter: | Duncan (1i5t5.duncan) |
Component: | Hibernation/Suspend | Assignee: | Rafael J. Wysocki (rjw) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | akpm, jbarnes, tj |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 11808 | ||
Attachments: | 2.6.28-rc3 .config |
Description
Duncan
2008-11-10 10:30:08 UTC
Created attachment 18785 [details]
2.6.28-rc3 .config
It's strange that a DRM change would have that effect, but not the strangest! I'll add Jesse to the Cc. The second issue is a separate one, so please open another bug entry for it. Now, I have no idea what the problem may be. If you can carry out a bisection, please do so. Are you sure your hibernation is completing? We have another, possibly related bug open that was causing the ATI DRM driver to panic at suspend time (depending on your configuration), I wonder if that's what you're hitting? (In reply to comment #4) > Are you sure your hibernation is completing? We have another, possibly > related > bug open that was causing the ATI DRM driver to panic at suspend time > (depending on your configuration), I wonder if that's what you're hitting? Well, I did say it's failing to write the image to disk, so of course it can't resume. To me, that's the same as saying the hibernate isn't completing, but perhaps you are making a distinction between the quiescing, etc and the image write that I didn't make. It could indeed be the same bug, yes, at least if it wasn't there with 2.6.27, same as mine. Is his still there as of -rc4, as is mine? How far has the diagnosis gotten and if it was bisected, was his result identical to mine? Do you have either a bug number or a list archive message URL? I was thinking of 11891. When I said "completing" I really meant whether the system was going down gracefully. If your image isn't getting written I suppose we can assume that's not the case, but there's always the possibility that something is going wrong with the write path and everything else is working fine. And yeah, the fix hasn't been pushed yet afaik so the failure is still present. And judging by his last add, it may only be a partial fix. I'm trying to get one of the radeon guys to look at it. Tejun, can you have a look at this entry, please? (In reply to comment #6) > I was thinking of 11891. If kernel bugzi works like some do, it should auto-link bug number references on the web page if they are given like this: bug #11891 . If not and/or for mail, that's http://bugzilla.kernel.org/show_bug.cgi?id=11891 . That one's bisecting to the same commit, so I'd say it's almost certainly the same. I don't have time to check it further or check the patch ATM, but I will later. I'll mark this one a dup of it if it looks so after I get a chance to take that closer look. A second report of it confirming the fix should be a good thing in any case. Rafael, looks like drm problem. What am I supposed to look at? Sorry, I thought it was breaking while writing the image. *** This bug has been marked as a duplicate of bug 11891 *** Just confirming, 2.6.28-rc5 does work for me, so presumably it IS a dup and the fix for the other fixed it here as well. |