Skip to content

Commit 8d85dcf

Browse files
Update debian changelog for release v0.32.0 (#5157)
* Support for kernel up to 6.11. * bcc tool update: wakeuptime, readahead, shmsnoop, offcputime, cachestat, cachetop, hardirqs * libbpf tool update: futexctn, profile, readhead, softirqs, hardirqs * Multiple enhancements for memleak: better error path checking, adding mremap uprobe, etc. * Support get pid/tgid in pid namespaces (cpudist, profile) * multiple pid filtering support: profile, offcputime * detect whether elf binary is PIE even if the binary is marked as DYN * Fix several compilation issues with llvm20 * doc update, other bug fixes and tools improvement. Signed-off-by: Yonghong Song <[email protected]>
1 parent 89c482a commit 8d85dcf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
bcc (0.32.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.11.
4+
* bcc tool update: wakeuptime, readahead, shmsnoop, offcputime, cachestat, cachetop, hardirqs
5+
* libbpf tool update: futexctn, profile, readhead, softirqs, hardirqs
6+
* Multiple enhancements for memleak, better error path checking, adding mremap uprobe
7+
* Support get pid/tgid in pid namespaces (cpudist, profile)
8+
* multiple pid filtering support: profile, offcputime
9+
* detect whether elf binary is PIE even if the binary is marked as DYN
10+
* Fix several compilation issues with llvm20
11+
* doc update, other bug fixes and tools improvement.
12+
113
bcc (0.31.0-1) unstable; urgency=low
214

315
* Support for kernel up to 6.9.

0 commit comments

Comments
 (0)