diff options
author | Pu Lehui <[email protected]> | 2022-12-06 17:14:10 +0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2022-12-06 20:59:27 +0100 |
commit | b54b6003612a376e7be32cbc5c1af3754bbbbb3d (patch) | |
tree | 3cb3717d8eddc2998c515cd0630aedc140e95e60 /tools/perf/scripts/python/libxed.py | |
parent | 08388efe593106d2fcd6ddf7a269db58a62a5dda (diff) |
riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
For BPF_PSEUDO_FUNC instruction, verifier will refill imm with
correct addresses of bpf_calls and then run last pass of JIT.
Since the emit_imm of RV64 is variable-length, which will emit
appropriate length instructions accorroding to the imm, it may
broke ctx->offset, and lead to unpredictable problem, such as
inaccurate jump. So let's fix it with fixed-length instructions.
Fixes: 69c087ba6225 ("bpf: Add bpf_for_each_map_elem() helper")
Suggested-by: Björn Töpel <[email protected]>
Signed-off-by: Pu Lehui <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Reviewed-by: Björn Töpel <[email protected]>
Acked-by: Björn Töpel <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions