commit | b97695352d2b790045081e2c9afe32736f5ae3d6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Nov 14 13:55:32 2024 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Nov 14 14:08:20 2024 -0800 |
tree | 5b4591b5afa08550c92ce54d27b5a83e484c7cc4 | |
parent | a6cd482d7fc74337c2b540238407ac5d15474ad2 [diff] |
rcutorture: Include grace-period sequence numbers in failure/close-call This commit includes the grace-period sequence numbers at the beginning and end of each segment in the "Failure/close-call rcutorture reader segments" list. These are in hexadecimal, and only the bottom byte. Currently, only RCU is supported, with its three sequence numbers (normal, expedited, and polled). Signed-off-by: Paul E. McKenney <paulmck@kernel.org>