Re: [PATCH 1/3] perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields

From: Arnaldo Carvalho de Melo
Date: Mon Dec 04 2023 - 14:41:21 EST


Em Mon, Dec 04, 2023 at 11:02:31AM -0800, Ian Rogers escreveu:
> On Thu, Nov 30, 2023 at 6:16 PM Ilkka Koskinen
> <ilkka@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > AmpereOne metrics were missing DefaultMetricgroupName from metrics with
> > "Default" in group name resulting perf to segfault. Add the missing
> > field to address the issue.
> >
> > Fixes: 59faeaf80d02 ("perf vendor events arm64: Fix for AmpereOne metrics")
> > Signed-off-by: Ilkka Koskinen <ilkka@xxxxxxxxxxxxxxxxxxxxxx>
>
> Sorry, I just stumbled across this and sent a fix too.
> https://lore.kernel.org/lkml/20231204182330.654255-1-irogers@xxxxxxxxxx/
> The patches are identical so I'd suggest taking this one and the first
> patch in my changes.
>
> Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks, applied the series.

- Arnaldo