All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm v3 0/2] coredump: add a new elf note with siginfo of the signal
@ 2012-09-19 16:08 Denys Vlasenko
  2012-09-19 16:08 ` [PATCH -mm v3 1/2] coredump: pass siginfo_t* to do_coredump() and below, not merely signr Denys Vlasenko
  2012-09-19 16:08 ` [PATCH -mm v3 2/2] coredump: add a new elf note with siginfo of the signal Denys Vlasenko
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Vlasenko @ 2012-09-19 16:08 UTC (permalink / raw)
  To: Oleg Nesterov, linux-kernel, Andrew Morton, Amerigo Wang,
	Jonathan M. Foote, Roland McGrath, Pedro Alves
  Cc: Denys Vlasenko

This changeset is on top of "add support for %d=__get_dumpable() in core name"
patch currently in -mm.

Changes since previous version:
* fixed compat coredump generation

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          |   40 +++++++++++++++++++++++++++++++---------
 fs/binfmt_elf_fdpic.c    |    6 +++---
 fs/binfmt_flat.c         |    2 +-
 fs/compat_binfmt_elf.c   |    7 +++++++
 fs/coredump.c            |   10 +++++-----
 include/linux/binfmts.h  |    2 +-
 include/linux/coredump.h |    4 ++--
 include/linux/elf.h      |    5 +++++
 kernel/signal.c          |    2 +-
 10 files changed, 57 insertions(+), 23 deletions(-)

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-19 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 16:08 [PATCH -mm v3 0/2] coredump: add a new elf note with siginfo of the signal Denys Vlasenko
2012-09-19 16:08 ` [PATCH -mm v3 1/2] coredump: pass siginfo_t* to do_coredump() and below, not merely signr Denys Vlasenko
2012-09-19 16:08 ` [PATCH -mm v3 2/2] coredump: add a new elf note with siginfo of the signal Denys Vlasenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.