Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 383bc5ce authored by Bernhard Walle's avatar Bernhard Walle Committed by Ingo Molnar
Browse files

x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump



I would suggest to remove the "experimental" status from Kdump.
Kdump is now in the kernel since a long time and used by Enterprise
distributions. I don't think that "experimental" is true any more.

Signed-off-by: default avatarBernhard Walle <bwalle@suse.de>
Cc: vgoyal@redhat.com
Cc: kexec@lists.infradead.org
Cc: Bernhard Walle <bwalle@suse.de>
Cc: akpm@linux-foundation.org
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 200001eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1269,7 +1269,6 @@ config KEXEC

config CRASH_DUMP
	bool "kernel crash dumps (EXPERIMENTAL)"
	depends on EXPERIMENTAL
	depends on X86_64 || (X86_32 && HIGHMEM)
	help
	  Generate crash dump after being started by kexec.
+1 −1
Original line number Diff line number Diff line
@@ -930,7 +930,7 @@ config PROC_KCORE

config PROC_VMCORE
        bool "/proc/vmcore support (EXPERIMENTAL)"
        depends on PROC_FS && EXPERIMENTAL && CRASH_DUMP
        depends on PROC_FS && CRASH_DUMP
	default y
        help
        Exports the dump image of crashed kernel in ELF format.