aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-kmsan-base.config
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2023-02-20 16:35:32 +0100
committerAlexander Potapenko <ramosian.glider@gmail.com>2023-02-20 18:43:40 +0100
commit2414209c29a67a42e91767f6ecafa825551e854c (patch)
tree8ff6e1530fa1f75c33244c6feb3f498e7d43f9e2 /dashboard/config/linux/upstream-kmsan-base.config
parent4f5f52092fba2058beef2f84df275ad377c3b35c (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-base.config')
-rw-r--r--dashboard/config/linux/upstream-kmsan-base.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-kmsan-base.config b/dashboard/config/linux/upstream-kmsan-base.config
index 71f4a9534..5962d4349 100644
--- a/dashboard/config/linux/upstream-kmsan-base.config
+++ b/dashboard/config/linux/upstream-kmsan-base.config
@@ -5101,7 +5101,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