bpf_{map,program}__{prev,next} don't follow the libbpf API naming convention. Deprecate them and replace them with a new set of APIs named bpf_object__{prev,next}_{program,map}. v1->v2: [0] * Addressed Andrii's comments [0]: https://patchwork.kernel.org/project/netdevbpf/patch/20210906165456.325999-1-hengqi.chen@xxxxxxxxx/ Hengqi Chen (2): libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7 selftests/bpf: Switch to new bpf_object__next_{map,program} APIs tools/lib/bpf/libbpf.c | 24 +++++++++++++ tools/lib/bpf/libbpf.h | 35 ++++++++++++------- tools/lib/bpf/libbpf.map | 4 +++ tools/testing/selftests/bpf/prog_tests/btf.c | 2 +- .../selftests/bpf/prog_tests/fexit_bpf2bpf.c | 6 ++-- .../bpf/prog_tests/select_reuseport.c | 2 +- .../selftests/bpf/prog_tests/tcp_rtt.c | 2 +- tools/testing/selftests/bpf/xdping.c | 2 +- 8 files changed, 58 insertions(+), 19 deletions(-) -- 2.25.1