Skip to content

Commit 711f030

Browse files
committed
Update debian changelog for release v0.25.0
* Support for kernel up to 5.19 * bcc tool updates for oomkill.py, biolatpcts.py, sslsniff.py, tcpaccept.py, etc. * libbpf tool updates for klockstat, opensnoop, tcpconnect, etc. * new bcc tools: tcpcong * new libbpf tools: tcpsynbl, mdflush, oomkill, sigsnoop * usdt: support xmm registers as args for x64 * bpftool as a submodule now * remove uses of libbpf deprecated APIs * use new llvm pass manager * support cgroup filtering libbpf tools * fix shared lib module offset <-> global addr conversion * riscv support * LoongArch support * doc update, bug fixes and other tools improvement Signed-off-by: Yonghong Song <[email protected]>
1 parent 5bf9b4d commit 711f030

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

debian/changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
bcc (0.25.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 5.19
4+
* bcc tool updates for oomkill.py, biolatpcts.py, sslsniff.py, tcpaccept.py, etc.
5+
* libbpf tool updates for klockstat, opensnoop, tcpconnect, etc.
6+
* new bcc tools: tcpcong
7+
* new libbpf tools: tcpsynbl, mdflush, oomkill, sigsnoop
8+
* usdt: support xmm registers as args for x64
9+
* bpftool as a submodule now
10+
* remove uses of libbpf deprecated APIs
11+
* use new llvm pass manager
12+
* support cgroup filtering libbpf tools
13+
* fix shared lib module offset <-> global addr conversion
14+
* riscv support
15+
* LoongArch support
16+
* doc update, bug fixes and other tools improvement
17+
18+
-- Yonghong Song <[email protected]> Wed, 10 Aug 2022 17:00:00 +0000
19+
120
bcc (0.24.0-1) unstable; urgency=low
221

322
* Support for kernel up to 5.16

0 commit comments

Comments
 (0)