The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [for-linus][PATCH 0/2] tracing: Two minor fixes for 6.13
@ 2024-12-25  2:45 Steven Rostedt
  2024-12-25  2:45 ` [for-linus][PATCH 1/2] tracing: Constify string literal data member in struct trace_event_call Steven Rostedt
  2024-12-25  2:45 ` [for-linus][PATCH 2/2] tracing: Prevent bad count for tracing_cpumask_write Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2024-12-25  2:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]


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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-25  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25  2:45 [for-linus][PATCH 0/2] tracing: Two minor fixes for 6.13 Steven Rostedt
2024-12-25  2:45 ` [for-linus][PATCH 1/2] tracing: Constify string literal data member in struct trace_event_call Steven Rostedt
2024-12-25  2:45 ` [for-linus][PATCH 2/2] tracing: Prevent bad count for tracing_cpumask_write Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox