diff options
author | 2024-08-23 07:29:03 -0700 | |
---|---|---|
committer | 2024-08-23 07:29:03 -0700 | |
commit | b4406e100347884fb4acaa744bbc01949e74c9f3 (patch) | |
tree | 0288f89c2540dda329dbd0297e215e6f5dd2af25 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/bpf: Add testcase for updating attached freplace prog to prog_array map (diff) | |
parent | selftests/bpf: #define LOCAL_LABEL_LEN for jit_disasm_helpers.c (diff) | |
download | wireguard-linux-b4406e100347884fb4acaa744bbc01949e74c9f3.tar.xz wireguard-linux-b4406e100347884fb4acaa744bbc01949e74c9f3.zip |
Merge branch 'follow-up-for-__jited-test-tag'
Eduard Zingerman says:
====================
follow up for __jited test tag
This patch-set is a collection of follow-ups for
"__jited test tag to check disassembly after jit" series (see [1]).
First patch is most important:
as it turns out, I broke all test_loader based tests for s390 CI.
E.g. see log [2] for s390 execution of test_progs,
note all 'verivier_*' tests being skipped.
This happens because of incorrect handling of corner case when
get_current_arch() does not know which architecture to return.
Second patch makes matching of function return sequence in
verifier_tailcall_jit more flexible:
-__jited(" retq")
+__jited(" {{(retq|jmp 0x)}}")
The difference could be seen with and w/o mitigations=off boot
parameter for test VM (CI runs with mitigations=off, hence it
generates retq).
Third patch addresses Alexei's request to add #define and a comment in
jit_disasm_helpers.c.
[1] https://lore.kernel.org/bpf/20240820102357.3372779-1-eddyz87@gmail.com/
[2] https://github.com/kernel-patches/bpf/actions/runs/10518445973/job/29144511595
====================
Link: https://lore.kernel.org/r/20240823080644.263943-1-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions