The patch titled Subject: kernel-add-kcov-code-coverage-fix-2 has been removed from the -mm tree. Its filename was kernel-add-kcov-code-coverage-fix-2.patch This patch was dropped because it was folded into kernel-add-kcov-code-coverage.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kernel-add-kcov-code-coverage-fix-2 unbreak allmodconfig Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN Makefile~kernel-add-kcov-code-coverage-fix-2 Makefile --- a/Makefile~kernel-add-kcov-code-coverage-fix-2 +++ a/Makefile @@ -678,6 +678,7 @@ ifdef CONFIG_KCOV ifeq ($(call cc-option, $(CFLAGS_KCOV)),) $(warning Cannot use CONFIG_KCOV: \ -fsanitize-coverage=trace-pc is not supported by compiler) + CFLAGS_KCOV = endif endif _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kernel-add-kcov-code-coverage.patch kernel-add-kcov-code-coverage-makefile-tweaks.patch dma-rename-dma__writecombine-to-dma__wc-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html