[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240209200916.e1607c9688a39971feb43867@kernel.org>
Date: Fri, 9 Feb 2024 20:09:16 +0900
From: Masami Hiramatsu (Google) <mhiramat@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Li zeming <zeming@...china.com>, Masami Hiramatsu (Google)
<mhiramat@...nel.org>, Steven Rostedt <rostedt@...dmis.org>, Masami
Hiramatsu <mhiramat@...nel.org>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] probes: fixes for v6.8-rc3
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@...nel.org>
Powered by blists - more mailing lists