-
- Downloads
mm: introduce coredump parameter structure
Introduce coredump parameter data structure (struct coredump_params) to simplify binfmt->core_dump() arguments. Signed-off-by:Masami Hiramatsu <mhiramat@redhat.com> Suggested-by:
Ingo Molnar <mingo@elte.hu> Cc: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Roland McGrath <roland@redhat.com> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/binfmt_aout.c 7 additions, 6 deletionsfs/binfmt_aout.c
- fs/binfmt_elf.c 13 additions, 11 deletionsfs/binfmt_elf.c
- fs/binfmt_elf_fdpic.c 15 additions, 14 deletionsfs/binfmt_elf_fdpic.c
- fs/binfmt_flat.c 3 additions, 3 deletionsfs/binfmt_flat.c
- fs/binfmt_som.c 1 addition, 1 deletionfs/binfmt_som.c
- fs/exec.c 21 additions, 17 deletionsfs/exec.c
- include/linux/binfmts.h 9 additions, 1 deletioninclude/linux/binfmts.h
Loading
Please register or sign in to comment