Re: [PATCH] mm: implement and use vma_is_faulted(), silence KCSAN
From: David Hildenbrand (Arm)
Date: Thu Sep 10 2026 - 03:51:54 EST
>
> Actually how about:
>
> vma_anon_rmap_tracked()?
Or just
vma_anon_tracked?
>
> 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.
--
Cheers,
David