The patch titled Subject: purgatory: run host built programs from objtree has been removed from the -mm tree. Its filename was purgatory-core-purgatory-functionality-fix.patch This patch was dropped because it was folded into purgatory-core-purgatory-functionality.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: purgatory: run host built programs from objtree Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/purgatory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/purgatory/Makefile~purgatory-core-purgatory-functionality-fix arch/x86/purgatory/Makefile --- a/arch/x86/purgatory/Makefile~purgatory-core-purgatory-functionality-fix +++ a/arch/x86/purgatory/Makefile @@ -18,7 +18,7 @@ $(obj)/purgatory.ro: $(PURGATORY_OBJS) F targets += kexec-purgatory.c quiet_cmd_bin2c = BIN2C $@ - cmd_bin2c = cat $(obj)/purgatory.ro | $(srctree)/scripts/basic/bin2c kexec_purgatory > $(obj)/kexec-purgatory.c + cmd_bin2c = cat $(obj)/purgatory.ro | $(objtree)/scripts/basic/bin2c kexec_purgatory > $(obj)/kexec-purgatory.c $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro FORCE $(call if_changed,bin2c) _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch lib-scatterlist-make-arch_has_sg_chain-an-actual-kconfig.patch purgatory-core-purgatory-functionality.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