Skip to content
Commit 65bd77f5 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

scftorture: Add cond_resched() to test loop



Although the test loop does randomly delay, which would provide quiescent
states and so forth, it is possible for there to be a series of long
smp_call_function*() handler runtimes with no delays, which results in
softlockup and RCU CPU stall warning messages.  This commit therefore
inserts a cond_resched() into the main test loop.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 9e66bf03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment