On Mon Jun 29, 2026 at 3:25 PM EDT, Lorenzo Stoakes wrote: > Replace use of the legacy vm_flags_t flags with vma_flags_t values in > create_init_stack_vma(). > > As part of this change we add VMA_STACK_EARLY and VMA_STACK_INCOMPLETE > vma_flags_t defines, and slightly rework create_init_stack_vma() for > clarity. > > No functional change intended. > > Signed-off-by: Lorenzo Stoakes <[email protected]> > --- > include/linux/mm.h | 4 ++++ > mm/vma_exec.c | 18 +++++++++++------- > 2 files changed, 15 insertions(+), 7 deletions(-) >
LGTM. Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi
