Message ID | 20241015150207.70264-1-leon.hwang@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Fix tailcall infinite loop caused by freplace | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 15 Oct 2024 23:02:05 +0800 you wrote: > Previously, I addressed a tailcall infinite loop issue related to > trampolines[0]. > > In this patchset, I resolve a similar issue where a tailcall infinite loop > can occur due to the combination of tailcalls and freplace programs. The > fix prevents adding extended programs to the prog_array map and blocks the > extension of a tail callee program with freplace. > > [...] Here is the summary with links: - [bpf-next,v8,1/2] bpf: Prevent tailcall infinite loop caused by freplace https://git.kernel.org/bpf/bpf-next/c/d24c6a9d3a9f - [bpf-next,v8,2/2] selftests/bpf: Add test to verify tailcall and freplace restrictions https://git.kernel.org/bpf/bpf-next/c/5a2ac3844d47 You are awesome, thank you!