[linux] 01/01: [mips*] Enable RELOCATABLE, required to enabled RANDOMIZE_BASE.
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Oct 10 18:53:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
aurel32 pushed a commit to branch master
in repository linux.
commit b2080e6bd95c196226ca355b7ae78f9261ffde0b
Author: Aurelien Jarno <aurelien at aurel32.net>
Date: Mon Oct 10 20:53:23 2016 +0200
[mips*] Enable RELOCATABLE, required to enabled RANDOMIZE_BASE.
---
debian/changelog | 2 +-
debian/config/kernelarch-mips/config | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 48cc561..7d56167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ linux (4.8.1-1~exp1) UNRELEASED; urgency=medium
* [arm*,powerpc*,s390x,x86] Enable IO_STRICT_DEVMEM. This breaks dosemu and
some old graphics drivers, and can be reverted using the kernel parameter:
iomem=relaxed
- * [mips*] Enable RANDOMIZE_BASE
+ * [mips*] Enable RANDOMIZE_BASE and RELOCATABLE.
* Enable SLAB_FREELIST_RANDOM
* [arm*,powerpc*,s390x,sparc64,x86] Enable HARDENED_USERCOPY
* security,perf: Replace GRKERNSEC_PERF_HARDEN patch with the version
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index 029dc1f..c2cfaee 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -2,6 +2,7 @@
## file: arch/mips/Kconfig
##
CONFIG_RANDOMIZE_BASE=y
+CONFIG_RELOCATABLE=y
CONFIG_KEXEC=y
CONFIG_SECCOMP=y
CONFIG_PCI=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