Skip to content

Commit 4cddbfb

Browse files
kdump: T8868: Enable crash dump and debug info in kernel configs
Enabling the following options allows us to use `kdump-tools`: - `CONFIG_CRASH_DUMP` - `CONFIG_DEBUG_INFO` - `CONFIG_PROC_VMCORE`
1 parent 5e2e9a3 commit 4cddbfb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

scripts/package-build/linux-kernel/config/arm64/vyos_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ CONFIG_KEXEC_CORE=y
241241
CONFIG_KEXEC=y
242242
CONFIG_KEXEC_FILE=y
243243
CONFIG_KEXEC_SIG=y
244-
# CONFIG_CRASH_DUMP is not set
244+
CONFIG_CRASH_DUMP=y
245+
CONFIG_DEBUG_INFO=y
246+
CONFIG_PROC_VMCORE=y
245247
# end of Kexec and crash features
246248
# end of General setup
247249

scripts/package-build/linux-kernel/config/x86/vyos_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ CONFIG_KEXEC_CORE=y
260260
CONFIG_KEXEC=y
261261
CONFIG_KEXEC_FILE=y
262262
CONFIG_KEXEC_SIG=y
263-
# CONFIG_CRASH_DUMP is not set
263+
CONFIG_CRASH_DUMP=y
264+
CONFIG_DEBUG_INFO=y
265+
CONFIG_PROC_VMCORE=y
264266
# end of Kexec and crash features
265267
# end of General setup
266268

0 commit comments

Comments
 (0)