summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOleksandr Kuchmystyi <o.kuchmystyi@vyos.io>2025-10-10 18:40:10 +0300
committerOleksandr Kuchmystyi <o.kuchmystyi@vyos.io>2025-10-16 12:11:24 +0300
commit036dab988451d91be135f303263d2e306e8b5700 (patch)
tree14411ca405c63e78fcbcf3c210d581ffad9ba097 /scripts
parent315c1dfce29989b8b22c70d841d171405de54fd1 (diff)
downloadvyos-build-036dab988451d91be135f303263d2e306e8b5700.tar.gz
vyos-build-036dab988451d91be135f303263d2e306e8b5700.zip
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`.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig2
1 files changed, 1 insertions, 1 deletions
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