aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-kcsan-base.config
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2022-04-06 23:01:09 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-06 23:38:06 +0200
commit53c67432e69b0df4ff64448b944cbffaecec20f4 (patch)
treeda05dd1dc130f50cd16544a023520d6462d237a6 /dashboard/config/linux/upstream-kcsan-base.config
parent975824663d2c65cf7a4d7829fa95f118b675c3be (diff)
dashboard/config/linux: set CONFIG_WERROR=n
Our Clang+KASAN instance is breaking due to CONFIG_WERROR being turned on in x86_64 defconfig [1], which in turn is used to generate our baseline configs, and therefore has accidentally been enabled in our syzbot configs as well. This issue has been discussed in great detail when CONFIG_WERROR was first introduced, with the conclusion that it is the wrong default for runtime-test focused bots [2]. Therefore, disable CONFIG_WERROR for syzbot, to not have the odd compiler warning interrupt precious fuzzing time. [1] https://lore.kernel.org/all/000000000000008dae05dbfebd85@google.com/ [2] https://git.kernel.org/torvalds/c/b339ec9c229aaf399296
Diffstat (limited to 'dashboard/config/linux/upstream-kcsan-base.config')
-rw-r--r--dashboard/config/linux/upstream-kcsan-base.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-kcsan-base.config b/dashboard/config/linux/upstream-kcsan-base.config
index e1b495841..19c9256e3 100644
--- a/dashboard/config/linux/upstream-kcsan-base.config
+++ b/dashboard/config/linux/upstream-kcsan-base.config
@@ -30,7 +30,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
-CONFIG_WERROR=y
+# CONFIG_WERROR is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""