aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorIlya Leoshkevich <[email protected]>2024-07-02 01:40:19 +0200
committerDaniel Borkmann <[email protected]>2024-07-02 18:31:35 +0200
commitdf34ec9db6f521118895f22795da49f2ec01f8cf (patch)
tree5d37f1bd78b5e986b4e96a2e210622fa1d919267 /tools/perf/scripts/python/parallel-perf.py
parentda5f8fd1f0d393d5eaaba9ad8c22d1c26bb2bf9b (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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions