On 4/5/22 19:52, Steven Rostedt wrote:
On Tue, 5 Apr 2022 19:30:25 -0700 Guenter Roeck linux@roeck-us.net wrote:
s390 tests crashed. Other failed qemu tests did not compile.
Bisect points to commit 93fe2389e6fd ("tracing: Have TRACE_DEFINE_ENUM affect trace event types as well"). Bisect log attached. Reverting the offending patch fixes the problem. Copying Steven for comments/input.
Do you have this commit?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
No, It applies, but doesn't compile.
kernel/trace/trace_events.c: In function 'update_event_fields': kernel/trace/trace_events.c:2459:40: error: 'TRACE_EVENT_FL_DYNAMIC' undeclared
TRACE_EVENT_FL_DYNAMIC is not defined in v5.10.y.
Guenter