]> git.baikalelectronics.ru Git - kernel.git/commit
coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
authorRoland McGrath <roland@redhat.com>
Wed, 27 Oct 2010 22:34:09 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:12 +0000 (18:03 -0700)
commite5c6ccf1d74559b0240e1118a2ebb6113880af25
treedc3cde3140da1684ee535c4f6a016e3af7c0692e
parent8a817161fb0d375d5b2ae5330cadb493c7ef27df
coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y

The userland ELF tools have been coping with partial-segments core files
for a few years now.  Multiple distro builds are now setting this option.
It behooves everyone who ever deals with core files to have more info
dumped in there, especially as more and more people's compilers are
producing build IDs.  Make it the default.

Anyone using older tools confused by these core files can configure this
option off, or just change /proc/PID/coredump_filter after boot.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/Kconfig.binfmt