projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c2ca3
)
selftests/bpf: Add tracing_struct test in DENYLIST.s390x
author
Yonghong Song
<yhs@fb.com>
Wed, 31 Aug 2022 15:27:23 +0000
(08:27 -0700)
committer
Alexei Starovoitov
<ast@kernel.org>
Wed, 7 Sep 2022 02:51:53 +0000
(19:51 -0700)
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>
tools/testing/selftests/bpf/DENYLIST.s390x
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/DENYLIST.s390x
b/tools/testing/selftests/bpf/DENYLIST.s390x
index 18fbb6eab1e2b24294277558e621876b53b7e8c2..168c5b287b5c9d39080dc94ac00a8d10126e21a8 100644
(file)
--- 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)