mips: Enable KCSAN
authorNemanja Rakovic <nemanja.rakovic@syrmia.com>
Mon, 21 Feb 2022 12:12:25 +0000 (13:12 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 22 Feb 2022 08:45:05 +0000 (09:45 +0100)
Replaces KASAN_SANITIZE with KCSAN_SANITIZE in
boot/compressed/Makefile.

Fixes: e0a8b93efa23 mips: Enable KCSAN
Signed-off-by: Nemanja Rakovic <nemanja.rakovic@syrmia.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/compressed/Makefile

index a35f78212ea9f1d77034d452855a5029fe2295f7..6cc28173bee894070131908a4aea5dfaa18d4067 100644 (file)
@@ -38,7 +38,7 @@ KBUILD_AFLAGS := $(KBUILD_AFLAGS) -D__ASSEMBLY__ \
 KCOV_INSTRUMENT                := n
 GCOV_PROFILE := n
 UBSAN_SANITIZE := n
-KASAN_SANITIZE                 := n
+KCSAN_SANITIZE                 := n
 
 # decompressor objects (linked with vmlinuz)
 vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o $(obj)/bswapsi.o