diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2024-07-02 01:40:19 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2024-07-02 18:31:35 +0200 |
commit | df34ec9db6f521118895f22795da49f2ec01f8cf (patch) | |
tree | 5d37f1bd78b5e986b4e96a2e210622fa1d919267 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | da5f8fd1f0d393d5eaaba9ad8c22d1c26bb2bf9b (diff) |
bpf: Fix atomic probe zero-extension
Zero-extending results of atomic probe operations fails with:
verifier bug. zext_dst is set, but no reg is defined
The problem is that insn_def_regno() handles BPF_ATOMICs, but not
BPF_PROBE_ATOMICs. Fix by adding the missing condition.
Fixes: d503a04f8bc0 ("bpf: Add support for certain atomics in bpf_arena to x86 JIT")
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20240701234304.14336-2-iii@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions