Message ID | 20240714123902.32305-1-hffilwlqm@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Fix tailcall hierarchy | expand |
Dear patch submitter, CI has tested the following submission: Status: FAILURE Name: [v6,bpf-next,0/3] bpf: Fix tailcall hierarchy Patchwork: https://patchwork.kernel.org/project/netdevbpf/list/?series=871133&state=* Matrix: https://github.com/kernel-patches/bpf/actions/runs/10015594671 Failed jobs: test_maps-s390x-gcc: https://github.com/kernel-patches/bpf/actions/runs/10015594671/job/27687419423 Please note: this email is coming from an unmonitored mailbox. If you have questions or feedback, please reach out to the Meta Kernel CI team at kernel-ci@meta.com.
On Sun, Jul 14, 2024 at 5:39 AM Leon Hwang <hffilwlqm@gmail.com> wrote: > > This patchset fixes a tailcall hierarchy issue. Thank you for sticking to it. Applied to bpf-next. It took almost a year, but the final fix is imo much better than all the previous attempts. I suspect some tail_call users may see a small performance degradation, but it's a trade off we had to make. The evolution of the fix made the perf hit as small as possible.
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sun, 14 Jul 2024 20:38:59 +0800 you wrote: > This patchset fixes a tailcall hierarchy issue. > > The issue is confirmed in the discussions of "bpf, x64: Fix tailcall > infinite loop"[0]. > > The issue has been resolved on both x86_64 and arm64[1]. > > [...] Here is the summary with links: - [v6,bpf-next,1/3] bpf, x64: Fix tailcall hierarchy https://git.kernel.org/bpf/bpf-next/c/00ac9693a3ba - [v6,bpf-next,2/3] bpf, arm64: Fix tailcall hierarchy https://git.kernel.org/bpf/bpf-next/c/a53c0f324aed - [v6,bpf-next,3/3] selftests/bpf: Add testcases for tailcall hierarchy fixing https://git.kernel.org/bpf/bpf-next/c/92a227f61911 You are awesome, thank you!