diff options
author | Daniel Müller <deso@posteo.net> | 2022-08-10 23:07:10 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-08-12 19:21:28 +0300 |
commit | 27e23836ce22a3e5d89712ef832ab72e47ce9f43 (patch) | |
tree | 0d9ceb69191778f45ff123b65f781da6a90a7f35 /tools/testing/selftests/bpf/DENYLIST.s390x | |
parent | 40b4ac880e21d917da7f3752332fa57564a4c202 (diff) | |
download | linux-27e23836ce22a3e5d89712ef832ab72e47ce9f43.tar.xz |
selftests/bpf: Add lru_bug to s390x deny list
The lru_bug BPF selftest is failing execution on s390x machines. The
failure is due to program attachment failing in turn, similar to a bunch
of other tests. Those other tests have already been deny-listed and with
this change we do the same for the lru_bug test, adding it to the
corresponding file.
Fixes: de7b9927105b ("selftests/bpf: Add test for prealloc_lru_pop bug")
Signed-off-by: Daniel Müller <deso@posteo.net>
Acked-by: Mykola Lysenko <mykolal@fb.com>
Link: https://lore.kernel.org/r/20220810200710.1300299-1-deso@posteo.net
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 e33cab34d22f..db9810611788 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -65,3 +65,4 @@ send_signal # intermittently fails to receive signa select_reuseport # intermittently fails on new s390x setup xdp_synproxy # JIT does not support calling kernel function (kfunc) unpriv_bpf_disabled # fentry +lru_bug # prog 'printk': failed to auto-attach: -524 |