--- zzzz-none-000/linux-4.1.52/init/Kconfig 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/init/Kconfig 2022-03-02 11:37:13.000000000 +0000 @@ -1668,6 +1668,17 @@ SLUB sysfs support. /sys/slab will not exist and there will be no support for cache validation etc. +config SLUB_AVM_ALLOC_LIST + default y + bool "SLUB: trace alloc/free'd caller (AVM)" + depends on PROC_FS + depends on SLUB_DEBUG + depends on AVM_ENHANCED + help + Very useful lightweight feature. + See allocator and free-caller on memory-classifier + Identify Memleak-caller on OOM or over /proc/slab_allocators + config COMPAT_BRK bool "Disable heap randomization" default y @@ -2029,3 +2040,5 @@ functions to call on what tags. source "kernel/Kconfig.locks" + +source "kernel/Kconfig.avm"