Skip to content

Commit 7cdf90e

Browse files
Yonghong Songyonghong-song
authored andcommitted
Update debian changelog for release v0.29.0
* Support for kernel up to 6.6. * new bcc tools: rdmaucma * new libbpf tools: f2fs, futexctn * bcc tool update: tcpstates, statsnoop, runqlat, bio tools, tcptop, slabratetop, tcprtt, etc. * libbpf tool update: tcprtt, tcppktlat, bio tools, execsnoop, bindsnoop, exitsnoop, etc. * s390x support for libbpf-tools * examples for perf/ipc * expose pid parameter in bpf_open_perf_event * allow for installing python as a non-system package * ci improvement: deprecate ubuntu 18.04 and allow multiple llvm versions * ci improvement: reitre fedora 34/26 and use fedora 38. * fix misaligned pointer accesses in some ringbuf using libbpf-tools * some new enhancement for powerpc and riscv. * consolidate tools into different categories: filesystem/storage, networking, cpu and scheduling, etc. * doc update, other bug fixes and tools improvement Signed-off-by: Yonghong Song <[email protected]>
1 parent c6bde0b commit 7cdf90e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

debian/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
bcc (0.29.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.6.
4+
* new bcc tools: rdmaucma
5+
* new libbpf tools: f2fs, futexctn
6+
* bcc tool update: tcpstates, statsnoop, runqlat, bio tools, tcptop, slabratetop, tcprtt, etc.
7+
* libbpf tool update: tcprtt, tcppktlat, bio tools, execsnoop, bindsnoop, exitsnoop, etc.
8+
* s390x support for libbpf-tools
9+
* examples for perf/ipc
10+
* expose pid parameter in bpf_open_perf_event
11+
* allow for installing python as a non-system package
12+
* ci improvement: deprecate ubuntu 18.04 and allow multiple llvm versions
13+
* ci improvement: reitre fedora 34/26 and use fedora 38.
14+
* fix misaligned pointer accesses in some ringbuf using libbpf-tools
15+
* some new enhancement for powerpc and riscv.
16+
* consolidate tools into different categories: filesystem/storage, networking, cpu and scheduling, etc.
17+
* doc update, other bug fixes and tools improvement
18+
19+
-- Yonghong Song <[email protected]> Thu, 6 Dec 2023 17:00:00 +0000
20+
121
bcc (0.28.0-1) unstable; urgency=low
222

323
* Support for kernel up to 6.3.

0 commit comments

Comments
 (0)