[PATCH] Fix CONFIG_COMPAT_BRK help text

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: <linux-kernel@...>
Date: Thursday, February 7, 2008 - 6:09 pm

CONFIG_COMPAT_BRK=y means that heap randomization is turned off, so
it's *always* a safe choice.  I assume the help text is trying to say
that if one does not run ancient binaries, then enabling heap
randomization is safe.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
---
diff --git a/init/Kconfig b/init/Kconfig
index 95ac265..242ce32 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -565,7 +565,7 @@ config COMPAT_BRK
 	  disabled, and can be overriden runtime by setting
 	  /proc/sys/kernel/randomize_va_space to 2.
 
-	  On non-ancient distros (post-2000 ones) Y is usually a safe choice.
+	  On non-ancient distros (post-2000 ones) N is usually a safe choice.
 
 config BASE_FULL
 	default y
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix CONFIG_COMPAT_BRK help text, Roland Dreier, (Thu Feb 7, 6:09 pm)
Re: [PATCH] Fix CONFIG_COMPAT_BRK help text, Ingo Molnar, (Thu Feb 7, 6:20 pm)