[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220221121225.8699-1-nemanja.rakovic@syrmia.com>
Date: Mon, 21 Feb 2022 13:12:25 +0100
From: Nemanja Rakovic <nemanja.rakovic@...mia.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Nemanja Rakovic <nemanja.rakovic@...mia.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
linux-kernel@...r.kernel.org, dragan.mladjenovic@...mia.com,
elver@...gle.com
Subject: [PATCH V3] mips-next: Enable KCSAN
Replaces KASAN_SANITIZE with KCSAN_SANITIZE in
boot/compressed/Makefile.
Fixes: e0a8b93efa23 mips: Enable KCSAN
Signed-off-by: Nemanja Rakovic <nemanja.rakovic@...mia.com>
---
arch/mips/boot/compressed/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/boot/compressed/Makefile b/arch/mips/boot/compressed/Makefile
index a35f78212ea9..6cc28173bee8 100644
--- a/arch/mips/boot/compressed/Makefile
+++ b/arch/mips/boot/compressed/Makefile
@@ -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
--
2.17.1
Powered by blists - more mailing lists