We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347e9f5 commit 6b995d0Copy full SHA for 6b995d0
arch/x86/coco/sev/Makefile
@@ -5,5 +5,6 @@ obj-y += core.o sev-nmi.o vc-handle.o
5
# Clang 14 and older may fail to respect __no_sanitize_undefined when inlining
6
UBSAN_SANITIZE_sev-nmi.o := n
7
8
-# GCC may fail to respect __no_sanitize_address when inlining
+# GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining
9
KASAN_SANITIZE_sev-nmi.o := n
10
+KCSAN_SANITIZE_sev-nmi.o := n
0 commit comments