selftests/bpf: Add lru_bug to s390x deny list
authorDaniel Müller <deso@posteo.net>
Wed, 10 Aug 2022 20:07:10 +0000 (20:07 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 12 Aug 2022 16:21:28 +0000 (09:21 -0700)
commit27e23836ce22a3e5d89712ef832ab72e47ce9f43
tree0d9ceb69191778f45ff123b65f781da6a90a7f35
parent40b4ac880e21d917da7f3752332fa57564a4c202
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>
tools/testing/selftests/bpf/DENYLIST.s390x