aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/kmsan.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml
index 1e1ae12eb..96822f002 100644
--- a/dashboard/config/linux/bits/kmsan.yml
+++ b/dashboard/config/linux/bits/kmsan.yml
@@ -5,7 +5,7 @@ compiler: /usr/bin/clang
kernel:
repo: https://github.com/google/kmsan.git
- tag: kmsan-v6.2-rc7
+ tag: kmsan-v6.4-rc1
config:
- KMSAN
@@ -26,6 +26,10 @@ config:
- HARDENED_USERCOPY: [n, weak]
- HARDENED_USERCOPY_FALLBACK: [n, weak]
+ # Stack protector is broken in Clang before version 17.
+ # See https://github.com/ClangBuiltLinux/linux/issues/1815 for details.
+ - STACKPROTECTOR: n
+
# KMSAN doesn't support ORC unwinder (https://github.com/google/kmsan/issues/48).
- UNWINDER_FRAME_POINTER