Re: [PATCH 6.13 000/499] 6.13.11-rc1 review

From: Thorsten Leemhuis
Date: Tue Apr 08 2025 - 09:32:17 EST


On 08.04.25 12:43, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.11 release.
> There are 499 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.

Compiling for Fedora failed:

util/stat.c: In function ‘evsel__is_alias’:
util/stat.c:565:16: error: implicit declaration of function ‘perf_pmu__name_no_suffix_match’ [-Wimplicit-function-declaration]
565 | return perf_pmu__name_no_suffix_match(evsel_a->pmu, evsel_b->pmu->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>From a *very very* quick look I wonder if it might be due to this change,
as it seems to depend on 63e287131cf0c5 ("perf pmu: Rename name matching
for no suffix or wildcard variants") [v6.15-rc1]:

> Ian Rogers <irogers@xxxxxxxxxx>
> perf stat: Don't merge counters purely on name

But as I said, it was just a very very quick look, so I might be totally
off track there.

HTH, Ciao, Thorsten