Re: [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
From: Gregory Price
Date: Mon Jun 29 2026 - 11:46:52 EST
On Mon, Jun 29, 2026 at 01:23:14PM +0100, Lorenzo Stoakes wrote:
> Now we have the vma_start_pgoff() helper, update the merge tests to make
> use of it for consistency.
>
> No functional change intended.
>
> Signed-off-by: Lorenzo Stoakes <ljs@xxxxxxxxxx>
Question: Should we have primitive tests for vma_*_pgoff() since
the behavior changes depending on file/anon?
Nice to have the cleanup and clarity. Maybe worth asserting no
one ever breaks this.
for this patch though
Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>