diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2021-12-02 16:46:40 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-12-03 11:54:51 -0800 |
commit | 0bf40542c05ef62997738cd45eea553415adb045 (patch) | |
tree | f88926f98640bec22c876939bd9c92370bb72787 /kernel | |
parent | 080a70b21f476b39ad66524c0ce0729972c61a10 (diff) |
perf: Mute libbpf API deprecations temporarily
Libbpf development version was bumped to 0.7 in c93faaaf2f67
("libbpf: Deprecate bpf_prog_load_xattr() API"), activating a bunch of
previously scheduled deprecations. Most APIs are pretty straightforward
to replace with newer APIs, but perf has a complicated mixed setup with
libbpf used both as static and shared configurations, which makes it
non-trivial to migrate the APIs.
Further, bpf_program__set_prep() needs more involved refactoring, which
will require help from Arnaldo and/or Jiri.
So for now, mute deprecation warnings and work on migrating perf off of
deprecated APIs separately with the input from owners of the perf tool.
Fixes: c93faaaf2f67 ("libbpf: Deprecate bpf_prog_load_xattr() API")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211203004640.2455717-1-andrii@kernel.org
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions