diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-06-02 15:47:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-06-03 09:02:43 +0200 |
| commit | eee80d3cd37ea7ebd6aab85c117564a4bae5bc4e (patch) | |
| tree | d556d1f767ee15badc14b0f0f9a14609a9330499 /dashboard/config/linux/upstream-usb-base.config | |
| parent | 02dddea803b3dcfa0e472bb94d3e540e8f1b457b (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-usb-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-usb-base.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/upstream-usb-base.config b/dashboard/config/linux/upstream-usb-base.config index 0227b0c3d..7f4b4d43a 100644 --- a/dashboard/config/linux/upstream-usb-base.config +++ b/dashboard/config/linux/upstream-usb-base.config @@ -5202,8 +5202,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 |
