[PATCH] treewide: disable CONFIG_SLUB_DEBUG in target configs

2023-11-07 Thread Rafał Miłecki
From: Rafał Miłecki From the symbol help message: > SLUB has extensive debug support features. Disabling these can result > in significant savings in code size. There seems to be no need to enable those debugging features for standard use. Signed-off-by: Rafał Miłecki --- target/linux/layersc

[PATCH] kernel: provide better control & help for SLUB configuration

2023-11-07 Thread Rafał Miłecki
From: Rafał Miłecki Allow selecting KERNEL_SLUB_DEBUG and KERNEL_SLUB_DEBUG_ON manually and provide detailed help for both. Signed-off-by: Rafał Miłecki --- config/Config-kernel.in | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config/Config-kernel.in b/co