]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
rcutorture: Increase rcu_read_delay() longdelay_ms
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 19 Jul 2018 22:25:57 +0000 (15:25 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Aug 2018 16:20:48 +0000 (09:20 -0700)
commit3cff54a830f760eafc9c20191ce1d4b8c356d002
tree626416e560400fe843bc1cecffe01e96134c9319
parent9fdcb9afe082794c6dcf2b79b3070ef5dafc8a8f
rcutorture: Increase rcu_read_delay() longdelay_ms

RCU now takes certain actions 100 and 200 milliseconds into a grace period
by default, but rcutorture only runs RCU read-side critical sections
with durations up to 50 milliseconds.  This commit therefore increases
test coverage by increasing the maximum critical-section duration to
300 milliseconds.  Note that the existing code automatically dials down
the probability of long delays based on the maximum duration, which means
that this change should not significantly change the rate of execution
of RCU read-side critical sections.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcutorture.c