Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

libbpf: Start v1.8 development cycle

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

authored by

Ihor Solodrai and committed by
Andrii Nakryiko
2364959a 7e2f40ef

+4 -1
+3
tools/lib/bpf/libbpf.map
··· 455 455 bpf_program__assoc_struct_ops; 456 456 btf__permute; 457 457 } LIBBPF_1.6.0; 458 + 459 + LIBBPF_1.8.0 { 460 + } LIBBPF_1.7.0;
+1 -1
tools/lib/bpf/libbpf_version.h
··· 4 4 #define __LIBBPF_VERSION_H 5 5 6 6 #define LIBBPF_MAJOR_VERSION 1 7 - #define LIBBPF_MINOR_VERSION 7 7 + #define LIBBPF_MINOR_VERSION 8 8 8 9 9 #endif /* __LIBBPF_VERSION_H */