Skip to content

Commit 42855f5

Browse files
ramosian-gliderakpm00
authored andcommitted
x86/purgatory: disable KMSAN instrumentation
The stand-alone purgatory.ro does not contain the KMSAN runtime, therefore it can't be built with KMSAN compiler instrumentation. Link: https://lkml.kernel.org/r/[email protected] Link: google/kmsan#89 Signed-off-by: Alexander Potapenko <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f59a3ee commit 42855f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/purgatory/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ GCOV_PROFILE := n
2626
KASAN_SANITIZE := n
2727
UBSAN_SANITIZE := n
2828
KCSAN_SANITIZE := n
29+
KMSAN_SANITIZE := n
2930
KCOV_INSTRUMENT := n
3031

3132
# These are adjustments to the compiler flags used for objects that

0 commit comments

Comments
 (0)