Re: [PATCH v1] perf vdso: Missed put on 32-bit dsos

From: Ian Rogers
Date: Mon Sep 23 2024 - 15:04:13 EST


On Thu, Sep 12, 2024 at 12:31 PM Ian Rogers <irogers@xxxxxxxxxx> wrote:
>
> 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.

Noticed this isn't in the tree yet, do I need to resend for the fixes tag?

Thanks,
Ian