diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-08-29 16:56:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-08-30 08:23:10 +0000 |
| commit | f4865e39dd0bcae7e5f3f5d59807d6ac9a8a99ba (patch) | |
| tree | 1266b57fb41274c4c0223bd793f4499bd45b5cd9 /dashboard/config/linux/upstream-arm64-kasan.config | |
| parent | 80a341580cc17294951d2638a28b569d280c96df (diff) | |
dashboard/config/linux: bump lockdep consts even more
Btrfs needs higher values to avoid false positives:
https://lore.kernel.org/all/20240821201338.GA2109582@perftesting/
Diffstat (limited to 'dashboard/config/linux/upstream-arm64-kasan.config')
| -rw-r--r-- | dashboard/config/linux/upstream-arm64-kasan.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-arm64-kasan.config b/dashboard/config/linux/upstream-arm64-kasan.config index a5261be96..e018c37c7 100644 --- a/dashboard/config/linux/upstream-arm64-kasan.config +++ b/dashboard/config/linux/upstream-arm64-kasan.config @@ -7371,7 +7371,7 @@ CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y CONFIG_DEBUG_RWSEMS=y CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_LOCKDEP=y -CONFIG_LOCKDEP_BITS=17 +CONFIG_LOCKDEP_BITS=20 CONFIG_LOCKDEP_CHAINS_BITS=16 CONFIG_LOCKDEP_STACK_TRACE_BITS=20 CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14 |
