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

libbpf: start v1.6 development cycle

With libbpf v1.5.0 release out, start v1.6 dev cycle.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20241029184045.581537-1-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Andrii Nakryiko and committed by
Alexei Starovoitov
74975e13 8a0cfd8a

+4 -1
+3
tools/lib/bpf/libbpf.map
··· 430 430 ring__consume_n; 431 431 ring_buffer__consume_n; 432 432 } LIBBPF_1.4.0; 433 + 434 + LIBBPF_1.6.0 { 435 + } LIBBPF_1.5.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 5 7 + #define LIBBPF_MINOR_VERSION 6 8 8 9 9 #endif /* __LIBBPF_VERSION_H */