Commit 27e23836 authored by Daniel Müller's avatar Daniel Müller Committed by Alexei Starovoitov

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: de7b9927 ("selftests/bpf: Add test for prealloc_lru_pop bug")
Signed-off-by: default avatarDaniel Müller <deso@posteo.net>
Acked-by: default avatarMykola Lysenko <mykolal@fb.com>
Link: https://lore.kernel.org/r/20220810200710.1300299-1-deso@posteo.netSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 40b4ac88
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment