The patch titled elf-coredump-replace-elf_core_extra_-macros-by-functions-fix has been removed from the -mm tree. Its filename was elf-coredump-replace-elf_core_extra_-macros-by-functions-fix.patch This patch was dropped because it was folded into elf-coredump-replace-elf_core_extra_-macros-by-functions.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: elf-coredump-replace-elf_core_extra_-macros-by-functions-fix From: Daisuke HATAYAMA <d.hatayama@xxxxxxxxxxxxxx> Signed-off-by: Daisuke HATAYAMA <d.hatayama@xxxxxxxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/Makefile | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/Makefile~elf-coredump-replace-elf_core_extra_-macros-by-functions-fix kernel/Makefile --- a/kernel/Makefile~elf-coredump-replace-elf_core_extra_-macros-by-functions-fix +++ a/kernel/Makefile @@ -94,6 +94,7 @@ obj-$(CONFIG_TASKSTATS) += taskstats.o t obj-$(CONFIG_TRACEPOINTS) += tracepoint.o obj-$(CONFIG_LATENCYTOP) += latencytop.o obj-$(CONFIG_BINFMT_ELF) += elfcore.o +obj-$(CONFIG_COMPAT_BINFMT_ELF) += elfcore.o obj-$(CONFIG_BINFMT_ELF_FDPIC) += elfcore.o obj-$(CONFIG_FUNCTION_TRACER) += trace/ obj-$(CONFIG_TRACING) += trace/ _ Patches currently in -mm which might be from d.hatayama@xxxxxxxxxxxxxx are coredump-unify-dump_seek-implementations-for-each-binfmt_c.patch coredump-move-dump_write-and-dump_seek-into-a-header-file.patch elf-coredump-replace-elf_core_extra_-macros-by-functions.patch elf-coredump-replace-elf_core_extra_-macros-by-functions-fix.patch elf-coredump-replace-elf_core_extra_-macros-by-functions-fix-2.patch elf-coredump-make-offset-calculation-process-and-writing-process-explicit.patch elf-coredump-add-extended-numbering-support.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