diff options
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 72dff3221..726e7852b 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -4,11 +4,20 @@ # Auxiliary debug configs that detect non-critical bugs. config: - - LOCKDEP - - PROVE_LOCKING - - DEBUG_ATOMIC_SLEEP - - PROVE_RCU - - RCU_EQS_DEBUG + # Lock debugging does not seem to work properly on arm64: + # https://groups.google.com/g/syzkaller/c/0Wpssi9zJbw/m/KbGObTC7BQAJ + - LOCKDEP: [-arm64] + - PROVE_LOCKING: [-arm64] + - DEBUG_ATOMIC_SLEEP: [-arm64] + - PROVE_RCU: [-arm64] + - RCU_EQS_DEBUG: [-arm64] + - DEBUG_LOCK_ALLOC: [-arm64] + - DEBUG_RT_MUTEXES: [-arm64] + - DEBUG_SPINLOCK: [-arm64] + - DEBUG_MUTEXES: [-arm64] + - DEBUG_WW_MUTEX_SLOWPATH: [-arm64] + - DEBUG_RWSEMS: [-arm64] + - DEBUG_VM - DEBUG_VM_RB - DEBUG_VM_VMACACHE @@ -34,12 +43,6 @@ config: - DEBUG_OBJECTS_TIMERS - DEBUG_OBJECTS_WORK - DEBUG_OBJECTS_SELFTEST: n - - DEBUG_RT_MUTEXES - - DEBUG_SPINLOCK - - DEBUG_MUTEXES - - DEBUG_WW_MUTEX_SLOWPATH - - DEBUG_RWSEMS - - DEBUG_LOCK_ALLOC - SND_DEBUG - SND_PCM_XRUN_DEBUG - SND_CTL_VALIDATION: [v5.6] |
