Skip to content

Commit

Permalink
kernel note for rr > 5.6
Browse files Browse the repository at this point in the history
fixes #3605 by clarification
  • Loading branch information
GitMensch authored and rocallahan committed Sep 29, 2023
1 parent ab20cbc commit 4ce4d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rr development is sponsored by [Pernosco](https://pernos.co) and was originated

# System requirements

* Linux kernel ≥ 3.11 is required (for `PTRACE_SETSIGMASK`).
* Linux kernel >= 4.7 (for support of `__WALL` in `waitid()`)
* rr 5.6.0 worked with kernel 3.11 (requiring `PTRACE_SETSIGMASK`)
* rr currently requires either:
* An Intel CPU with [Nehalem](https://en.wikipedia.org/wiki/Nehalem_%28microarchitecture%29) (2010) or later microarchitecture.
* Certain AMD Zen or later processors (see https://github.com/rr-debugger/rr/wiki/Zen)
Expand Down

0 comments on commit 4ce4d72

Please sign in to comment.