]> 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, 7 Sep 2012 00:25:05 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:35 +0000 (15:36 +1000)
commit19114b36c99130d61616681c1b7f023f29d946cb
tree5bf9b7ab81d3442eb794b4f60dc77a217bcef8ac
parentbe8f28d9f8938f80bf3b3750d7629a90b3a70619
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