[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B967000.5070904@redhat.com>
Date: Tue, 09 Mar 2010 10:57:52 -0500
From: Masami Hiramatsu <mhiramat@...hat.com>
To: Dieter Ries <mail@...terries.net>
CC: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] OPTPROBES: Don't default to y in Kconfig
Dieter Ries wrote:
> CONFIG_OPTPROBES should not default to y while still being flagged
> EXPERIMENTAL.
Hm, OK, indeed it still needs some more user tests.
Acked-by: Masami Hiramatsu <mhiramat@...hat.com>
>
> Signed-off-by: Dieter Ries <mail@...terries.net>
> ---
> arch/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/Kconfig b/arch/Kconfig
> index e5eb133..57710f7 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -43,7 +43,7 @@ config KPROBES
>
> config OPTPROBES
> bool "Kprobes jump optimization support (EXPERIMENTAL)"
> - default y
> + default n
> depends on KPROBES
> depends on !PREEMPT
> depends on HAVE_OPTPROBES
--
Masami Hiramatsu
e-mail: mhiramat@...hat.com
--
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