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
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