diff options
| author | Ilya Leoshkevich <iii@linux.ibm.com> | 2025-08-21 13:25:59 +0200 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2025-08-26 16:51:52 -0700 |
| commit | 21bce56940549a2473134b44cd1d8e21da268e1e (patch) | |
| tree | 39dd77e4b2fedf1def0a26693a4eb81b48aae3c4 | |
| parent | selftests/bpf: Enable timed may_goto verifier tests on s390x (diff) | |
| download | linux-21bce56940549a2473134b44cd1d8e21da268e1e.tar.gz linux-21bce56940549a2473134b44cd1d8e21da268e1e.zip | |
selftests/bpf: Remove may_goto tests from DENYLIST.s390x
The may_goto instruction is now fully supported on s390x, including the
timed implementation, so remove the respective test from the denylist.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20250821113339.292434-6-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
| -rw-r--r-- | tools/testing/selftests/bpf/DENYLIST.s390x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x index 3ebd77206f98..a17baf8c6fd7 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -2,4 +2,3 @@ # Alphabetical order get_stack_raw_tp # user_stack corrupted user stack (no backchain userspace) stacktrace_build_id # compare_map_keys stackid_hmap vs. stackmap err -2 errno 2 (?) -verifier_iterating_callbacks |
