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
- @d-e-s-o made their first contribution in #80
- @mannkafai made their first contribution in #82
- @theihor made their first contribution in #83
Full Changelog: v0.10...v0.10.1