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)
commit895021552d6ffe8a4d076cb5c4b1e700c33e96e1
treedc3cde3140da1684ee535c4f6a016e3af7c0692e
parent1b0d300bd0f047e2edaf9d4b6784189e6c67c3d1
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