Message ID | 20241002180956.1781008-1-namhyung@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Add kmem_cache iterator and kfunc | expand |
Hi Namhyung, On 10/2/24 17:18, Namhyung Kim wrote: > Hello, > > On Wed, Oct 2, 2024 at 12:06 PM <bot+bpf-ci@kernel.org> wrote: >> >> Dear patch submitter, >> >> CI has tested the following submission: >> Status: FAILURE >> Name: [v4,bpf-next,0/3] bpf: Add kmem_cache iterator and kfunc >> Patchwork: https://patchwork.kernel.org/project/netdevbpf/list/?series=894947&state=* >> Matrix: https://github.com/kernel-patches/bpf/actions/runs/11149350866 >> >> Failed jobs: >> test_progs-aarch64-gcc: https://github.com/kernel-patches/bpf/actions/runs/11149350866/job/30988341564 > > I'm not sure if it's because of my change. It seems to have failed > on unrelated tests. Can you please double check? I ran some queries on the BPF CI dataset (unfortunately not public) and I found at least one other instance of this failure [0]. I've also manually triggered a re-run and now it passes. So it's probably not related to your change. I'll try to find the right person to debug it further. Thanks, Daniel [0]: https://github.com/kernel-patches/bpf/actions/runs/11010557218/job/30573607777
Hi Daniel, On Wed, Oct 2, 2024 at 6:01 PM Daniel Xu <dlxu@meta.com> wrote: > > Hi Namhyung, > > On 10/2/24 17:18, Namhyung Kim wrote: > > Hello, > > > > On Wed, Oct 2, 2024 at 12:06 PM <bot+bpf-ci@kernel.org> wrote: > >> > >> Dear patch submitter, > >> > >> CI has tested the following submission: > >> Status: FAILURE > >> Name: [v4,bpf-next,0/3] bpf: Add kmem_cache iterator and kfunc > >> Patchwork: https://patchwork.kernel.org/project/netdevbpf/list/?series=894947&state=* > >> Matrix: https://github.com/kernel-patches/bpf/actions/runs/11149350866 > >> > >> Failed jobs: > >> test_progs-aarch64-gcc: https://github.com/kernel-patches/bpf/actions/runs/11149350866/job/30988341564 > > > > I'm not sure if it's because of my change. It seems to have failed > > on unrelated tests. Can you please double check? > > I ran some queries on the BPF CI dataset (unfortunately not public) and > I found at least one other instance of this failure [0]. > > I've also manually triggered a re-run and now it passes. > So it's probably not related to your change. > > I'll try to find the right person to debug it further. Thanks a lot for taking care of this! Namhyung > > [0]: > https://github.com/kernel-patches/bpf/actions/runs/11010557218/job/30573607777 >