commit | 99501776462f0e90c220be1bf9bf14ba7b11eec8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Apr 01 19:57:52 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sun Apr 05 14:27:14 2020 -0700 |
tree | 7c61cb36e0c9dada76d1e5fc31a2e94736e47c2b | |
parent | 7e3e3f26bedea8602c14df1142e4bbb7e9c22820 [diff] |
rcu: Allow rcutorture to starve grace-period kthread This commit provides an rcutorture.stall_gp_kthread module parameter to allow rcutorture to starve the grace-period kthread. This allows testing the code that detects such starvation. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>