commit | 902d82e6299631ec6b6c759ac4b45e44b45cc832 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Sep 22 20:31:44 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 30 17:29:49 2021 -0800 |
tree | 6ae2ca91ee643039af33138e371ade1e248143bd | |
parent | 8c0abfd6d2f6b0221194241ac2908751a2a0385f [diff] |
rcutorture: Sanitize RCUTORTURE_RDR_MASK RCUTORTURE_RDR_MASK is currently not the bit indicated by RCUTORTURE_RDR_SHIFT, but is instead all the bits less significant than that one. This is an accident waiting to happen, so this commit makes RCUTORTURE_RDR_MASK be that one bit and adjusts uses accordingly. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>