Skip to content

Commit 8422cd4

Browse files
committed
Update debian changelog for release v0.28.0
* Support for kernel up to 6.3. * new libbpf tool: tcppktlat. * bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvmexit, runqlen and cpuunclaimed. * libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount, cpufreq, biosnoop. * support ringbuf_query for bcc tools. * handle '[uprobes]' memory mapped file properly during stack tracing. * Fix maximum allowed index for print_linear_hist for bcc tools. * add module kfunc/kretfunc support. * clang rewriter: initialize only the requested parameters * filter with available_filter_functions to make multi-functions kprobes more robust for both bcc and libbpf tools. * doc update, other bug fixes and tools improvement Signed-off-by: Yonghong Song <[email protected]>
1 parent 8f3b2db commit 8422cd4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
bcc (0.28.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.3.
4+
* new libbpf tool: tcppktlat.
5+
* bcc tool updates: funcslower, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvmexit, runqlen and cpuunclaimed.
6+
* libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount, cpufreq, biosnoop.
7+
* support ringbuf_query for bcc tools.
8+
* handle '[uprobes]' memory mapped file properly during stack tracing.
9+
* Fix maximum allowed index for print_linear_hist for bcc tools.
10+
* add module kfunc/kretfunc support.
11+
* clang rewriter: initialize only the requested parameters
12+
* filter with available_filter_functions to make multi-functions kprobes more robust for both bcc and libbpf tools.
13+
* doc update, other bug fixes and tools improvement
14+
15+
-- Yonghong Song <[email protected]> Wed, 28 Jun 2023 17:00:00 +0000
16+
117
bcc (0.27.0-1) unstable; urgency=low
218

319
* Support for kernel up to 6.2

0 commit comments

Comments
 (0)