github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/lockdep.yml (about)

     1  # Copyright 2021 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  config:
     5   - LOCKDEP
     6   # This helps to preent "BUG: MAX_LOCKDEP_ENTRIES too low!"
     7   - LOCKDEP_BITS: [17, v5.13]
     8   # This helps to prevent "BUG: MAX_LOCKDEP_CHAINS too low!"
     9   # and "BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!"
    10   # We don't set it to 18 on arm64, because in that case the -full config does not boot on GCE.
    11   # It boots with 17, but the kconf syntax currently does not let us set it to 17 for some arches
    12   # and to 18 for others.
    13   - LOCKDEP_CHAINS_BITS: [18, v5.13, -arm64]
    14   - LOCKDEP_STACK_TRACE_BITS: [20, v5.13]
    15   - LOCKDEP_STACK_TRACE_HASH_BITS: [14, v5.13]
    16   - LOCKDEP_CIRCULAR_QUEUE_BITS: [12, v5.13]
    17   - PROVE_LOCKING
    18   - DEBUG_ATOMIC_SLEEP
    19   - PROVE_RCU
    20   - RCU_EQS_DEBUG
    21   - DEBUG_LOCK_ALLOC
    22   - DEBUG_RT_MUTEXES
    23   - DEBUG_SPINLOCK
    24   - DEBUG_MUTEXES
    25   - DEBUG_WW_MUTEX_SLOWPATH
    26   - DEBUG_RWSEMS: [v4.16]
    27   - DEBUG_IRQFLAGS: [v5.12]