[GIT PULL] probes: fixes for v6.8-rc3

From: Google
Date: Fri Feb 09 2024 - 06:09:27 EST


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@xxxxxxxxxx>