Bug 32222
Summary: | Possible kernel panic after resume from s2disk | ||
---|---|---|---|
Product: | Power Management | Reporter: | Donald (dj.jankins) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | amg1127, cantabile.desu, dj.jankins, florian, lars, maciej.rutecki, rjw, sami.liedes |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38.2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 32012 |
Description
Donald
2011-03-30 00:03:04 UTC
Is the problem 100% reproducible? I'm experiencing the same issue here. Suspend to disk works fine for kernel versions before 2.6.38.2. Steps to reproduce: echo disk > /sys/power/state, power on again, data is loading from swap partition (3GB, 2GB RAM), 100% loaded, screen goes black (everything's still fine), screen stays black, the two rightmost leds on my keyboard start blinking. No response to SysRq keys. No traces in the logfiles. Out of three suspend->wake up cycles I've had this problem every time. Can you check if reverting this commit helps: commit ff518ea26654e05d325d996f6e3a7f5f569cc2d5 Author: Yinghai Lu <yinghai@kernel.org> Date: Fri Feb 18 11:30:30 2011 +0000 x86: Cleanup highmap after brk is concluded commit e5f15b45ddf3afa2bbbb10c7ea34fb32b6de0a0e upstream. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> LKML-Reference: <alpine.DEB.2.00.1103171739050.3382@kaball-desktop> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Yes, after reverting this commit resuming from suspend to disk works again. Please check if this patch makes things work: https://patchwork.kernel.org/patch/679502/ without reverting the above commit. (In reply to comment #5) > Please check if this patch makes things work: > https://patchwork.kernel.org/patch/679502/ > without reverting the above commit. This patch solved the problem, resume works now. > This patch solved the problem, resume works now.
Same here.
Patch : https://patchwork.kernel.org/patch/679502/ Handled-By : Stefano Stabellini <stefano.stabellini@eu.citrix.com> *** Bug 32652 has been marked as a duplicate of this bug. *** Fixed by commit 4da9484bdece39ab0b098fa711e095e3e9fc8684 . |