mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
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: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Roland McGrath <roland@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9a100a4464
commit
2d96d1053d
@ -43,7 +43,7 @@ config BINFMT_ELF_FDPIC
|
||||
config CORE_DUMP_DEFAULT_ELF_HEADERS
|
||||
bool "Write ELF core dumps with partial segments"
|
||||
default n
|
||||
depends on BINFMT_ELF
|
||||
depends on BINFMT_ELF && ELF_CORE
|
||||
help
|
||||
ELF core dump files describe each memory mapping of the crashed
|
||||
process, and can contain or omit the memory contents of each one.
|
||||
|
Loading…
Reference in New Issue
Block a user