From eee80d3cd37ea7ebd6aab85c117564a4bae5bc4e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 Jun 2022 15:47:07 +0200 Subject: 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. --- dashboard/config/linux/upstream-usb.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/upstream-usb.config') diff --git a/dashboard/config/linux/upstream-usb.config b/dashboard/config/linux/upstream-usb.config index a18eb21be..b1952bb04 100644 --- a/dashboard/config/linux/upstream-usb.config +++ b/dashboard/config/linux/upstream-usb.config @@ -7806,8 +7806,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 -- cgit mrf-deployment