commit | 0aa67e75b3d59cfe412bfa54ca23797e6c2e3270 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Mar 30 11:40:44 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Apr 21 13:47:04 2016 -0700 |
tree | 8c6787bf8a2c7bba19f830ac87d67d245d4f8ee8 | |
parent | e9fb365a8847dfe8a9fccae0dce77abf7276b5da [diff] |
rcutorture: Add irqs-disabled test for call_rcu() Mutation testing carried out by Iftekhar Ahmed of Oregon State University showed that rcutorture is failing to test invocations of call_rcu() having interrupts disabled. This commit therefore adds interrupt disabling around one of the existing invocations of call_rcu() (and friends). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>