The patch titled Subject: kasan-port-kasan-tests-to-kunit-v14 has been added to the -mm tree. Its filename is kasan-port-kasan-tests-to-kunit-v14.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/kasan-port-kasan-tests-to-kunit-v14.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/kasan-port-kasan-tests-to-kunit-v14.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Patricia Alfonso <trishalfonso@xxxxxxxxxx> Subject: kasan-port-kasan-tests-to-kunit-v14 Fix some compile warnings in test_kasan_module (https://www.spinics.net/lists/kernel/msg3660451.html) Link: https://lkml.kernel.org/r/20200915035828.570483-4-davidgow@xxxxxxxxxx Signed-off-by: Patricia Alfonso <trishalfonso@xxxxxxxxxx> Signed-off-by: David Gow <davidgow@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> Reviewed-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Reviewed-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Tested-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) --- a/lib/Makefile~kasan-port-kasan-tests-to-kunit-v14 +++ a/lib/Makefile @@ -69,6 +69,7 @@ obj-$(CONFIG_KASAN_KUNIT_TEST) += test_k CFLAGS_test_kasan.o += -fno-builtin CFLAGS_test_kasan.o += $(call cc-disable-warning, vla) obj-$(CONFIG_TEST_KASAN_MODULE) += test_kasan_module.o +CFLAGS_test_kasan_module.o += -fno-builtin obj-$(CONFIG_TEST_UBSAN) += test_ubsan.o CFLAGS_test_ubsan.o += $(call cc-disable-warning, vla) UBSAN_SANITIZE_test_ubsan.o := y _ Patches currently in -mm which might be from trishalfonso@xxxxxxxxxx are add-kunit-struct-to-current-task.patch kunit-kasan-integration.patch kasan-port-kasan-tests-to-kunit.patch kasan-port-kasan-tests-to-kunit-v14.patch kasan-testing-documentation.patch