diff options
| author | Linus Torvalds <[email protected]> | 2024-03-27 17:01:24 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2024-03-27 17:01:24 +0000 |
| commit | 962490525cffee6270422206c9d5bdb12d472c2b (patch) | |
| tree | ff8a0d402fc63eab8c1d9f6b0a9ddb07ad5ed2d2 /drivers/net/ethernet/intel/igc/igc_main.c | |
| parent | Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
| parent | tracing: probes: Fix to zero initialize a local variable (diff) | |
| download | kernel-962490525cffee6270422206c9d5bdb12d472c2b.tar.gz kernel-962490525cffee6270422206c9d5bdb12d472c2b.zip | |
Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
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
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions
