Cc: Andrew Morton <akpm@...>, Arjan van de Ven <arjan@...>, Randy Dunlap <randy.dunlap@...>, Hugh Dickins <hugh@...>, Pavel Machek <pavel@...>, <linux-kernel@...>
thinking about it ... i think we should just keep this simple, and when
COMPAT_BRK=y then we disable brk randomization globally. If !COMPAT_BRK
then we do brk randomization globally as well. (and that is probably
what users want the sysctl to do anyway - users wont necessarily know
whether the app breakage they want to solve is due to 32-bit or 64-bit.)
Ingo
--