After kernel update suspend to disk works normal, but after resuming system is unresponsive. Resume process shows on a tty, but when it hits 100% and screen clears kernel possibly crashes (cursor stays but not blinks, no any response on SysRq keys) - seems to be kernel panic occured. Kernels prior to 2.6.38.2 works well (current - 2.6.38). Same behavior on latest stable longterm (2.6.32.36). Software packages: suspend-utils 1.0 kernel 2.6.38.2
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 .