From: Greg Kroah-Hartman Date: Mon, 4 Apr 2022 08:37:39 +0000 (+0200) Subject: 5.17-stable patches X-Git-Tag: v5.17.2~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=373625bd8de77a6c38b80a33aaff47aa02b633f1;p=thirdparty%2Fkernel%2Fstable-queue.git 5.17-stable patches added patches: mips-enable-kcsan-take-2.patch --- diff --git a/queue-5.17/mips-enable-kcsan-take-2.patch b/queue-5.17/mips-enable-kcsan-take-2.patch new file mode 100644 index 00000000000..e1350cf26c6 --- /dev/null +++ b/queue-5.17/mips-enable-kcsan-take-2.patch @@ -0,0 +1,31 @@ +From d1ca45f93c3f95d1590d60b012cf8fcf6db633ee Mon Sep 17 00:00:00 2001 +From: Nemanja Rakovic +Date: Mon, 21 Feb 2022 13:12:25 +0100 +Subject: mips: Enable KCSAN - take 2 + +From: Nemanja Rakovic + +commit d1ca45f93c3f95d1590d60b012cf8fcf6db633ee upstream. + +Replaces KASAN_SANITIZE with KCSAN_SANITIZE in +boot/compressed/Makefile. + +Fixes: e0a8b93efa23 mips: Enable KCSAN +Signed-off-by: Nemanja Rakovic +Signed-off-by: Thomas Bogendoerfer +Signed-off-by: Greg Kroah-Hartman +--- + arch/mips/boot/compressed/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/arch/mips/boot/compressed/Makefile ++++ b/arch/mips/boot/compressed/Makefile +@@ -38,7 +38,7 @@ KBUILD_AFLAGS := $(KBUILD_AFLAGS) -D__AS + 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 diff --git a/queue-5.17/series b/queue-5.17/series index 1351973f00d..9cb307e461f 100644 --- a/queue-5.17/series +++ b/queue-5.17/series @@ -1075,3 +1075,4 @@ kvm-x86-svm-fix-avic-spec-based-definitions-again.patch ax25-fix-uaf-bug-in-ax25_send_control.patch reinstate-some-of-swiotlb-rework-fix-info-leak-with-dma_from_device.patch tracing-have-type-enum-modifications-copy-the-strings.patch +mips-enable-kcsan-take-2.patch