[for-linus][PATCH 0/3] More tracing fixes for 5.12
From: Steven Rostedt
Date: Thu Mar 04 2021 - 19:52:50 EST
Functional fix:
- Memory leak in __create_synth_event()
- Skip selftests if tracing is disabled
Non functional fix:
- Fix stale comment about the trace_event_call flags.
Steven Rostedt (VMware) (2):
tracing: Skip selftests if tracing is disabled
tracing: Fix comment about the trace_event_call flags
Vamshi K Sthambamkadi (1):
tracing: Fix memory leak in __create_synth_event()
----
include/linux/trace_events.h | 11 ++---------
kernel/trace/trace.c | 6 ++++++
kernel/trace/trace_events_synth.c | 4 +++-
3 files changed, 11 insertions(+), 10 deletions(-)