From 3b6320844306786b23176257408f983b1386cc7b Mon Sep 17 00:00:00 2001 From: Rafał Miłecki Date: Tue, 7 Nov 2023 13:54:14 +0100 Subject: treewide: disable CONFIG_SLUB_DEBUG in target configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/oxnas/config-5.15 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/oxnas') diff --git a/target/linux/oxnas/config-5.15 b/target/linux/oxnas/config-5.15 index 9540a76774..0cf06ee580 100644 --- a/target/linux/oxnas/config-5.15 +++ b/target/linux/oxnas/config-5.15 @@ -245,7 +245,6 @@ CONFIG_SERIO=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_SERPORT=y CONFIG_SGL_ALLOC=y -CONFIG_SLUB_DEBUG=y CONFIG_SOCK_DIAG=y CONFIG_SPARSE_IRQ=y CONFIG_SPLIT_PTLOCK_CPUS=999999 -- cgit v1.2.3