[x86] Enable RANDOMIZE_BASE (kASLR) (Closes: #816067)

Briefly mention need to use a kernel parameter.
This commit is contained in:
Ben Hutchings 2016-03-20 01:45:53 +00:00
parent 386c2986a1
commit 968b97dacd
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -15,6 +15,9 @@ linux (4.5-1~exp1) UNRELEASED; urgency=medium
* [armel/versatile] Enable GPIOLIB, new dependency of SMC91X (fixes FTBFS)
* [x86] input: Enable ASUS_WIRELESS as module (Closes: #818487)
* [x86] amdgpu: Enable DRM_AMD_POWERPLAY (Closes: #818174)
* [x86] Enable RANDOMIZE_BASE (kASLR). This is incompatible with hibernation,
so you must use the kernel parameter "kaslr" to enable kASLR and disable
hibernation at boot time. (Closes: #816067)
-- Martin Michlmayr <tbm@cyrius.com> Thu, 10 Mar 2016 19:03:00 -0800

View File

@ -59,7 +59,7 @@ CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
# CONFIG_KEXEC_JUMP is not set
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_RANDOMIZE_BASE=y
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set