]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Add cb_refs test to s390x deny list
authorDaniel Müller <deso@posteo.net>
Wed, 24 Aug 2022 16:39:06 +0000 (16:39 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 25 Aug 2022 01:59:04 +0000 (18:59 -0700)
commit4ad8405aeddd8c37d72a42a981bfdfa2069de689
tree4ded9357d3e5e903044d0216e9ab2090620aeb8c
parenta79ee98d85bda5c7c84b0fdece39b6d4add15175
selftests/bpf: Add cb_refs test to s390x deny list

The cb_refs BPF selftest is failing execution on s390x machines. This is
a newly added test that requires a feature not presently supported on
this architecture.

Denylist the test for this architecture.

Fixes: 3cf7e7d8685c ("selftests/bpf: Add tests for reference state fixes for callbacks")
Signed-off-by: Daniel Müller <deso@posteo.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220824163906.1186832-1-deso@posteo.net
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/DENYLIST.s390x