diff --git a/[refs] b/[refs] index 2732be92fc78..b2929acb0442 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93898fb1a395d2a5a53db238c68036da2f8c64d1 +refs/heads/master: ab8f11e5f6655861ad4758a7da76b2fc0e0dcc98 diff --git a/trunk/kernel/rcutorture.c b/trunk/kernel/rcutorture.c index 2431d576e9ca..764825c2685c 100644 --- a/trunk/kernel/rcutorture.c +++ b/trunk/kernel/rcutorture.c @@ -779,7 +779,8 @@ static int rcu_torture_boost(void *arg) * interval. Besides, we are running at RT priority, * so delays should be relatively rare. */ - while (oldstarttime == boost_starttime) { + while (oldstarttime == boost_starttime && + !kthread_should_stop()) { if (mutex_trylock(&boost_mutex)) { boost_starttime = jiffies + test_boost_interval * HZ;