diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-27 20:01:24 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-27 20:01:24 +0300 |
commit | 962490525cffee6270422206c9d5bdb12d472c2b (patch) | |
tree | ff8a0d402fc63eab8c1d9f6b0a9ddb07ad5ed2d2 /tools/testing/selftests/mm/split_huge_page_test.c | |
parent | f4a432914af728be2c149934295f337351aa774c (diff) | |
parent | 0add699ad068d26e5b1da9ff28b15461fc4005df (diff) | |
download | linux-962490525cffee6270422206c9d5bdb12d472c2b.tar.xz |
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 'tools/testing/selftests/mm/split_huge_page_test.c')
0 files changed, 0 insertions, 0 deletions