This changeset is on top of "add support for %d=__get_dumpable() in core name" patch currently in -mm.
Changes since previous version: * save data in the form of siginfo_t structure instead of inventing yet another representation of this data * use copy_siginfo_to_user to copy it Denys Vlasenko (2): coredump: pass siginfo_t* to do_coredump() and below, not merely signr coredump: add a new elf note with siginfo of the signal fs/binfmt_aout.c | 2 +- fs/binfmt_elf.c | 36 +++++++++++++++++++++++++++--------- fs/binfmt_elf_fdpic.c | 6 +++--- fs/binfmt_flat.c | 2 +- fs/coredump.c | 10 +++++----- include/linux/binfmts.h | 2 +- include/linux/coredump.h | 4 ++-- include/linux/elf.h | 5 +++++ kernel/signal.c | 2 +- 9 files changed, 46 insertions(+), 23 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/