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/upstream-kmsan.config | |
| 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/upstream-kmsan.config')
| -rw-r--r-- | dashboard/config/linux/upstream-kmsan.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-kmsan.config b/dashboard/config/linux/upstream-kmsan.config index 9b13bbbb6..ba6189864 100644 --- a/dashboard/config/linux/upstream-kmsan.config +++ b/dashboard/config/linux/upstream-kmsan.config @@ -8694,7 +8694,7 @@ CONFIG_HAVE_ARCH_KMSAN=y CONFIG_HAVE_KMSAN_COMPILER=y CONFIG_KMSAN=y CONFIG_HAVE_KMSAN_PARAM_RETVAL=y -# CONFIG_KMSAN_CHECK_PARAM_RETVAL is not set +CONFIG_KMSAN_CHECK_PARAM_RETVAL=y # end of Memory Debugging # CONFIG_DEBUG_SHIRQ is not set |
