]> Git Repo - linux.git/commit
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
authorDenys Vlasenko <[email protected]>
Fri, 5 Oct 2012 00:15:29 +0000 (17:15 -0700)
committerLinus Torvalds <[email protected]>
Fri, 5 Oct 2012 18:05:16 +0000 (03:05 +0900)
commit5ab1c309b344880d81494e9eab7fb27682bc6d9d
tree9509df6703c921d268db3b4b52c29992bcc24e35
parent0f4cfb2e4e7a7e4e97a3e90e2ba1062f07fb2cb1
coredump: pass siginfo_t* to do_coredump() and below, not merely signr

This is a preparatory patch for the introduction of NT_SIGINFO elf note.

With this patch we pass "siginfo_t *siginfo" instead of "int signr" to
do_coredump() and put it into coredump_params.  It will be used by the
next patch.  Most changes are simple s/signr/siginfo->si_signo/.

Signed-off-by: Denys Vlasenko <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Cc: Amerigo Wang <[email protected]>
Cc: "Jonathan M. Foote" <[email protected]>
Cc: Roland McGrath <[email protected]>
Cc: Pedro Alves <[email protected]>
Cc: Fengguang Wu <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/binfmt_aout.c
fs/binfmt_elf.c
fs/binfmt_elf_fdpic.c
fs/binfmt_flat.c
fs/coredump.c
include/linux/binfmts.h
include/linux/coredump.h
kernel/signal.c
This page took 0.056798 seconds and 4 git commands to generate.