mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
Since commit 05f415715c ("rcu: Speed up expedited GPs when interrupting
RCU reader") in v5.0 and through v5.1, booting with the threadirqs kernel
boot parameter caused self-deadlocks, which can be reproduced using the
following command on an 8-CPU system:
tools/testing/selftests/rcutorture/bin/kvm.sh --duration 5 --configs "TREE03" --bootargs "threadirqs"
This commit therefore adds the threadirqs kernel boot parameter to
the TREE03 rcutorture scenario in order to more quickly detect future
similar bugs.
Link: http://lkml.kernel.org/r/20190626135447.y24mvfuid5fifwjc@linutronix.de
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Joel Fernandes <joel@joelfernandes.org>
7 lines
171 B
Clojure
7 lines
171 B
Clojure
rcutorture.onoff_interval=200 rcutorture.onoff_holdoff=30
|
|
rcutree.gp_preinit_delay=12
|
|
rcutree.gp_init_delay=3
|
|
rcutree.gp_cleanup_delay=3
|
|
rcutree.kthread_prio=2
|
|
threadirqs
|