Open iii-i opened 4 months ago
The source of this file is https://github.com/kernel-patches/vmtest/blob/master/ci/vmtest/configs/DENYLIST.s390x
unfortunately, the best option if there is no clear comment as to why a test was added, is to check the associated commit in https://github.com/kernel-patches/vmtest/commits/master/ci/vmtest/configs/DENYLIST.s390x .
Should we empty this file?
SGTM, but we would need those to pass on both bpf and bpf-next branches as we may run the tests on one or the other branch. cc @anakryiko
Should we empty this file?
SGTM, but we would need those to pass on both bpf and bpf-next branches as we may run the tests on one or the other branch. cc @anakryiko
yep, we should wait for bpf-next and bpf trees to converge before landing
Sounds good. Please ping me if they start failing again after that; I will investigate.
All tests listed in https://github.com/kernel-patches/bpf/blob/bpf-next_base/ci/vmtest/configs/DENYLIST.s390x pass in my development setup:
In particular,
dummy_st_ops/dummy_init_ptr_arg
was fixed by7ded842b356d s390/bpf: Fix bpf_plt pointer arithmetic
; unfortunately, the others don't have a bug report next to them. Should we empty this file? Or is there a list of bugs associated with the other entries somewhere else?