mbox series

[bpf-next,0/2] Fixes for kfunc prototype generation

Message ID cover.1718295425.git.dxu@dxuuu.xyz
Headers show
Series Fixes for kfunc prototype generation | expand

Message

Daniel Xu June 13, 2024, 4:19 p.m. UTC
This patchset fixes new warnings and errors that kfunc prototype
generation caused.

Daniel Xu (2):
  bpf: Fix bpf_dynptr documentation comments
  bpf: selftests: Do not use generated kfunc prototypes for arena progs

 kernel/bpf/helpers.c                                     | 4 ++--
 tools/testing/selftests/bpf/progs/arena_htab.c           | 1 +
 tools/testing/selftests/bpf/progs/arena_list.c           | 1 +
 tools/testing/selftests/bpf/progs/verifier_arena.c       | 1 +
 tools/testing/selftests/bpf/progs/verifier_arena_large.c | 1 +
 5 files changed, 6 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 13, 2024, 6:20 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Thu, 13 Jun 2024 10:19:24 -0600 you wrote:
> This patchset fixes new warnings and errors that kfunc prototype
> generation caused.
> 
> Daniel Xu (2):
>   bpf: Fix bpf_dynptr documentation comments
>   bpf: selftests: Do not use generated kfunc prototypes for arena progs
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] bpf: Fix bpf_dynptr documentation comments
    https://git.kernel.org/bpf/bpf-next/c/78746f93e903
  - [bpf-next,2/2] bpf: selftests: Do not use generated kfunc prototypes for arena progs
    https://git.kernel.org/bpf/bpf-next/c/6a8260147745

You are awesome, thank you!