X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=init%2FKconfig;h=cac3f096050d5b27a9bd5de8600469f3c5aa0ada;hb=1eccfa090eaea22558570054bbdc147817e1df5e;hp=69886493ff1e3d31daa02d909447c744352b38ff;hpb=84e39eeb08c0ea7e9ec43ac820bf76a6fe8ecbad;p=deliverable%2Flinux.git diff --git a/init/Kconfig b/init/Kconfig index 69886493ff1e..cac3f096050d 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1761,6 +1761,7 @@ choice config SLAB bool "SLAB" + select HAVE_HARDENED_USERCOPY_ALLOCATOR help The regular slab allocator that is established and known to work well in all environments. It organizes cache hot objects in @@ -1768,6 +1769,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).