commit | e4eab08d6050ad04d960738f589724204fd1064c | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@fluxnic.net> | Fri Aug 20 21:14:46 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 08 10:02:53 2010 +0100 |
tree | 8dbe00cf2c207fc2e448eaee8a763bad01e39551 | |
parent | 01723a9566f9e9ce4c75e5c4c9f6dc20600871a7 [diff] |
ARM: 6342/1: fix ASLR of PIE executables Since commits 990cb8acf2 and cc92c28b2d, it is possible to have full address space layout randomization (ASLR) on ARM. Except that one small change was missing for ASLR of PIE executables. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>