From: Felix Fietkau Date: Tue, 11 Oct 2022 12:20:40 +0000 (+0200) Subject: kernel: add missing lockdep config symbols for 5.15 X-Git-Tag: v23.05.0-rc1~2128 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d3cd09d1c6b0ef86738793d9c599c3aecfc6c7d3;p=openwrt%2Fopenwrt.git kernel: add missing lockdep config symbols for 5.15 Signed-off-by: Felix Fietkau --- diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 2950ea1a6b..686475c4ca 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -3182,6 +3182,11 @@ CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_LOCKD is not set +CONFIG_LOCKDEP_BITS=15 +CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12 +CONFIG_LOCKDEP_CHAINS_BITS=16 +CONFIG_LOCKDEP_STACK_TRACE_BITS=19 +CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14 CONFIG_LOCKDEP_SUPPORT=y CONFIG_LOCKD_V4=y # CONFIG_LOCKUP_DETECTOR is not set