Message ID | 20240904180847.56947-1-martin.lau@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Follow up on gen_epilogue | expand |
On Wed, 2024-09-04 at 11:08 -0700, Martin KaFai Lau wrote: > From: Martin KaFai Lau <martin.lau@kernel.org> > > The set addresses some follow ups on the earlier gen_epilogue > patch set. > > Martin KaFai Lau (2): > bpf: Remove the insn_buf array stack usage from the inline_bpf_loop() > bpf: Fix indentation issue in epilogue_idx Acked-by: Eduard Zingerman <eddyz87@gmail.com> [...]
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Wed, 4 Sep 2024 11:08:43 -0700 you wrote: > From: Martin KaFai Lau <martin.lau@kernel.org> > > The set addresses some follow ups on the earlier gen_epilogue > patch set. > > Martin KaFai Lau (2): > bpf: Remove the insn_buf array stack usage from the inline_bpf_loop() > bpf: Fix indentation issue in epilogue_idx > > [...] Here is the summary with links: - [bpf-next,1/2] bpf: Remove the insn_buf array stack usage from the inline_bpf_loop() https://git.kernel.org/bpf/bpf-next/c/940ce73bdec5 - [bpf-next,2/2] bpf: Fix indentation issue in epilogue_idx https://git.kernel.org/bpf/bpf-next/c/00750788dfc6 You are awesome, thank you!
From: Martin KaFai Lau <martin.lau@kernel.org> The set addresses some follow ups on the earlier gen_epilogue patch set. Martin KaFai Lau (2): bpf: Remove the insn_buf array stack usage from the inline_bpf_loop() bpf: Fix indentation issue in epilogue_idx include/linux/bpf_verifier.h | 2 +- kernel/bpf/verifier.c | 85 ++++++++++++++++++------------------ 2 files changed, 44 insertions(+), 43 deletions(-)