The patch titled Subject: tile: early_printk.o is always required has been removed from the -mm tree. Its filename was tile-early_printko-is-always-required.patch This patch was dropped because it was withdrawn ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: tile: early_printk.o is always required arch/tile/setup.o is always compiled, and it requires early_panic() and hence early_printk(), so we must always build and link early_printk.o. Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> Acked-by: Chris Metcalf <cmetcalf@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/tile/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN arch/tile/Kconfig~tile-early_printko-is-always-required arch/tile/Kconfig --- a/arch/tile/Kconfig~tile-early_printko-is-always-required +++ a/arch/tile/Kconfig @@ -14,6 +14,7 @@ config TILE select GENERIC_FIND_FIRST_BIT select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW + select EARLY_PRINTK select GENERIC_PENDING_IRQ if SMP select GENERIC_STRNCPY_FROM_USER select GENERIC_STRNLEN_USER _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch revert-mm-memcontrol-fix-possible-css-ref-leak-on-oom.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes.patch mm-add-nr_zsmalloc-to-vmstat-fix.patch mm-thp-avoid-unnecessary-swapin-in-khugepaged-fix.patch mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch nvme-dont-allocate-unused-nvme_major-fix.patch kexec-ensure-user-memory-sizes-do-not-wrap-fix.patch kexec-allow-architectures-to-override-boot-mapping-fix.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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