Message ID | 20240221145106.105995-1-puranjay12@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf, arm64: use BPF prog pack allocator in BPF JIT | expand |
On Wed, Feb 21, 2024 at 02:51:04PM +0000, Puranjay Mohan wrote: > Puranjay Mohan (2): > arm64: patching: implement text_poke API > bpf, arm64: use bpf_prog_pack for memory management > > arch/arm64/include/asm/patching.h | 2 + > arch/arm64/kernel/patching.c | 75 ++++++++++++++++ > arch/arm64/net/bpf_jit_comp.c | 139 ++++++++++++++++++++++++------ > 3 files changed, 192 insertions(+), 24 deletions(-) Acked-by: Catalin Marinas <catalin.marinas@arm.com> Feel free to take it through the bpf tree.
On 2/28/24 1:37 PM, Catalin Marinas wrote: > On Wed, Feb 21, 2024 at 02:51:04PM +0000, Puranjay Mohan wrote: >> Puranjay Mohan (2): >> arm64: patching: implement text_poke API >> bpf, arm64: use bpf_prog_pack for memory management >> >> arch/arm64/include/asm/patching.h | 2 + >> arch/arm64/kernel/patching.c | 75 ++++++++++++++++ >> arch/arm64/net/bpf_jit_comp.c | 139 ++++++++++++++++++++++++------ >> 3 files changed, 192 insertions(+), 24 deletions(-) > > Acked-by: Catalin Marinas <catalin.marinas@arm.com> > > Feel free to take it through the bpf tree. Thanks for the review, Catalin! Puranjay, this needs a rebase before it can be merged into bpf-next, please take a look and resubmit.
On Wed, Feb 28, 2024 at 2:34 PM Daniel Borkmann <daniel@iogearbox.net> wrote: > > On 2/28/24 1:37 PM, Catalin Marinas wrote: > > On Wed, Feb 21, 2024 at 02:51:04PM +0000, Puranjay Mohan wrote: > >> Puranjay Mohan (2): > >> arm64: patching: implement text_poke API > >> bpf, arm64: use bpf_prog_pack for memory management > >> > >> arch/arm64/include/asm/patching.h | 2 + > >> arch/arm64/kernel/patching.c | 75 ++++++++++++++++ > >> arch/arm64/net/bpf_jit_comp.c | 139 ++++++++++++++++++++++++------ > >> 3 files changed, 192 insertions(+), 24 deletions(-) > > > > Acked-by: Catalin Marinas <catalin.marinas@arm.com> > > > > Feel free to take it through the bpf tree. > > Thanks for the review, Catalin! > > Puranjay, this needs a rebase before it can be merged into bpf-next, > please take a look and resubmit. Thanks for the review. Rebased and sent V9: https://lore.kernel.org/bpf/20240228141824.119877-1-puranjay12@gmail.com/ Thanks, Puranjay