Re: [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers
From: Suren Baghdasaryan
Date: Fri Sep 11 2026 - 10:39:23 EST
On Fri, Sep 11, 2026 at 3:52 AM David Hildenbrand (Arm)
<david@xxxxxxxxxx> wrote:
>
> On 9/11/26 01:47, Suren Baghdasaryan wrote:
> > When per-vma locks were behind a config option, a number of helper
> > functions were needed to simplify the locking code. Now that these
> > locks are universally available, we can do a little cleanup.
> > Remove lock_vma_range(), unlock_vma_range(), query_vma_setup(),
> > query_vma_teardown() helpers.
> >
> > No functional change intended.
> >
> > Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>
> > Reviewed-by: Liam R. Howlett (Oracle) <liam@xxxxxxxxxxxxx>
> > Reviewed-by: Lorenzo Stoakes (ARM) <ljs@xxxxxxxxxx>
> > Acked-by: Usama Arif <usama.arif@xxxxxxxxx>
> > Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
> > ---
>
> I think you CCed me only on this mail correctly (the other ones went to my old
> RH address, I thought that one would bounce)
Oh, man! I used an old list of recipients :/
Should I resend to avoid bounces? So far I haven't seen any bounces
even from the previous version which also used the RH address.
>
> --
> Cheers,
>
> David