Linux kernel -stable discussions
 help / color / mirror / Atom feed
* Linux 6.12.91 / build breakage / perf cgroup: Update metric leader in evlist__expand_cgroup
@ 2026-05-24  3:56 Marek Vasut
  2026-05-24 15:24 ` Sasha Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2026-05-24  3:56 UTC (permalink / raw)
  To: linux-stable, Sasha Levin; +Cc: Ian Rogers, Sun Jian, Namhyung Kim

Hello everyone,

the following commit landed in Linux 6.12.91:

d26e31446c0f ("perf cgroup: Update metric leader in evlist__expand_cgroup")

However, the first_wildcard_match field does not exist in Linux 6.12.91, 
which prevents perf from being built:

"
$ git grep first_wildcard_match
tools/perf/util/cgroup.c:                       if 
(pos->first_wildcard_match)
tools/perf/util/cgroup.c: 
evsel->first_wildcard_match = pos->first_wildcard_match->priv;
"

Either this commit should be dropped, or 137359b7895f ("perf 
parse-events: Use wildcard processing to set an event to merge into") 
needs to be backported too (?).

Furthermore, it also seems 7cfcd01f33fc ("perf tool_pmu: Factor tool 
events into their own PMU") calls parse_events__term_type_str() which is 
also not defined on 6.12.y .

Thank you for your help !
-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-24 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-24  3:56 Linux 6.12.91 / build breakage / perf cgroup: Update metric leader in evlist__expand_cgroup Marek Vasut
2026-05-24 15:24 ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox