aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-selinux-kasan-base.config
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-06-02 15:47:07 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-06-03 09:02:43 +0200
commiteee80d3cd37ea7ebd6aab85c117564a4bae5bc4e (patch)
treed556d1f767ee15badc14b0f0f9a14609a9330499 /dashboard/config/linux/upstream-selinux-kasan-base.config
parent02dddea803b3dcfa0e472bb94d3e540e8f1b457b (diff)
dashboard/config/linux: increase LOCKDEP size consts
We are still seeing some of: BUG: MAX_LOCKDEP_CHAINS too low! BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! BUG: MAX_LOCKDEP_ENTRIES too low! Bump LOCKDEP consts by 1.
Diffstat (limited to 'dashboard/config/linux/upstream-selinux-kasan-base.config')
-rw-r--r--dashboard/config/linux/upstream-selinux-kasan-base.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/upstream-selinux-kasan-base.config b/dashboard/config/linux/upstream-selinux-kasan-base.config
index 05bf68a37..235a62d35 100644
--- a/dashboard/config/linux/upstream-selinux-kasan-base.config
+++ b/dashboard/config/linux/upstream-selinux-kasan-base.config
@@ -5189,8 +5189,8 @@ CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_RWSEMS=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_LOCKDEP=y
-CONFIG_LOCKDEP_BITS=16
-CONFIG_LOCKDEP_CHAINS_BITS=17
+CONFIG_LOCKDEP_BITS=17
+CONFIG_LOCKDEP_CHAINS_BITS=18
CONFIG_LOCKDEP_STACK_TRACE_BITS=20
CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14
CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12