3
0
Fork 0
forked from mirrors/nixpkgs

linux_*_hardened: don't set SLAB_FREELIST_{RANDOM,HARDENED}

Upstreamed in anthraxx/linux-hardened@786126f177,
anthraxx/linux-hardened@44822ebeb7.
This commit is contained in:
Emily 2020-04-04 23:06:05 +01:00
parent 4fb796e341
commit 0d5f1697b7

View file

@ -46,11 +46,6 @@ assert (versionAtLeast version "4.9");
REFCOUNT_FULL = whenAtLeast "4.13" yes;
# Randomize allocator freelists.
SLAB_FREELIST_RANDOM = yes;
SLAB_FREELIST_HARDENED = whenAtLeast "4.14" yes;
# Randomize page allocator when page_alloc.shuffle=1
SHUFFLE_PAGE_ALLOCATOR = whenAtLeast "5.2" yes;