diff options
| author | Alexander Potapenko <glider@google.com> | 2023-02-20 16:35:32 +0100 |
|---|---|---|
| committer | Alexander Potapenko <ramosian.glider@gmail.com> | 2023-02-20 18:43:40 +0100 |
| commit | 2414209c29a67a42e91767f6ecafa825551e854c (patch) | |
| tree | 8ff6e1530fa1f75c33244c6feb3f498e7d43f9e2 /dashboard/config/linux/bits | |
| parent | 4f5f52092fba2058beef2f84df275ad377c3b35c (diff) | |
dashboard/config/linux: enable CONFIG_KMSAN_CHECK_PARAM_RETVAL for KMSAN
Not sure why this wasn't done before, but KMSAN_CHECK_PARAM_RETVAL is
quite important for KMSAN. Enable it.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/kmsan.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index 3b031c68d..1e1ae12eb 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -9,6 +9,7 @@ kernel: config: - KMSAN + - KMSAN_CHECK_PARAM_RETVAL # Crash the kernel after the first KMSAN report. - CMDLINE: [append, "kmsan.panic=1"] |
