[GIT PULL] Power management fix for v4.8-rc1
From: Rafael J. Wysocki
Date: Fri Jul 29 2016 - 16:58:36 EST
Hi Linus,
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-urgent-4.8-rc1
with top-most commit e148d0f85cc3e9f2802c7fcf451098c6d19b535b
Merge branch 'pm-sleep'
on top of commit 6453dbdda30428a3c56568c96fe70ea3612f07e2
Merge tag 'pm-4.8-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive an urgent stable-candidate power management fix for v4.8-rc1.
Fix a nasty (and really hard to debug) memory corruption during
resume from hibernation on x86-64 (that leads to a kernel panic
most of the time) due to the use of a stale stack pointer value
in FRAME_BEGIN (Josh Poimboeuf).
Thanks!
---------------
Josh Poimboeuf (1):
x86/power/64: Fix hibernation return address corruption
---------------
arch/x86/power/hibernate_asm_64.S | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)