Enable SLAB_FREELIST_RANDOM

This commit is contained in:
Ben Hutchings 2016-10-05 22:00:06 +01:00
parent 0118390eaa
commit 5ef50c5719
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ linux (4.8-1~exp1) UNRELEASED; urgency=medium
some old graphics drivers, and can be reverted using the kernel parameter:
iomem=relaxed
* [mips*] Enable RANDOMIZE_BASE
* Enable SLAB_FREELIST_RANDOM
-- Ben Hutchings <ben@decadent.org.uk> Sat, 01 Oct 2016 21:51:33 +0100

View File

@ -5565,6 +5565,7 @@ CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
CONFIG_SLAB_FREELIST_RANDOM=y
# CONFIG_MMAP_ALLOW_UNINITIALIZED is not set
CONFIG_PROFILING=y
CONFIG_MODULES=y