[linux] 03/04: [x86] Enable RANDOMIZE_BASE (kASLR) (Closes: #816067)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Mar 20 01:56:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 968b97dacde8f4d5540798104b108eb56188dd5b
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Mar 20 01:45:53 2016 +0000

    [x86] Enable RANDOMIZE_BASE (kASLR) (Closes: #816067)
    
    Briefly mention need to use a kernel parameter.
---
 debian/changelog                    | 3 +++
 debian/config/kernelarch-x86/config | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb5841b..95d2e7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at cyrius.com>  Thu, 10 Mar 2016 19:03:00 -0800
 
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 962f793..e8b54be 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list