Re: [RFC PATCH v2 1/2] Randomization of address chosen by mmap.

2018-03-23 Thread Ilya Smith
> On 22 Mar 2018, at 23:53, Andrew Morton wrote: > > On Thu, 22 Mar 2018 19:36:37 +0300 Ilya Smith wrote: > >> include/linux/mm.h | 16 -- >> mm/mmap.c | 164 >> + > > You'll be wanting to update the documentation. > Documentat

Re: [RFC PATCH v2 1/2] Randomization of address chosen by mmap.

2018-03-22 Thread Andrew Morton
On Thu, 22 Mar 2018 19:36:37 +0300 Ilya Smith wrote: > include/linux/mm.h | 16 -- > mm/mmap.c | 164 > + You'll be wanting to update the documentation. Documentation/sysctl/kernel.txt and Documentation/admin-guide/kernel-parame

[RFC PATCH v2 1/2] Randomization of address chosen by mmap.

2018-03-22 Thread Ilya Smith
Signed-off-by: Ilya Smith --- include/linux/mm.h | 16 -- mm/mmap.c | 164 + 2 files changed, 175 insertions(+), 5 deletions(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index ad06d42..c716257 100644 --- a/include/linux