Skip to content

Commit c31a1ca

Browse files
Update debian changelog for release v0.35.0 (#5321)
* Support for kernel up to 6.14 * New bcc tools: mptcp: enable mptcp for tcp traffic * tools/biosnoop: Fix biosnoop pattern option * Allow cmake run out of the source tree * Fix for test bpf_stack_id when running on custom image in yocto * libbpf-tools/map_helpers: Add bpf_map_lookup_and_delete_batch to dump_hash * libbpf-tools/biotop: Use dump_hash for map processing * uninstall: use execute_process() instead of exec_program() * clang: Fix pointer dereference on big-endian machines * ci: Upgrade to ubuntu 24.04 * doc update, other bug fixes and example improvement.
1 parent 3ea1d7f commit c31a1ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
bcc (0.35.0-1) unstable; urgency=low
2+
3+
* Support for kernel up to 6.14
4+
* New bcc tools: mptcp: enable mptcp for tcp traffic
5+
* tools/biosnoop: Fix biosnoop pattern option
6+
* Allow cmake run out of the source tree
7+
* Fix for test bpf_stack_id when running on custom image in yocto
8+
* libbpf-tools/map_helpers: Add bpf_map_lookup_and_delete_batch to dump_hash
9+
* libbpf-tools/biotop: Use dump_hash for map processing
10+
* uninstall: use execute_process() instead of exec_program()
11+
* clang: Fix pointer dereference on big-endian machines
12+
* ci: Upgrade to ubuntu 24.04
13+
* doc update, other bug fixes and example improvement.
14+
115
bcc (0.34.0-1) unstable; urgency=low
216

317
* Support for kernel up to 6.13

0 commit comments

Comments
 (0)