]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
libbpf: start v1.7 dev cycle
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 16 Jul 2025 17:59:36 +0000 (10:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 17 Jul 2025 01:37:27 +0000 (18:37 -0700)
With libbpf 1.6.0 released, adjust libbpf.map and libbpf_version.h to
start v1.7 development cycles.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20250716175936.2343013-1-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf.map
tools/lib/bpf/libbpf_version.h

index 1bbf77326420ee99cbf6dd0c1313f18735d5163e..d7bd463e7017e75a878daec998fd4f0910bda047 100644 (file)
@@ -446,3 +446,6 @@ LIBBPF_1.6.0 {
                btf__add_decl_attr;
                btf__add_type_attr;
 } LIBBPF_1.5.0;
+
+LIBBPF_1.7.0 {
+} LIBBPF_1.6.0;
index 28c58fb17250e52a6ef4080662c588499f3aa364..99331e317deef8f51a210c493579d60bb4e062a1 100644 (file)
@@ -4,6 +4,6 @@
 #define __LIBBPF_VERSION_H
 
 #define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 6
+#define LIBBPF_MINOR_VERSION 7
 
 #endif /* __LIBBPF_VERSION_H */