提交 2d96d105 编写于 作者: D David Brownell 提交者: Linus Torvalds

CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_CORE

Kernels that don't support ELF coredumps at all surely can't be supporting
new partial-segment flavored ELF coredumps ...  don't make folk answer
Kconfig questions about that flavor.
Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
Acked-by: NRoland McGrath <roland@redhat.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9a100a44
...@@ -43,7 +43,7 @@ config BINFMT_ELF_FDPIC ...@@ -43,7 +43,7 @@ config BINFMT_ELF_FDPIC
config CORE_DUMP_DEFAULT_ELF_HEADERS config CORE_DUMP_DEFAULT_ELF_HEADERS
bool "Write ELF core dumps with partial segments" bool "Write ELF core dumps with partial segments"
default n default n
depends on BINFMT_ELF depends on BINFMT_ELF && ELF_CORE
help help
ELF core dump files describe each memory mapping of the crashed ELF core dump files describe each memory mapping of the crashed
process, and can contain or omit the memory contents of each one. process, and can contain or omit the memory contents of each one.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册