]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
coredump: move core dump functionality into its own file
authorAlex Kelly <alex.page.kelly@gmail.com>
Thu, 13 Sep 2012 01:01:27 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:28:17 +0000 (17:28 +1000)
commit1e8b10a4007c3d94f8d7a4b96771a4798e1f90d5
treece5dbcc7dcbf3c063b7de790f7e000d836d3a383
parent624cd49e04be38db98e8449a18587eb59e590e04
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