]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/binfmt_elf.c
ARM: 6342/1: fix ASLR of PIE executables
authorNicolas Pitre <nico@fluxnic.net>
Fri, 20 Aug 2010 20:14:46 +0000 (21:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Oct 2010 09:02:53 +0000 (10:02 +0100)
commite4eab08d6050ad04d960738f589724204fd1064c
tree8dbe00cf2c207fc2e448eaee8a763bad01e39551
parent01723a9566f9e9ce4c75e5c4c9f6dc20600871a7
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>
fs/binfmt_elf.c