Skip to content

Commit

Permalink
Update debian changelog for release v0.32.0 (#5157)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
yonghong-song authored Nov 24, 2024
1 parent 89c482a commit 8d85dcf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
bcc (0.32.0-1) unstable; urgency=low

* 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
* 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.

bcc (0.31.0-1) unstable; urgency=low

* Support for kernel up to 6.9.
Expand Down

0 comments on commit 8d85dcf

Please sign in to comment.