-
- Downloads
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 <vda.linux@googlemail.com> Reviewed-by:
Oleg Nesterov <oleg@redhat.com> Cc: Amerigo Wang <amwang@redhat.com> Cc: "Jonathan M. Foote" <jmfoote@cert.org> Cc: Roland McGrath <roland@hack.frob.com> Cc: Pedro Alves <palves@redhat.com> Cc: Fengguang Wu <fengguang.wu@intel.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/binfmt_aout.c 1 addition, 1 deletionfs/binfmt_aout.c
- fs/binfmt_elf.c 7 additions, 7 deletionsfs/binfmt_elf.c
- fs/binfmt_elf_fdpic.c 3 additions, 3 deletionsfs/binfmt_elf_fdpic.c
- fs/binfmt_flat.c 1 addition, 1 deletionfs/binfmt_flat.c
- fs/coredump.c 5 additions, 5 deletionsfs/coredump.c
- include/linux/binfmts.h 1 addition, 1 deletioninclude/linux/binfmts.h
- include/linux/coredump.h 2 additions, 2 deletionsinclude/linux/coredump.h
- kernel/signal.c 1 addition, 1 deletionkernel/signal.c
Loading
Please register or sign in to comment