Message ID | 20220711150823.2128542-1-xukuohai@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf trampoline for arm64 | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Mon, 11 Jul 2022 11:08:19 -0400 you wrote: > This patchset introduces bpf trampoline on arm64. A bpf trampoline converts > native calling convention to bpf calling convention and is used to implement > various bpf features, such as fentry, fexit, fmod_ret and struct_ops. > > The trampoline introduced does essentially the same thing as the bpf > trampoline does on x86. > > [...] Here is the summary with links: - [bpf-next,v9,1/4] bpf: Remove is_valid_bpf_tramp_flags() https://git.kernel.org/bpf/bpf-next/c/535a57a7ffc0 - [bpf-next,v9,2/4] arm64: Add LDR (literal) instruction https://git.kernel.org/bpf/bpf-next/c/f1e8a24ed2ca - [bpf-next,v9,3/4] bpf, arm64: Implement bpf_arch_text_poke() for arm64 https://git.kernel.org/bpf/bpf-next/c/b2ad54e1533e - [bpf-next,v9,4/4] bpf, arm64: bpf trampoline for arm64 https://git.kernel.org/bpf/bpf-next/c/efc9909fdce0 You are awesome, thank you!