On Wed, Jul 25, 2018 at 07:42:01PM +0000, Andrew Morton wrote: > On Wed, 25 Jul 2018 15:39:24 +0300 "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> wrote: > > > There are few more: > > > > arch/arm64/include/asm/tlb.h: struct vm_area_struct vma = { .vm_mm = tlb->mm, }; > > arch/arm64/mm/hugetlbpage.c: struct vm_area_struct vma = { .vm_mm = mm }; > > arch/arm64/mm/hugetlbpage.c: struct vm_area_struct vma = { .vm_mm = mm }; > > I'n not understanding. Your "mm: use vma_init() to initialize VMAs on > stack and data segments" addressed all those? Yeah, sorry. Looked at wrong tree. -- Kirill A. Shutemov