commit | 5e143436d04465c937c1a242808a99c46393af3e | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Apr 13 04:59:36 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Apr 14 09:15:24 2011 +0100 |
tree | 882b80a1a208776f32180bf735a9cecf013a5637 | |
parent | df5419a9a90ac4ea2d853d68cc788e32cfe71278 [diff] |
ARM: 6878/1: fix personality flag propagation across an exec Our SET_PERSONALITY() implementation was overwriting all existing personality flags, including ADDR_NO_RANDOMIZE, making them unavailable to processes being exec'd after a call to personality() in user space. This prevents the gdb test suite from running successfully. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>