Skip to content

Commit d1ca45f

Browse files
nrakovictsbogend
authored andcommitted
mips: Enable KCSAN
Replaces KASAN_SANITIZE with KCSAN_SANITIZE in boot/compressed/Makefile. Fixes: e0a8b93 mips: Enable KCSAN Signed-off-by: Nemanja Rakovic <nemanja.rakovic@syrmia.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent ce510ac commit d1ca45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/boot/compressed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ KBUILD_AFLAGS := $(KBUILD_AFLAGS) -D__ASSEMBLY__ \
3838
KCOV_INSTRUMENT := n
3939
GCOV_PROFILE := n
4040
UBSAN_SANITIZE := n
41-
KASAN_SANITIZE := n
41+
KCSAN_SANITIZE := n
4242

4343
# decompressor objects (linked with vmlinuz)
4444
vmlinuzobjs-y := $(obj)/head.o $(obj)/decompress.o $(obj)/string.o $(obj)/bswapsi.o

0 commit comments

Comments
 (0)