]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
libbpf: Start v1.8 development cycle
authorIhor Solodrai <ihor.solodrai@linux.dev>
Mon, 16 Mar 2026 16:39:16 +0000 (09:39 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 16 Mar 2026 21:15:15 +0000 (14:15 -0700)
libbpf 1.7.0 has been released [1].

Update libbpf.map and libbpf_verson.h to start v1.8 development cycle.

[1] https://github.com/libbpf/libbpf/releases/tag/v1.7.0

Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20260316163916.2822081-1-ihor.solodrai@linux.dev
tools/lib/bpf/libbpf.map
tools/lib/bpf/libbpf_version.h

index d18fbcea7578d5f75d5fc925ea9edff52e423faf..3526c937bdbe695cf85f5845bdbe35c74d30bb2f 100644 (file)
@@ -455,3 +455,6 @@ LIBBPF_1.7.0 {
                bpf_program__assoc_struct_ops;
                btf__permute;
 } LIBBPF_1.6.0;
+
+LIBBPF_1.8.0 {
+} LIBBPF_1.7.0;
index 99331e317deef8f51a210c493579d60bb4e062a1..c446c0cd8cf92e27f1dae9a44eb7bae119fcdea2 100644 (file)
@@ -4,6 +4,6 @@
 #define __LIBBPF_VERSION_H
 
 #define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 7
+#define LIBBPF_MINOR_VERSION 8
 
 #endif /* __LIBBPF_VERSION_H */