aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/lockdep.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/lockdep.yml b/dashboard/config/linux/bits/lockdep.yml
index be271b294..ca49ff134 100644
--- a/dashboard/config/linux/bits/lockdep.yml
+++ b/dashboard/config/linux/bits/lockdep.yml
@@ -3,8 +3,11 @@
config:
- LOCKDEP
- - LOCKDEP_BITS: [16, v5.13]
- - LOCKDEP_CHAINS_BITS: [17, v5.13]
+ # This helps to preent "BUG: MAX_LOCKDEP_ENTRIES too low!"
+ - LOCKDEP_BITS: [17, v5.13]
+ # This helps to prevent "BUG: MAX_LOCKDEP_CHAINS too low!"
+ # and "BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!"
+ - LOCKDEP_CHAINS_BITS: [18, v5.13]
- LOCKDEP_STACK_TRACE_BITS: [20, v5.13]
- LOCKDEP_STACK_TRACE_HASH_BITS: [14, v5.13]
- LOCKDEP_CIRCULAR_QUEUE_BITS: [12, v5.13]