diff options
| author | Alexander Potapenko <glider@google.com> | 2021-11-19 13:06:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-19 14:59:56 +0100 |
| commit | 3a9d0024ba818c5b37058d9ac6fdfc0ddfa78be6 (patch) | |
| tree | f5e8d8f7ddb01ccd975bf1ce038ed52dd5fbdb0f /dashboard/config/linux/bits/kmsan.yml | |
| parent | 31a30fc092d1c25b565a00465f075408677e8c54 (diff) | |
kmsan: change panic_on_kmsan=1 to kmsan.panic=1
This is how the boot-time parameter is called now.
Signed-off-by: Alexander Potapenko <glider@google.com>
Diffstat (limited to 'dashboard/config/linux/bits/kmsan.yml')
| -rw-r--r-- | dashboard/config/linux/bits/kmsan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index 5b38a8cf0..fa299358e 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -8,7 +8,7 @@ kernel: config: - KMSAN # Crash the kernel after the first KMSAN report. - - CMDLINE: [append, "panic_on_kmsan=1"] + - CMDLINE: [append, "kmsan.panic=1"] # Avoid reboot loop in instrumented kernel: - PREEMPT_NONE |
