Message ID | 20220228015840.1413-1-dsahern@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Work around libbpf deprecations | expand |
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Sun, 27 Feb 2022 18:58:37 -0700 you wrote: > libbpf is deprecating APIs, so iproute2 needs to adapt. This will be > an on-going effort, especially to handle legacy maps. This is a > starter set for the low handing fruit. > > David Ahern (3): > bpf_glue: Remove use of bpf_load_program from libbpf > bpf: Export bpf syscall wrapper > bpf: Remove use of bpf_create_map_xattr > > [...] Here is the summary with links: - [iproute2-next,1/3] bpf_glue: Remove use of bpf_load_program from libbpf https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=873bb9751f84 - [iproute2-next,2/3] bpf: Export bpf syscall wrapper https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ac4e0913beb1 - [iproute2-next,3/3] bpf: Remove use of bpf_create_map_xattr https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=d9977eafa719 You are awesome, thank you!