Re: [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap

2019-08-09 Thread Alexandre Ghiti
On 8/8/19 11:16 AM, Sergei Shtylyov wrote: Hello! On 08.08.2019 9:17, Alexandre Ghiti wrote: This commit takes care of stack randomization and stack guard gap when computing mmap base address and checks if the task asked for randomization. This fixes the problem uncovered and not fixed for

Re: [PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap

2019-08-08 Thread Sergei Shtylyov
Hello! On 08.08.2019 9:17, Alexandre Ghiti wrote: This commit takes care of stack randomization and stack guard gap when computing mmap base address and checks if the task asked for randomization. This fixes the problem uncovered and not fixed for arm here:

[PATCH v6 09/14] mips: Properly account for stack randomization and stack guard gap

2019-08-08 Thread Alexandre Ghiti
This commit takes care of stack randomization and stack guard gap when computing mmap base address and checks if the task asked for randomization. This fixes the problem uncovered and not fixed for arm here: https://lkml.kernel.org/r/20170622200033.25714-1-r...@redhat.com Signed-off-by: