diff options
author | Nemanja Rakovic <nemanja.rakovic@syrmia.com> | 2022-01-31 11:17:09 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-02-07 18:31:57 +0100 |
commit | e0a8b93efa2382d370be44bf289157de7e5dacb4 (patch) | |
tree | 4f5c1088e4f9fc839f6466ee7ca8ae8fa572d2e2 /arch/mips/boot/compressed | |
parent | MIPS: Loongson{2ef,64}: Wrap -mno-branch-likely with cc-option (diff) | |
download | linux-e0a8b93efa2382d370be44bf289157de7e5dacb4.tar.xz linux-e0a8b93efa2382d370be44bf289157de7e5dacb4.zip |
mips: Enable KCSAN
This patch enables KCSAN for the 64-bit version. Updated rules
for the incompatible compilation units (vdso, boot/compressed).
Signed-off-by: Nemanja Rakovic <nemanja.rakovic@syrmia.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/compressed')
-rw-r--r-- | arch/mips/boot/compressed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile index 5a15d51e8884..a35f78212ea9 100644 --- a/arch/mips/boot/compressed/Makefile +++ b/arch/mips/boot/compressed/Makefile @@ -38,6 +38,7 @@ KBUILD_AFLAGS := $(KBUILD_AFLAGS) -D__ASSEMBLY__ \ KCOV_INSTRUMENT := n GCOV_PROFILE := n UBSAN_SANITIZE := n +KASAN_SANITIZE := n # decompressor objects (linked with vmlinuz) vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o $(obj)/bswapsi.o |