Re: [PATCH] tile: support ASLR fully

2013-08-10 Thread richard -rw- weinberger
On Sat, Aug 10, 2013 at 6:55 PM, Jiri Kosina wrote: > On Fri, 9 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 >> --- >> arch/til

Re: [PATCH] tile: support ASLR fully

2013-08-10 Thread Jiri Kosina
On Fri, 9 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 > --- > arch/tile/include/asm/elf.h | 4 > arch/tile/mm/mmap.c |

[PATCH] tile: support ASLR fully

2013-08-09 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 --- arch/tile/include/asm/elf.h | 4 arch/tile/mm/mmap.c | 20 ++-- 2 files changed, 22 insert