Message ID | 20231206224054.492250-1-song@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Allocate bpf trampoline on bpf_prog_pack | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Wed, 6 Dec 2023 14:40:47 -0800 you wrote: > This set enables allocating bpf trampoline from bpf_prog_pack on x86. The > majority of this work, however, is the refactoring of trampoline code. > This is needed because we need to handle 4 archs and 2 users (trampoline > and struct_ops). > > 1/7 through 6/7 refactors trampoline code. A few helpers are added. > 7/7 finally let bpf trampoline on x86 use bpf_prog_pack. > > [...] Here is the summary with links: - [v7,bpf-next,1/7] bpf: Let bpf_prog_pack_free handle any pointer https://git.kernel.org/bpf/bpf-next/c/f08a1c658257 - [v7,bpf-next,2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline() https://git.kernel.org/bpf/bpf-next/c/7a3d9a159b17 - [v7,bpf-next,3/7] bpf: Add helpers for trampoline image management https://git.kernel.org/bpf/bpf-next/c/82583daa2efc - [v7,bpf-next,4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value https://git.kernel.org/bpf/bpf-next/c/38b8b58ae776 - [v7,bpf-next,5/7] bpf: Add arch_bpf_trampoline_size() https://git.kernel.org/bpf/bpf-next/c/96d1b7c081c0 - [v7,bpf-next,6/7] bpf: Use arch_bpf_trampoline_size https://git.kernel.org/bpf/bpf-next/c/26ef208c209a - [v7,bpf-next,7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline https://git.kernel.org/bpf/bpf-next/c/3ba026fca878 You are awesome, thank you!