commit | 1c3d53986f744c469f0e0b136b8922c83363bfde | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Sep 22 20:49:12 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 30 17:29:50 2021 -0800 |
tree | 001a625cc4405452ea024729fdaa7c7e8bf26760 | |
parent | 902d82e6299631ec6b6c759ac4b45e44b45cc832 [diff] |
rcutorture: More thoroughly test nested readers Currently, nested readers occur only when a timer handler interrupts a reader. This is rare, and is thus insufficient testing of the transition between nesting levels. This commit therefore causes rcutorture nested readers to be the rule rather than the exception. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>