]> git.karo-electronics.de Git - karo-tx-linux.git/commit
coredump: move core dump functionality into its own file
authorAlex Kelly <alex.page.kelly@gmail.com>
Fri, 21 Sep 2012 01:03:21 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Sep 2012 08:46:47 +0000 (18:46 +1000)
commitcc99aa2ac48808e6f82fab56828f7df7a3af0297
tree1d6ebf35ec7de45f205d0e6bca645d7da9991dd1
parent28e9849fab39c4524ef9977b3b7568fcdfe6a770
coredump: move core dump functionality into its own file

This prepares for making core dump functionality optional.

The variable "suid_dumpable" and associated functions are left in fs/exec.c
because they're used elsewhere, such as in ptrace.

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>
fs/Makefile
fs/coredump.c [new file with mode: 0644]
fs/exec.c
include/linux/sched.h