Skip to content

Commit 036dab9

Browse files
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`.
1 parent 315c1df commit 036dab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6167,7 +6167,7 @@ CONFIG_HAVE_KCSAN_COMPILER=y
61676167
#
61686168
CONFIG_PAGE_EXTENSION=y
61696169
# CONFIG_DEBUG_PAGEALLOC is not set
6170-
# CONFIG_SLUB_DEBUG is not set
6170+
CONFIG_SLUB_DEBUG=y
61716171
# CONFIG_PAGE_OWNER is not set
61726172
# CONFIG_PAGE_TABLE_CHECK is not set
61736173
CONFIG_PAGE_POISONING=y

0 commit comments

Comments
 (0)