The patch titled Subject: um: use asm-generic/scatterlist.h has been removed from the -mm tree. Its filename was lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-2.patch This patch was dropped because it was folded into lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig.patch ------------------------------------------------------ From: Laura Abbott <lauraa@xxxxxxxxxxxxxx> Subject: um: use asm-generic/scatterlist.h commit ff35bd54456e18878c361a8a2deeb41c9688458f (lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig) changed some architectures to use the generic scatterlist.h but this broke um: In file included from init/main.c:75:0: include/linux/blkdev.h:25:29: fatal error: asm/scatterlist.h: No such file or directory Make um use the generic scatterlist.h as well Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> Cc: kbuild test robot <fengguang.wu@xxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Richard Weinberger <richard@xxxxxx> Signed-off-by: Laura Abbott <lauraa@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN arch/um/include/asm/Kbuild~lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-2 arch/um/include/asm/Kbuild --- a/arch/um/include/asm/Kbuild~lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-2 +++ a/arch/um/include/asm/Kbuild @@ -21,6 +21,7 @@ generic-y += param.h generic-y += pci.h generic-y += percpu.h generic-y += preempt.h +generic-y += scatterlist.h generic-y += sections.h generic-y += switch_to.h generic-y += topology.h _ Patches currently in -mm which might be from lauraa@xxxxxxxxxxxxxx are origin.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig-fix-3.patch lib-scatterlist-clean-up-useless-architecture-versions-of-scatterlisth.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