Merge pull request #188527 from amarshall/kernel-slab-freelist

linux: Enable SLAB_FREELIST_HARDENED, SLAB_FREELIST_RANDOM
This commit is contained in:
Bernardo Meurer 2022-08-27 17:25:57 -03:00 committed by GitHub
commit 8b02bf6963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -878,6 +878,9 @@ let
SCSI_LOGGING = yes; # SCSI logging facility
SERIAL_8250 = yes; # 8250/16550 and compatible serial support
SLAB_FREELIST_HARDENED = whenAtLeast "4.14" yes;
SLAB_FREELIST_RANDOM = whenAtLeast "4.10" yes;
SLIP_COMPRESSED = yes; # CSLIP compressed headers
SLIP_SMART = yes;