This series includes several patches related to accessing trace_event_file from a file struct. The first two patches are fixes for edge cases, the remaining patches are minor cleanups.
Petr Pavlu (5): tracing: Fix checking of freed trace_event_file for hist files tracing: Fix checking of freed trace_event_file for id files tracing: Remove unnecessary check for EVENT_FILE_FL_FREED tracing: Clean up access to trace_event_file from a file pointer tracing: Free up file->private_data for use by individual events kernel/trace/trace.c | 2 -- kernel/trace/trace.h | 17 +++++++++++------ kernel/trace/trace_events.c | 25 ++++++++++++++++--------- kernel/trace/trace_events_hist.c | 8 ++------ 4 files changed, 29 insertions(+), 23 deletions(-) base-commit: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b -- 2.52.0
