On Thu, Sep 3, 2020 at 11:34 PM Daniel T. Lee <danieltimlee@xxxxxxxxx> wrote: > > From commit 521095842027 ("libbpf: Deprecate notion of BPF program > "title" in favor of "section name""), the term title has been replaced > with section name in libbpf. > > Since the bpf_program__title() has been deprecated, this commit > switches this function to bpf_program__section_name(). Due to > this commit, the compilation warning issue has also been resolved. > > Fixes: 521095842027 ("libbpf: Deprecate notion of BPF program "title" in favor of "section name"") > Signed-off-by: Daniel T. Lee <danieltimlee@xxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > samples/bpf/sockex3_user.c | 6 +++--- > samples/bpf/spintest_user.c | 6 +++--- > samples/bpf/tracex5_user.c | 6 +++--- > samples/bpf/xdp_redirect_cpu_user.c | 2 +- > 4 files changed, 10 insertions(+), 10 deletions(-) > [...]