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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  1 sibling, 0 replies; 12+ messages in thread
From: WANG Cong @ 2008-06-25 21:52 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: vgoyal, kexec, linux-kernel

On Wed, Jun 25, 2008 at 11:49:52PM +0200, Bernhard Walle wrote:
>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.
>

Agreed. Thanks.


-- 
Hi, I'm a .signature virus, please copy/paste me to help me spread
all over the world.

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  1 sibling, 1 reply; 12+ messages in thread
From: Vivek Goyal @ 2008-06-25 22:16 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: kexec, linux-kernel

On Wed, Jun 25, 2008 at 11:49:52PM +0200, Bernhard Walle wrote:
> 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.

Makes sense to me. Thanks.

Acked-by: Vivek Goyal <vgoyal@redhat.com>

Thanks
Vivek

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

* [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  2008-06-25 22:16 ` Vivek Goyal
@ 2008-06-26  7:23   ` Bernhard Walle
  2008-06-26  7:24     ` Bernhard Walle
                       ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-26  7:23 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, vgoyal, kexec, 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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  2 siblings, 0 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-26  7:24 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: akpm, linux-kernel, vgoyal, kexec

* Bernhard Walle [2008-06-26 09:23]:
>
> 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>

Sorry, forgot the Acked-by which was the intention to resend it to
Andrew. :-| Sent again.


Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  2 siblings, 0 replies; 12+ messages in thread
From: Ingo Molnar @ 2008-06-26  8:06 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: akpm, linux-kernel, vgoyal, kexec


* Bernhard Walle <bwalle@suse.de> wrote:

> 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.

agreed. I have applied your patch to tip/x86/crashdump (separate topic 
due to its fs/Kconfig impact).

Thanks Bernhard,

	Ingo

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  2 siblings, 1 reply; 12+ messages in thread
From: Andrew Morton @ 2008-06-26  8:23 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: linux-kernel, vgoyal, kexec

On Thu, 26 Jun 2008 09:23:21 +0200 Bernhard Walle <bwalle@suse.de> wrote:

> 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.

What about powerpc, sh and ia64?



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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  0 siblings, 2 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-26  8:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: kexec, linux-kernel, vgoyal

* Andrew Morton [2008-06-26 01:23]:
> >  
> >  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.
> 
> What about powerpc, sh and ia64?

At least for ia64 I wouldn't consider it as experimental. Don't know
about SH and PPC. But should we mark it as EXPERIMENTAL on all
platforms only because some "exotic" (at least SH) platforms have kdump
not very long implemented?



Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  2008-06-26  8:28       ` Bernhard Walle
@ 2008-06-26  9:11         ` Bernhard Walle
  2008-06-26 12:35         ` Vivek Goyal
  1 sibling, 0 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-26  9:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: vgoyal, kexec, linux-kernel

* Bernhard Walle [2008-06-26 10:28]:
>
> * Andrew Morton [2008-06-26 01:23]:
> > >  
> > >  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.
> > 
> > What about powerpc, sh and ia64?
> 
> At least for ia64 I wouldn't consider it as experimental. Don't know
> about SH and PPC.

On PPC it's also quite mature (just talked with our PPC maintainer),
they are also working on relocatable kernel support for kdump.



Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  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
  1 sibling, 2 replies; 12+ messages in thread
From: Vivek Goyal @ 2008-06-26 12:35 UTC (permalink / raw)
  To: Bernhard Walle; +Cc: Andrew Morton, kexec, linux-kernel

On Thu, Jun 26, 2008 at 10:28:03AM +0200, Bernhard Walle wrote:
> * Andrew Morton [2008-06-26 01:23]:
> > >  
> > >  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.
> > 
> > What about powerpc, sh and ia64?
> 
> At least for ia64 I wouldn't consider it as experimental. Don't know
> about SH and PPC. But should we mark it as EXPERIMENTAL on all
> platforms only because some "exotic" (at least SH) platforms have kdump
> not very long implemented?

It has been present long enough on ia64 and ppc64. Only new entry seems
to be SH. I would think of leaving it EXPERIMENTAL only on SH.

Thanks
Vivek

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  2008-06-26 12:35         ` Vivek Goyal
@ 2008-06-26 12:38           ` Bernhard Walle
  2008-06-27  8:13           ` Paul Mundt
  1 sibling, 0 replies; 12+ messages in thread
From: Bernhard Walle @ 2008-06-26 12:38 UTC (permalink / raw)
  To: Vivek Goyal

* Vivek Goyal [2008-06-26 08:35]:
>
> On Thu, Jun 26, 2008 at 10:28:03AM +0200, Bernhard Walle wrote:
> > * Andrew Morton [2008-06-26 01:23]:
> > > >  
> > > >  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.
> > > 
> > > What about powerpc, sh and ia64?
> > 
> > At least for ia64 I wouldn't consider it as experimental. Don't know
> > about SH and PPC. But should we mark it as EXPERIMENTAL on all
> > platforms only because some "exotic" (at least SH) platforms have kdump
> > not very long implemented?
> 
> It has been present long enough on ia64 and ppc64. Only new entry seems
> to be SH. I would think of leaving it EXPERIMENTAL only on SH.

So, "PROC_FS && (!SH || EXPERIMENTAL) && CRASH_DUMP" ?



Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development

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

* Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
  2008-06-26 12:35         ` Vivek Goyal
  2008-06-26 12:38           ` Bernhard Walle
@ 2008-06-27  8:13           ` Paul Mundt
  1 sibling, 0 replies; 12+ messages in thread
From: Paul Mundt @ 2008-06-27  8:13 UTC (permalink / raw)
  To: Vivek Goyal; +Cc: Bernhard Walle, Andrew Morton, kexec, linux-kernel

On Thu, Jun 26, 2008 at 08:35:18AM -0400, Vivek Goyal wrote:
> On Thu, Jun 26, 2008 at 10:28:03AM +0200, Bernhard Walle wrote:
> > * Andrew Morton [2008-06-26 01:23]:
> > > >  
> > > >  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.
> > > 
> > > What about powerpc, sh and ia64?
> > 
> > At least for ia64 I wouldn't consider it as experimental. Don't know
> > about SH and PPC. But should we mark it as EXPERIMENTAL on all
> > platforms only because some "exotic" (at least SH) platforms have kdump
> > not very long implemented?
> 
> It has been present long enough on ia64 and ppc64. Only new entry seems
> to be SH. I would think of leaving it EXPERIMENTAL only on SH.
> 
Yes, kdump should remain EXPERIMENTAL on SH for the time being. It's only
been tested on a tiny subset of CPUs, and will need additional work for
the rest (as with kexec for that matter).

^ permalink raw reply	[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