Message ID | 20241107134529.8602-1-leon.hwang@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | bpf, x64: Introduce two tailcall enhancements | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Thu, 7 Nov 2024 21:45:27 +0800 you wrote: > This patch set introduces two enhancements aimed at improving tailcall > handling in the x64 JIT: > > 1. Tailcall info is propagated only for subprogs. > 2. Tailcall info is propagated through the trampoline only when the target > is a subprog and it is tail_call_reachable. > > [...] Here is the summary with links: - [bpf-next,v3,1/2] bpf, x64: Propagate tailcall info only for subprogs https://git.kernel.org/bpf/bpf-next/c/a1087da9d11e - [bpf-next,v3,2/2] bpf, verifier: Check trampoline target is tail_call_reachable subprog (no matching commit) You are awesome, thank you!