From 036dab988451d91be135f303263d2e306e8b5700 Mon Sep 17 00:00:00 2001 From: Oleksandr Kuchmystyi Date: Fri, 10 Oct 2025 18:40:10 +0300 Subject: slabtop: T7657: Op-mode command `show system memory cache` does not work Enable `CONFIG_SLUB_DEBUG` in `vyos_defconfig` to resolve slabtop errors and improve memory cache diagnostics. Previously, running the command failed with `slabtop: Unable to create slabinfo structure`. --- scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/package-build/linux-kernel') diff --git a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig index e2bc4ac4..87e89f2a 100644 --- a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig @@ -6167,7 +6167,7 @@ CONFIG_HAVE_KCSAN_COMPILER=y # CONFIG_PAGE_EXTENSION=y # CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_SLUB_DEBUG is not set +CONFIG_SLUB_DEBUG=y # CONFIG_PAGE_OWNER is not set # CONFIG_PAGE_TABLE_CHECK is not set CONFIG_PAGE_POISONING=y -- cgit v1.2.3