[openwrt/openwrt] kernel: add missing lockdep config symbols for 5.15
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 14 04:19:04 PDT 2022
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d3cd09d1c6b0ef86738793d9c599c3aecfc6c7d3
commit d3cd09d1c6b0ef86738793d9c599c3aecfc6c7d3
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Oct 11 14:20:40 2022 +0200
kernel: add missing lockdep config symbols for 5.15
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/generic/config-5.15 | 5 +++++
1 file changed, 5 insertions(+)
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
More information about the lede-commits
mailing list