From: Masami Hiramatsu (Google) <mhiramat@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Li zeming <zeming@nfschina.com>,
Masami Hiramatsu (Google) <mhiramat@kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
Masami Hiramatsu <mhiramat@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] probes: fixes for v6.8-rc3
Date: Fri, 9 Feb 2024 20:09:16 +0900 [thread overview]
Message-ID: <20240209200916.e1607c9688a39971feb43867@kernel.org> (raw)
Hi Linus,
Probes fixes for v6.8-rc3:
- kprobes: Remove unnecessary initial values of local variables.
- tracing/probe-events: Fixing parser bugs.
. Fix to calculate the argument size and format string after setting
type information from BTF, because BTF can change the size and format
string.
. Fix to show $comm parse error correctly instead of failing silently.
Please pull the latest probes-fixes-v6.8-rc3 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.8-rc3
Tag SHA1: bdad2be231fd9d040e3d5552f35e1e329df5aa9f
Head SHA1: 9efd24ec5599ed485b7c4d9aeb731141f6285167
Li zeming (1):
kprobes: Remove unnecessary initial values of variables
Masami Hiramatsu (Google) (2):
tracing/probes: Fix to show a parse error for bad type for $comm
tracing/probes: Fix to set arg size and fmt after setting type from BTF
----
kernel/kprobes.c | 4 ++--
kernel/trace/trace_probe.c | 32 ++++++++++++++++++--------------
kernel/trace/trace_probe.h | 3 ++-
3 files changed, 22 insertions(+), 17 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
next reply other threads:[~2024-02-09 11:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 11:09 Masami Hiramatsu [this message]
2024-02-09 19:32 ` [GIT PULL] probes: fixes for v6.8-rc3 pr-tracker-bot
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=20240209200916.e1607c9688a39971feb43867@kernel.org \
--to=mhiramat@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=torvalds@linux-foundation.org \
--cc=zeming@nfschina.com \
/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