Re: [PATCH 04/12] mm: move randomize_va_space into memory.c

2025-05-09 Thread Kees Cook
On Fri, May 09, 2025 at 02:54:08PM +0200, Joel Granados wrote: > Move the randomize_va_space variable together with all its sysctl table > elements into memory.c. Register it to the "kernel" directory by > adding it to the subsys initialization calls > > This is part of a greater effort to move ct

Re: [PATCH 04/12] mm: move randomize_va_space into memory.c

2025-05-09 Thread Luis Chamberlain
On Fri, May 09, 2025 at 02:54:08PM +0200, Joel Granados wrote: > Move the randomize_va_space variable together with all its sysctl table > elements into memory.c. Register it to the "kernel" directory by > adding it to the subsys initialization calls > > This is part of a greater effort to move ct

[PATCH 04/12] mm: move randomize_va_space into memory.c

2025-05-09 Thread Joel Granados
Move the randomize_va_space variable together with all its sysctl table elements into memory.c. Register it to the "kernel" directory by adding it to the subsys initialization calls This is part of a greater effort to move ctl tables into their respective subsystems which will reduce the merge con