[mips*] Enable RELOCATABLE, required to enabled RANDOMIZE_BASE.

This commit is contained in:
Aurelien Jarno 2016-10-10 20:53:23 +02:00
parent 5dbd80758c
commit b2080e6bd9
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

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

View File

@ -2,6 +2,7 @@
## file: arch/mips/Kconfig
##
CONFIG_RANDOMIZE_BASE=y
CONFIG_RELOCATABLE=y
CONFIG_KEXEC=y
CONFIG_SECCOMP=y
CONFIG_PCI=y