Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-27 Thread Paul Mundt
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

[PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-26 Thread 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 [EMAIL PROTECTED] --- arch/x86/Kconfig |1 - fs/Kconfig |

Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-26 Thread Ingo Molnar
* Bernhard Walle [EMAIL PROTECTED] 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

Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-26 Thread Andrew Morton
On Thu, 26 Jun 2008 09:23:21 +0200 Bernhard Walle [EMAIL PROTECTED] 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:

Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-26 Thread Vivek Goyal
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

Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-26 Thread Bernhard Walle
* 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 +

[PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-25 Thread 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 [EMAIL PROTECTED] --- arch/x86/Kconfig |1 - fs/Kconfig |

Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump

2008-06-25 Thread Vivek Goyal
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