public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
@ 2008-06-25 21:49 Bernhard Walle
  2008-06-25 21:52 ` WANG Cong
  2008-06-25 22:16 ` Vivek Goyal
  0 siblings, 2 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-25 21:49 UTC (permalink / raw)
  To: vgoyal; +Cc: kexec, linux-kernel, Bernhard Walle

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: Bernhard Walle <bwalle@suse.de>
---
 arch/x86/Kconfig |    1 -
 fs/Kconfig       |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e0edaaa..f4f255b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1190,7 +1190,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.
diff --git a/fs/Kconfig b/fs/Kconfig
index cf12c40..b2252a4 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -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.
-- 
1.5.4.5


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-06-27  8:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 21:49 [PATCH] Remove CONFIG_EXPERIMENTAL from kdump Bernhard Walle
2008-06-25 21:52 ` WANG Cong
2008-06-25 22:16 ` Vivek Goyal
2008-06-26  7:23   ` Bernhard Walle
2008-06-26  7:24     ` Bernhard Walle
2008-06-26  8:06     ` Ingo Molnar
2008-06-26  8:23     ` Andrew Morton
2008-06-26  8:28       ` Bernhard Walle
2008-06-26  9:11         ` Bernhard Walle
2008-06-26 12:35         ` Vivek Goyal
2008-06-26 12:38           ` Bernhard Walle
2008-06-27  8:13           ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox