mbox series

[iproute2-next,0/3] Address more libbpf deprecations

Message ID 20220423152300.16201-1-dsahern@kernel.org (mailing list archive)
Headers show
Series Address more libbpf deprecations | expand

Message

David Ahern April 23, 2022, 3:22 p.m. UTC
Another round of changes to handle libbpf deprecations. Compiles are
clean as of libbpf commit 533c7666eb72 ("Fix downloads formats").

David Ahern (3):
  libbpf: Use bpf_object__load instead of bpf_object__load_xattr
  libbpf: Remove use of bpf_program__set_priv and bpf_program__priv
  libbpf: Remove use of bpf_map_is_offload_neutral

 lib/bpf_libbpf.c | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

Comments

Toke Høiland-Jørgensen April 23, 2022, 9:35 p.m. UTC | #1
David Ahern <dsahern@kernel.org> writes:

> Another round of changes to handle libbpf deprecations. Compiles are
> clean as of libbpf commit 533c7666eb72 ("Fix downloads formats").
>
> David Ahern (3):
>   libbpf: Use bpf_object__load instead of bpf_object__load_xattr
>   libbpf: Remove use of bpf_program__set_priv and bpf_program__priv
>   libbpf: Remove use of bpf_map_is_offload_neutral
>
>  lib/bpf_libbpf.c | 30 +++++++++++++++++-------------
>  1 file changed, 17 insertions(+), 13 deletions(-)

For the series:

Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
patchwork-bot+netdevbpf@kernel.org May 2, 2022, 9:50 p.m. UTC | #2
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Sat, 23 Apr 2022 09:22:57 -0600 you wrote:
> Another round of changes to handle libbpf deprecations. Compiles are
> clean as of libbpf commit 533c7666eb72 ("Fix downloads formats").
> 
> David Ahern (3):
>   libbpf: Use bpf_object__load instead of bpf_object__load_xattr
>   libbpf: Remove use of bpf_program__set_priv and bpf_program__priv
>   libbpf: Remove use of bpf_map_is_offload_neutral
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/3] libbpf: Use bpf_object__load instead of bpf_object__load_xattr
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ba6519cbcb28
  - [iproute2-next,2/3] libbpf: Remove use of bpf_program__set_priv and bpf_program__priv
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=64e5ed779f5d
  - [iproute2-next,3/3] libbpf: Remove use of bpf_map_is_offload_neutral
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=837294e45252

You are awesome, thank you!