On Wed, 18 Dec 2024 13:53:17 -0800 Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote: > > There is a loop for_each_vma_range() that does: > > > > vma_start_write(next); > > mas_set(mas_detach, vms->mas_count++); > > mas_store_gfp(mas_detach, next, GFP_KERNEL); > > Ah, ok I see now. I completely misunderstood what for_each_vma_range() > was doing. I'll drop the v6 series from mm-unstable.