[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241225024536.865653915@goodmis.org>
Date: Tue, 24 Dec 2024 21:45:36 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-linus][PATCH 0/2] tracing: Two minor fixes for 6.13
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(-)
Powered by blists - more mailing lists