From: Kawai, Hidehiro Date: Thu, 19 Jul 2007 08:48:28 +0000 (-0700) Subject: coredump masking: add an interface for core dump filter X-Git-Tag: v2.6.23-rc1~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb4a0bb1e773e3c41800b33a3f7dab32bd06c64;p=pandora-kernel.git coredump masking: add an interface for core dump filter This patch adds an interface to set/reset flags which determines each memory segment should be dumped or not when a core file is generated. /proc//coredump_filter file is provided to access the flags. You can change the flag status for a particular process by writing to or reading from the file. The flag status is inherited to the child process when it is created. Signed-off-by: Hidehiro Kawai Cc: Alan Cox Cc: David Howells Cc: Hugh Dickins Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed