diff options
author | Eelco Chaudron <echaudro@redhat.com> | 2020-02-20 14:26:24 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-02-21 02:48:40 +0100 |
commit | dd88aed92d017bed2a2c0023f22f0eef7cd29702 (patch) | |
tree | c7c9514b6313fba95054c98488f0c0ac7f65d60a /tools/lib | |
parent | libbpf: Relax check whether BTF is mandatory (diff) | |
download | linux-dd88aed92d017bed2a2c0023f22f0eef7cd29702.tar.xz linux-dd88aed92d017bed2a2c0023f22f0eef7cd29702.zip |
libbpf: Bump libpf current version to v0.0.8
New development cycles starts, bump to v0.0.8.
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/bpf/158220518424.127661.8278643006567775528.stgit@xdp-tutorial
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/bpf/libbpf.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map index b035122142bb..45be19c9d752 100644 --- a/tools/lib/bpf/libbpf.map +++ b/tools/lib/bpf/libbpf.map @@ -235,3 +235,6 @@ LIBBPF_0.0.7 { btf__align_of; libbpf_find_kernel_btf; } LIBBPF_0.0.6; + +LIBBPF_0.0.8 { +} LIBBPF_0.0.7; |