Linux Trace Kernel
 help / color / mirror / Atom feed
* [PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event
@ 2026-07-29  0:27 Masami Hiramatsu (Google)
  2026-07-29  0:27 ` [PATCH 1/2] tracing: Check return value of __register_event() in trace_module_add_events() Masami Hiramatsu (Google)
  2026-07-29  0:28 ` [PATCH 2/2] tracing/filters: Fix false positive match in regex_match_full() Masami Hiramatsu (Google)
  0 siblings, 2 replies; 3+ messages in thread
From: Masami Hiramatsu (Google) @ 2026-07-29  0:27 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu
  Cc: Mathieu Desnoyers, linux-kernel, linux-trace-kernel

Hi,

Here are a couple of patches to fix a use-after-free bug in a
error case on registering events in a module, and regex match
problem.

Thanks,
---

Masami Hiramatsu (Google) (2):
      tracing: Check return value of __register_event() in trace_module_add_events()
      tracing/filters: Fix false positive match in regex_match_full()


 kernel/trace/trace_events.c        |    4 ++--
 kernel/trace/trace_events_filter.c |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

end of thread, other threads:[~2026-07-29  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  0:27 [PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event Masami Hiramatsu (Google)
2026-07-29  0:27 ` [PATCH 1/2] tracing: Check return value of __register_event() in trace_module_add_events() Masami Hiramatsu (Google)
2026-07-29  0:28 ` [PATCH 2/2] tracing/filters: Fix false positive match in regex_match_full() Masami Hiramatsu (Google)

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