Re: [PATCH v1] perf vdso: Missed put on 32-bit dsos
From: Ian Rogers
Date: Thu Sep 12 2024 - 15:31:47 EST
On Thu, Sep 12, 2024 at 12:15 PM Arnaldo Carvalho de Melo
<acme@xxxxxxxxxx> wrote:
>
> On Thu, Sep 12, 2024 at 11:27:57AM -0700, Ian Rogers wrote:
> > If the dso type doesn't match then NULL is returned but the dso should
> > be put first.
>
> I guess we can add:
>
> Fixes: f649ed80f3cabbf1 ("perf dsos: Tidy reference counting and locking")
>
> ?
Yep, that's the one that added the reference count increment.
Thanks,
Ian