Skip to content

v0.10.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 22:44
· 2 commits to master since this release

Bug fixes

  • handle crash that might happen when function argument capture is enabled and some data is dropped (due to too high rate of function calls, overflowing ringbuf);
  • fix handling of thread/process name filter (-n/-N);
  • fix problem with BPF verification failure on some kernel versions;
  • sidecar updates, removing deprecated addr2line API usage and updating to clap 4 for command line args parsing.

What's Changed

  • logic: fix handling of partial fnargs/ctxargs data by @anakryiko in #76
  • retsnoop: avoid checking if (sess->defunct) twice by @anakryiko in #81
  • sidecar: Remove usage of deprecated APIs by @d-e-s-o in #80
  • retsnoop: fix handling -n (--comm) and -N (--no-comm) filtering by @mannkafai in #82
  • sidecar: migrate from clap 2 to clap 4 by @theihor in #83
  • Re-generate vmlinux.h by @anakryiko in #84
  • vmlinux.h: regenerate vmlinux.h again, with feeling by @anakryiko in #85

New Contributors

Full Changelog: v0.10...v0.10.1