On Mon, Sep 6, 2021 at 9:55 AM Hengqi Chen <hengqi.chen@xxxxxxxxx> wrote: > > Replace deprecated bpf_{map,program}__next APIs with newly added > bpf_object__next_{map,program} APIs, so that no compilation warnings > emit. > > Signed-off-by: Hengqi Chen <hengqi.chen@xxxxxxxxx> > --- LGTM, but the subject for this patch (and a few others you've submitted) is very long. I think the recommendation is to keep them shorter than 78 characters or something like that. Maybe use something like "selftests/bpf: switch to new new bpf_object__next_program APIs"? > tools/testing/selftests/bpf/prog_tests/btf.c | 2 +- > tools/testing/selftests/bpf/prog_tests/fexit_bpf2bpf.c | 2 +- > tools/testing/selftests/bpf/prog_tests/select_reuseport.c | 2 +- > tools/testing/selftests/bpf/prog_tests/tcp_rtt.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > [...]