]> Git Repo - J-linux.git/commitdiff
Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <[email protected]>
Wed, 27 Mar 2024 17:01:24 +0000 (10:01 -0700)
committerLinus Torvalds <[email protected]>
Wed, 27 Mar 2024 17:01:24 +0000 (10:01 -0700)
Pull probes fixlet from Masami Hiramatsu:

 - tracing/probes: initialize a 'val' local variable with zero.

   This variable is read by FETCH_OP_ST_EDATA in a loop, and is
   initialized by FETCH_OP_ARG in the same loop. Since this
   initialization is not obvious, smatch warns about it.

   Explicitly initializing 'val' with zero fixes this warning.

* tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: probes: Fix to zero initialize a local variable


Trivial merge
This page took 0.045783 seconds and 4 git commands to generate.