x86/KASLR, x86/power: Remove x86 hibernation restrictions
authorKees Cook <[email protected]>
Mon, 13 Jun 2016 22:10:02 +0000 (15:10 -0700)
committerIngo Molnar <[email protected]>
Sun, 26 Jun 2016 10:32:03 +0000 (12:32 +0200)
commit65fe935dd2387a4faf15314c73f5e6d31ef0217e
tree55e7f3f9bdb8fa0f99577d6c18c7c1485ce39dc8
parent8d950d2fb23b696d393020486ab6a350bcb2c582
x86/KASLR, x86/power: Remove x86 hibernation restrictions

With the following fix:

  70595b479ce1 ("x86/power/64: Fix crash whan the hibernation code passes control to the image kernel")

... there is no longer a problem with hibernation resuming a
KASLR-booted kernel image, so remove the restriction.

Signed-off-by: Kees Cook <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Baoquan He <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Linux PM list <[email protected]>
Cc: Logan Gunthorpe <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephen Smalley <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Documentation/kernel-parameters.txt
arch/x86/boot/compressed/kaslr.c
kernel/power/hibernate.c