[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347979995-1452-1-git-send-email-vda.linux@googlemail.com>
Date: Tue, 18 Sep 2012 16:53:13 +0200
From: Denys Vlasenko <vda.linux@...glemail.com>
To: Oleg Nesterov <oleg@...hat.com>, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Amerigo Wang <amwang@...hat.com>,
"Jonathan M. Foote" <jmfoote@...t.org>,
Roland McGrath <roland@...k.frob.com>,
Pedro Alves <palves@...hat.com>
Cc: Denys Vlasenko <vda.linux@...glemail.com>
Subject: [PATCH -mm v2 0/2] coredump: add a new elf note with siginfo of the signal
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists