mm: SLUB hardened usercopy support
[cascardo/linux.git] / init / Kconfig
index 1312d7b..0c84706 100644 (file)
@@ -1766,6 +1766,7 @@ config SLAB
 
 config SLUB
        bool "SLUB (Unqueued Allocator)"
+       select HAVE_HARDENED_USERCOPY_ALLOCATOR
        help
           SLUB is a slab allocator that minimizes cache line usage
           instead of managing queues of cached objects (SLAB approach).