commit | 55b2dcf58700041d6f0b037a98619222c825f004 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Apr 01 19:57:52 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu May 07 10:15:28 2020 -0700 |
tree | da9dcfd0c5feda27e39ddedcdb3b8c514ff4936c | |
parent | df5916845dd6ee34ce40aaad5e7b61058720419c [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>