lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue,  9 Mar 2010 00:07:38 +0100
From:	Dieter Ries <mail@...terries.net>
To:	Masami Hiramatsu <mhiramat@...hat.com>
Cc:	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	Dieter Ries <mail@...terries.net>
Subject: [PATCH] OPTPROBES: Don't default to y in Kconfig

CONFIG_OPTPROBES should not default to y while still being flagged
EXPERIMENTAL.

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
-- 
1.7.0.rc0.76.g43960

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ