From: Andrew Morton <akpm@linux-foundation.org>
To: Bernhard Walle <bwalle@suse.de>
Cc: linux-kernel@vger.kernel.org, vgoyal@redhat.com,
kexec@lists.infradead.org
Subject: Re: [PATCH] Remove CONFIG_EXPERIMENTAL from kdump
Date: Thu, 26 Jun 2008 01:23:37 -0700 [thread overview]
Message-ID: <20080626012337.a73c91d2.akpm@linux-foundation.org> (raw)
In-Reply-To: <1214465001-12338-1-git-send-email-bwalle@suse.de>
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?
next prev parent reply other threads:[~2008-06-26 8:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-25 21:49 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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080626012337.a73c91d2.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bwalle@suse.de \
--cc=kexec@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vgoyal@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome