Thanks Daniel for fixing this quickly. It should recover: https://github.com/kernel-patches/bpf/runs/7772305011?check_suite_focus=true Acked-by: Mykola Lysenko <mykolal@xxxxxx> > On Aug 10, 2022, at 1:07 PM, Daniel Müller <deso@xxxxxxxxxx> wrote: > > 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@xxxxxxxxxx> > --- > tools/testing/selftests/bpf/DENYLIST.s390x | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x > index e33cab..db9810 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 > -- > 2.30.2 >