The patch titled Subject: kasan-port-kasan-tests-to-kunit-v14 has been removed from the -mm tree. Its filename was kasan-port-kasan-tests-to-kunit-v14.patch This patch was dropped because it was folded into kasan-port-kasan-tests-to-kunit.patch ------------------------------------------------------ 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-testing-documentation.patch