[PATCH v2 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
From: Kunwu Chan
Date: Fri Sep 11 2026 - 22:42:55 EST
This series moves the SRCU fastpath litmus tests from
tools/memory-model/litmus-tests/ to Documentation/litmus-tests/srcu/,
as suggested by Paul McKenney.
This series splits the two litmus-test patches from the earlier
[PATCH 00/13] srcu: Round out atomic SRCU support series:
https://lore.kernel.org/rcu/20260907075829.2073224-1-kunwu.chan@xxxxxxxxx/
The two tests verify the memory ordering required by the reader-free
synchronize_srcu_atomic() fastpath: the grace-period anchor must be
ordered before the per-CPU lock-counter scan.
Patch 1 verifies that the anchor-before-scan ordering forbids a reader
from being missed by the scan, while patch 2 shows that reversing the
ordering permits the problematic outcome.
Changes in v2:
- Use a filter for the P0 scan result, as suggested by Paul McKenney.
Tested with herd7 7.58 using linux-kernel.cfg.
Kunwu Chan (2):
Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test
Documentation/litmus-tests: Add SRCU fastpath scan-before-anchor test
Documentation/litmus-tests/README | 21 +++++++
.../SRCU-fastpath-anchor-before-scan.litmus | 57 +++++++++++++++++++
.../SRCU-fastpath-scan-before-anchor.litmus | 54 ++++++++++++++++++
3 files changed, 132 insertions(+)
create mode 100644 Documentation/litmus-tests/srcu/SRCU-fastpath-anchor-before-scan.litmus
create mode 100644 Documentation/litmus-tests/srcu/SRCU-fastpath-scan-before-anchor.litmus
--
2.43.0