Re: [PATCH v4 03/14] arm64: Consider stack randomization for mmap base only when necessary

2019-06-03 Thread Catalin Marinas
On Sun, May 26, 2019 at 09:47:35AM -0400, Alexandre Ghiti wrote: > Do not offset mmap base address because of stack randomization if > current task does not want randomization. > Note that x86 already implements this behaviour. > > Signed-off-by: Alexandre Ghiti > Acked-by: Kees Cook > Reviewed-

[PATCH v4 03/14] arm64: Consider stack randomization for mmap base only when necessary

2019-05-26 Thread Alexandre Ghiti
Do not offset mmap base address because of stack randomization if current task does not want randomization. Note that x86 already implements this behaviour. Signed-off-by: Alexandre Ghiti Acked-by: Kees Cook Reviewed-by: Christoph Hellwig --- arch/arm64/mm/mmap.c | 6 +- 1 file changed, 5