On Mon, Jul 20, 2026 at 03:38:27PM +0100, Lorenzo Stoakes (ARM) wrote: > > The virtual page offset of a VMA is equal to vma->vm_start >> PAGE_SHIFT if > they are unfaulted or were not remapped, otherwise it is equal to this > value at the point of first fault. >
The latter half of this description is a bit confusing. Why would the value differ from (vma->vm_start >> PAGE_SHIFT)? (because it's file backed?) It sounds like this value can change in response to an event, which makes me thing a reader could see two values across two calls? Apologies if i'm fundamentally misunderstanding something. ~Gregory

