[linux] 01/03: [arm64] Enable RANDOMIZE_BASE (kASLR)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue May 17 00:59:53 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 135b1b0d390784ec3bc82064299170fef34dc0da
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue May 17 01:56:30 2016 +0100

    [arm64] Enable RANDOMIZE_BASE (kASLR)
---
 debian/changelog           | 1 +
 debian/config/arm64/config | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a8ce27..0e75a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ linux (4.6-1~exp1) UNRELEASED; urgency=medium
   [ Ben Hutchings ]
   * Re-apply "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing",
     reverted upstream in 4.6
+  * [arm64] Enable RANDOMIZE_BASE (kASLR)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 16 May 2016 19:33:45 +0100
 
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 882073f..8caba58 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -6,6 +6,8 @@ CONFIG_PCI=y
 # CONFIG_ARM64_ERRATUM_843419 is not set
 CONFIG_SCHED_MC=y
 CONFIG_XEN=y
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
 CONFIG_COMPAT=y
 
 ##

-- 
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