Re: [PATCH v2] tile: support ASLR fully

2013-08-19 Thread Jiri Kosina
On Tue, 13 Aug 2013, Tony Lu wrote: > With this change, tile Linux now supports address-space layout > randomization for shared objects, stack, heap and vdso. > > Signed-off-by: Tony Lu > Signed-off-by: Chris Metcalf > --- > v2: implement Jiri Kosina's suggestion to copy the math in > mmap_rnd(

[PATCH v2] tile: support ASLR fully

2013-08-13 Thread Tony Lu
With this change, tile Linux now supports address-space layout randomization for shared objects, stack, heap and vdso. Signed-off-by: Tony Lu Signed-off-by: Chris Metcalf --- v2: implement Jiri Kosina's suggestion to copy the math in mmap_rnd() for x86. arch/tile/include/asm/elf.h | 4 a