From f4865e39dd0bcae7e5f3f5d59807d6ac9a8a99ba Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 29 Aug 2024 16:56:20 +0200 Subject: dashboard/config/linux: bump lockdep consts even more Btrfs needs higher values to avoid false positives: https://lore.kernel.org/all/20240821201338.GA2109582@perftesting/ --- dashboard/config/linux/upstream-unmaintained-base.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/upstream-unmaintained-base.config') diff --git a/dashboard/config/linux/upstream-unmaintained-base.config b/dashboard/config/linux/upstream-unmaintained-base.config index e03d0ccdc..c24070b1d 100644 --- a/dashboard/config/linux/upstream-unmaintained-base.config +++ b/dashboard/config/linux/upstream-unmaintained-base.config @@ -4800,8 +4800,8 @@ CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y CONFIG_DEBUG_RWSEMS=y CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_LOCKDEP=y -CONFIG_LOCKDEP_BITS=17 -CONFIG_LOCKDEP_CHAINS_BITS=18 +CONFIG_LOCKDEP_BITS=20 +CONFIG_LOCKDEP_CHAINS_BITS=20 CONFIG_LOCKDEP_STACK_TRACE_BITS=20 CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14 CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12 -- cgit mrf-deployment