Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mips: Enable KCSAN

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>

authored by

Nemanja Rakovic and committed by
Thomas Bogendoerfer
d1ca45f9 ce510acc

+1 -1
+1 -1
arch/mips/boot/compressed/Makefile
··· 38 38 KCOV_INSTRUMENT := n 39 39 GCOV_PROFILE := n 40 40 UBSAN_SANITIZE := n 41 - KASAN_SANITIZE := n 41 + KCSAN_SANITIZE := n 42 42 43 43 # decompressor objects (linked with vmlinuz) 44 44 vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o $(obj)/bswapsi.o