]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/signal.c
coredump: update coredump-related headers
authorAlex Kelly <alex.page.kelly@gmail.com>
Fri, 5 Oct 2012 00:15:24 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:05:15 +0000 (03:05 +0900)
commit179899fd5dc780fe3bcd44d0eb7823e3d855c855
treea2e7bf0098162e1fa940cad56bb1e99ec10440ca
parent046d662f481830e652ac34cd112249adde16452a
coredump: update coredump-related headers

Create a new header file, fs/coredump.h, which contains functions only
used by the new coredump.c.  It also moves do_coredump to the
include/linux/coredump.h header file, for consistency.

Signed-off-by: Alex Kelly <alex.page.kelly@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/coredump.c
fs/coredump.h [new file with mode: 0644]
fs/exec.c
include/linux/binfmts.h
include/linux/coredump.h
include/linux/sched.h
kernel/signal.c