[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEf4BzZgvw2zx7SCL5JPb42pDfAnrvVVrF2FZu8xX3gN3htEpQ@mail.gmail.com>
Date: Fri, 4 Sep 2020 10:14:04 -0700
From: Andrii Nakryiko <andrii.nakryiko@...il.com>
To: "Daniel T. Lee" <danieltimlee@...il.com>
Cc: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Networking <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>
Subject: Re: [PATCH bpf-next 1/2] samples: bpf: Replace bpf_program__title()
with bpf_program__section_name()
On Thu, Sep 3, 2020 at 11:34 PM Daniel T. Lee <danieltimlee@...il.com> 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@...il.com>
> ---
Acked-by: Andrii Nakryiko <andriin@...com>
> 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(-)
>
[...]
Powered by blists - more mailing lists