]> git.baikalelectronics.ru Git - kernel.git/commit
x86, kaslr: boot-time selectable with hibernation
authorKees Cook <keescook@chromium.org>
Fri, 13 Jun 2014 20:30:36 +0000 (13:30 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Jun 2014 21:30:44 +0000 (23:30 +0200)
commitdcd9fa8629651df37863eb9773cdad2dd2621701
treeabc4fadb0de6845ed9c4b88918f14b54e5d213c5
parent56c63ba10cd6dd0ca18a36a81127e047d0cf8ee2
x86, kaslr: boot-time selectable with hibernation

Changes kASLR from being compile-time selectable (blocked by
CONFIG_HIBERNATION), to being boot-time selectable (with hibernation
available by default) via the "kaslr" kernel command line.

Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/kernel-parameters.txt
arch/x86/Kconfig
arch/x86/boot/compressed/aslr.c
kernel/power/hibernate.c