On Tue, Feb 6, 2024 at 3:40 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > After merging the perf tree, today's linux-next build (native perf) > failed like this: > > arch/powerpc/util/kvm-stat.c: In function 'is_tracepoint_available': > arch/powerpc/util/kvm-stat.c:117:16: error: 'struct parse_events_error' has no member named 'str' > 117 | if (err.str) > | ^ > > Caused by commit > > fd7b8e8fb20f ("perf parse-events: Print all errors") Thanks, I sent: https://lore.kernel.org/lkml/20240206235902.2917395-1-irogers@xxxxxxxxxx/ to address this. Fwiw, it is great linux-next is able to spot issues like this early. Ian Ian > I have used the perf tree from next-20240206 for today. > > -- > Cheers, > Stephen Rothwell