diff options
| author | 2021-12-02 15:08:37 -0800 | |
|---|---|---|
| committer | 2021-12-02 15:23:41 -0800 | |
| commit | 080a70b21f476b39ad66524c0ce0729972c61a10 (patch) | |
| tree | dad6591838a9b35d8414ed4e80d0763b02ff2287 /tools/lib/bpf/libbpf_version.h | |
| parent | selftests/bpf: Update test names for xchg and cmpxchg (diff) | |
| parent | libbpf: Deprecate bpf_prog_load_xattr() API (diff) | |
| download | linux-dev-080a70b21f476b39ad66524c0ce0729972c61a10.tar.xz linux-dev-080a70b21f476b39ad66524c0ce0729972c61a10.zip | |
Merge branch 'Deprecate bpf_prog_load_xattr() API'
Andrii Nakryiko says:
====================
Few lines in the last patch to mark bpf_prog_load_xattr() deprecated required
a decent amount of clean ups in all the other patches. samples/bpf is big part
of the clean up.
This patch set also bumps libbpf version to 0.7, as libbpf v0.6 release will
be cut shortly.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf_version.h')
| -rw-r--r-- | tools/lib/bpf/libbpf_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf_version.h b/tools/lib/bpf/libbpf_version.h index dd56d76f291c..0fefefc3500b 100644 --- a/tools/lib/bpf/libbpf_version.h +++ b/tools/lib/bpf/libbpf_version.h @@ -4,6 +4,6 @@ #define __LIBBPF_VERSION_H #define LIBBPF_MAJOR_VERSION 0 -#define LIBBPF_MINOR_VERSION 6 +#define LIBBPF_MINOR_VERSION 7 #endif /* __LIBBPF_VERSION_H */ |
