The patch titled fallout from kbuild changes has been added to the -mm tree. Its filename is fallout-from-kbuild-changes.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fallout from kbuild changes From: Al Viro <viro@xxxxxxxxxxxxxxxx> Change in 'kbuild: do section mismatch check on full vmlinux' should've been replicated in arch/um/Makefile. Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/Makefile~fallout-from-kbuild-changes arch/um/Makefile --- a/arch/um/Makefile~fallout-from-kbuild-changes +++ a/arch/um/Makefile @@ -146,7 +146,7 @@ define cmd_vmlinux__ -Wl,-T,$(vmlinux-lds) $(vmlinux-init) \ -Wl,--start-group $(vmlinux-main) -Wl,--end-group \ -lutil \ - $(filter-out $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) \ + $(filter-out $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) vmlinux.o \ FORCE ,$^) ; rm -f linux endef _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are origin.patch coda-breakage.patch fallout-from-kbuild-changes.patch introduce-i_sync.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