[for-linus][PATCH 0/2] tracing: Two minor fixes for 6.13

From: Steven Rostedt
Date: Tue Dec 24 2024 - 21:45:20 EST



Two minor tracing fixes for 6.13:

- Add "const" to "char *" in event structure field that gets assigned
literals.

- Check size of input passed into the tracing cpumask file.

If a too large of an input gets passed into the cpumask file, it could
trigger a warning in the bitmask parsing code.

git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace/fixes

Head SHA1: 98feccbf32cfdde8c722bc4587aaa60ee5ac33f0


Christian Göttsche (1):
tracing: Constify string literal data member in struct trace_event_call

Lizhi Xu (1):
tracing: Prevent bad count for tracing_cpumask_write

----
include/linux/trace_events.h | 2 +-
kernel/trace/trace.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)