Re: [PATCH] perf lock contention: Add a missing NULL check
From: Arnaldo Carvalho de Melo
Date: Tue Apr 02 2024 - 17:37:43 EST
On Tue, Apr 02, 2024 at 01:42:05PM -0700, Namhyung Kim wrote:
> On Tue, Apr 2, 2024 at 12:45 PM Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
> > Acked-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > Are you going to have this merged into perf-tools?
> > A Fixes: tag isn't perhaps needed as it worked in the past?
> Fixes: 1811e82767dcc ("perf lock contention: Track and show siglock
> with address")
> It was introduced in v6.4 and it should be fine to have this
> even without the error. I'll queue it to perf-tools.
ok, better, people trying the tool with a recent kernel will experience
this, so its the right thing to get it thru perf-tools.
Thanks!
- Arnaldo