From 4ce4d729dc0b9653b6e831e2dc099f82b825d01e Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Fri, 29 Sep 2023 07:45:10 +0200 Subject: [PATCH] kernel note for rr > 5.6 fixes #3605 by clarification --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba8eccec5f..2313618a1ba 100644 --- a/README.md +++ b/README.md @@ -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)