From: Stijn Tintel Date: Thu, 1 May 2025 20:09:49 +0000 (+0300) Subject: kernel: add KERNEL_STACKDEPOT_MAX_FRAMES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18676%2Fhead;p=thirdparty%2Fopenwrt.git kernel: add KERNEL_STACKDEPOT_MAX_FRAMES When KERNEL_SLUB_DEBUG is enabled, build fails due to the KERNEL_STACKDEPOT_MAX_FRAMES missing. Add it. Signed-off-by: Stijn Tintel Link: https://github.com/openwrt/openwrt/pull/18676 Signed-off-by: Christian Marangi --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 34c76ee4249..fdda05f45f8 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -741,6 +741,11 @@ config KERNEL_SLABINFO select KERNEL_SLUB_DEBUG_ON bool "Enable /proc slab debug info" +config KERNEL_STACKDEPOT_MAX_FRAMES + int + default 64 + depends on KERNEL_SLUB_DEBUG + config KERNEL_PROC_PAGE_MONITOR bool "Enable /proc page monitoring"