diff options
author | Yonghong Song <yhs@fb.com> | 2022-08-31 18:27:23 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-09-07 05:51:53 +0300 |
commit | ae63c10fc241a94bb916da96d40c8810f9ad7f18 (patch) | |
tree | da9460cb30b86b9fbd2ef33451cceb7d75b850c0 /tools/testing/selftests/bpf/DENYLIST.s390x | |
parent | a7c2ca3a2f697044094475055b3fba3929b234e4 (diff) | |
download | linux-ae63c10fc241a94bb916da96d40c8810f9ad7f18.tar.xz |
selftests/bpf: Add tracing_struct test in DENYLIST.s390x
Add tracing_struct test in DENYLIST.s390x since s390x does not
support trampoline now.
Signed-off-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20220831152723.2081551-1-yhs@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/DENYLIST.s390x')
-rw-r--r-- | tools/testing/selftests/bpf/DENYLIST.s390x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x index 18fbb6eab1e2..168c5b287b5c 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -70,3 +70,4 @@ setget_sockopt # attach unexpected error: -524 cb_refs # expected error message unexpected error: -524 (trampoline) cgroup_hierarchical_stats # JIT does not support calling kernel function (kfunc) htab_update # failed to attach: ERROR: strerror_r(-524)=22 (trampoline) +tracing_struct # failed to auto-attach: -524 (trampoline) |