Skip to content

Commit

Permalink
chore: release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Jan 10, 2025
1 parent 7b8f8ee commit c576925
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v0.8.1

### Notice

There is an LTS kernel regression that affects the experimental eBPF backend for tracexec.
Users on LTS kernel v6.6.64..v6.6.69 experiencing eBPF load errors should upgrade to v6.6.70,
where the patch that causes the regression is reverted. Further investigation is still going on.

- https://github.com/kxxt/tracexec/issues/55
- https://lore.kernel.org/all/fz5bo35ahmtygtbwhbit7vobn6beg3gnlkdd6wvrv4bf3z3ixy@vim77gb777mk/

### Fixes

- tracexec now correctly handles ptrace group stop.
(In other words, the stopping signals are now handled transparently).
- Fix missing process state update for the root tracee when it exits.
- CI: misc fixes for nix userspace-kernel integration tests.

### Other Changes

- Update dependencies
- Misc CI changes.
- Internal refactor: safer abstraction for ptrace.
- Internal refactor: remove lazy_static
- Internal refactor: replace some static variables with constants (by @Integral-Tech)
- tracexec now uses `PTRACE_SEIZE` instead of setting `PTRACE_TRACEME` after fork.

## v0.8.0

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracexec"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "Tracer for execve{,at} and pre-exec behavior, launcher for debuggers."
Expand Down

0 comments on commit c576925

Please sign in to comment.