]> 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)
commitdc5fb79755c47d699d8288c67ceba8e7921d20c7
treeabc4fadb0de6845ed9c4b88918f14b54e5d213c5
parente229cacea5cad7a93acc806237ae38912b288b01
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