[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080625221635.GD32344@redhat.com>
Date: Wed, 25 Jun 2008 18:16:35 -0400
From: Vivek Goyal <vgoyal@...hat.com>
To: Bernhard Walle <bwalle@...e.de>
Cc: kexec@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
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@...e.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@...hat.com>
Thanks
Vivek
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists