From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932469Ab2ISQJL (ORCPT ); Wed, 19 Sep 2012 12:09:11 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:38658 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756641Ab2ISQJH (ORCPT ); Wed, 19 Sep 2012 12:09:07 -0400 From: Denys Vlasenko To: Oleg Nesterov , linux-kernel@vger.kernel.org, Andrew Morton , Amerigo Wang , "Jonathan M. Foote" , Roland McGrath , Pedro Alves Cc: Denys Vlasenko Subject: [PATCH -mm v3 0/2] coredump: add a new elf note with siginfo of the signal Date: Wed, 19 Sep 2012 18:08:41 +0200 Message-Id: <1348070923-21664-1-git-send-email-vda.linux@googlemail.com> X-Mailer: git-send-email 1.7.7.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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