Signed-off-by: Dieter Ries <ma...@dieterries.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
--
1.7.0.rc0.76.g43960
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Hm, OK, indeed it still needs some more user tests.
Acked-by: Masami Hiramatsu <mhir...@redhat.com>
>
> Signed-off-by: Dieter Ries <ma...@dieterries.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: mhir...@redhat.com
> 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 <mhir...@redhat.com>
Well, since this is a prime time optimization i'd rather see the Kconfig value
eliminated and the optimization to become unconditional. (if it doesnt work
somewhere then it should be fixed)
Ingo
OK, that will be good for finding bugs. :)
Thank you,
--
Masami Hiramatsu
e-mail: mhir...@redhat.com