Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRASH_DUMP
has multiple definitions:
kernel/Kconfig.kexec
The configuration item CONFIG_CRASH_DUMP:
( CONFIG_ARCH_SUPPORTS_CRASH_DUMP ) && ( CONFIG_KEXEC_CORE )
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START, or it must be built as a relocatable image (RELOCATABLE=y). For more details see Documentation/admin-guide/kdump/kdump.rst
For s390, this option also enables zfcpdump. See also Documentation/arch/s390/zfcpdump.rst
arch/arm/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel
For more details see Documentation/admin-guide/kdump/kdump.rst
arch/sh/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_BROKEN_ON_SMP
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel using PHYSICAL_START.
For more details see Documentation/admin-guide/kdump/kdump.rst
arch/powerpc/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_PPC64 || CONFIG_PPC_BOOK3S_32 || CONFIG_PPC_85xx || ( CONFIG_44x && ! CONFIG_SMP )
Build a kernel suitable for use as a dump capture kernel. The same kernel binary can be used as production kernel and dump capture kernel.
arch/riscv/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec.
For more details see Documentation/admin-guide/kdump/kdump.rst
arch/loongarch/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec.
For more details see Documentation/admin-guide/kdump/kdump.rst
arch/arm64/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec.
For more details see Documentation/admin-guide/kdump/kdump.rst
arch/x86/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_X86_64 || ( CONFIG_X86_32 && CONFIG_HIGHMEM )
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START, or it must be built as a relocatable image (RELOCATABLE=y). For more details see Documentation/admin-guide/kdump/kdump.rst
arch/s390/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. Crash dump kernels are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. Refer to Documentation/s390/zfcpdump.rst for more details on this. This option also enables s390 zfcpdump. See also Documentation/s390/zfcpdump.rst
arch/mips/Kconfig
The configuration item CONFIG_CRASH_DUMP:
(none)
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or firmware using PHYSICAL_START.
arch/ia64/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_IA64_MCA_RECOVERY && (! CONFIG_SMP || CONFIG_HOTPLUG_CPU )
Generate crash dump after being started by kexec.
arch/powerpc/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_PPC64 || CONFIG_6xx || CONFIG_FSL_BOOKE || ( CONFIG_44x && ! CONFIG_SMP )
Build a kernel suitable for use as a kdump capture kernel. The same kernel binary can be used as production kernel and dump capture kernel.
arch/powerpc/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_PPC_MULTIPLATFORM && CONFIG_PPC64 && CONFIG_EXPERIMENTAL
Build a kernel suitable for use as a kdump capture kernel. The kernel will be linked at a different address than normal, and so can only be used for Kdump.
Don't change this unless you know what you are doing.
arch/x86/Kconfig
The configuration item CONFIG_CRASH_DUMP:
( CONFIG_EXPERIMENTAL ) && ( CONFIG_X86_64 || ( CONFIG_X86_32 && CONFIG_HIGHMEM ))
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START, or it must be built as a relocatable image (RELOCATABLE=y). For more details see Documentation/kdump/kdump.txt
arch/ia64/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_EXPERIMENTAL && CONFIG_IA64_MCA_RECOVERY && ! CONFIG_IA64_HP_SIM && (! CONFIG_SMP || CONFIG_HOTPLUG_CPU )
Generate crash dump after being started by kexec.
arch/x86_64/Kconfig
The configuration item CONFIG_CRASH_DUMP:
CONFIG_EXPERIMENTAL
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START. For more details see Documentation/kdump/kdump.txt
arch/i386/Kconfig
The configuration item CONFIG_CRASH_DUMP:
( CONFIG_EXPERIMENTAL ) && ( CONFIG_HIGHMEM )
Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START. For more details see Documentation/kdump/kdump.txt
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab