diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-03 18:30:25 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-03 21:00:00 +0100 |
| commit | 8ccc3ea6ba077cf2c1e5672bf7ddd21a4aaf5cdd (patch) | |
| tree | a06d1f9ad34d7ca01a7660cf83286b15a5097051 /dashboard/config/linux/bits/debug.yml | |
| parent | 06ed56cd22e24a55c40d152880b66b108834c8f2 (diff) | |
dashboard/config/linux: remove panic_on_warn from kcsan/kmsan
These instances ignore WARNINGs, so they don't want panic_on_warn.
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 8b4fdedee..bc2cb5759 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -4,6 +4,9 @@ # Auxiliary debug configs that detect non-critical bugs. config: + # Instances that use nonoise also ignore WARNINGs, so they don't want panic_on_warn. + - CMDLINE: [append, "panic_on_warn=1"] + - LOCKDEP - PROVE_LOCKING - DEBUG_ATOMIC_SLEEP |
