git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc6028
)
brk randomization: introduce CONFIG_COMPAT_BRK
author
Ingo Molnar
<mingo@elte.hu>
Wed, 6 Feb 2008 21:39:44 +0000
(22:39 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 6 Feb 2008 21:39:44 +0000
(22:39 +0100)
based on similar patch from: Pavel Machek <pavel@ucw.cz>
Introduce CONFIG_COMPAT_BRK. If disabled then the kernel is free
(but not obliged to) randomize the brk area.
Heap randomization breaks ancient binaries, so we keep COMPAT_BRK
enabled by default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found