Re: [PATCH] mm: implement and use vma_is_faulted(), silence KCSAN
From: Lorenzo Stoakes (ARM)
Date: Thu Sep 10 2026 - 04:18:58 EST
On Thu, Sep 10, 2026 at 09:46:23AM +0200, David Hildenbrand (Arm) wrote:
> >
> > Actually how about:
> >
> > vma_anon_rmap_tracked()?
>
> Or just
>
> vma_anon_tracked?
Yeah works for me! Will respin with that.
>
> >
> > Then it speaks to what anon_vma is actually for, the fact the VMA has an
> > anon_vma assigned like that means it is tracked by the anon_vma, and it
> > abstracts the actual mechanism?
> Yeah, this goes into the right direction.
Yeah agreed!
>
> --
> Cheers,
>
> David
--
Cheers, Lorenzo