From: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>,
Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org
Subject: [PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event
Date: Wed, 29 Jul 2026 09:27:49 +0900 [thread overview]
Message-ID: <178528486942.124250.10437463913796837242.stgit@devnote2> (raw)
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>
next reply other threads:[~2026-07-29 0:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 0:27 Masami Hiramatsu (Google) [this message]
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)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178528486942.124250.10437463913796837242.stgit@devnote2 \
--to=mhiramat@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox