Home
last modified time | relevance | path

Searched hist:"31257 c3c8b7307f106d67345755d937cb5fb8bd4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dtorture.cdiff 31257c3c8b7307f106d67345755d937cb5fb8bd4 Sat Jun 18 09:45:43 CDT 2016 Paul E. McKenney <paulmck@linux.vnet.ibm.com> torture: Convert torture_shutdown() to hrtimer

Upcoming changes to the timer wheel introduce significant inaccuracy
and possibly also an ultimate limit on timeout duration. This is a
problem for the current implementation of torture_shutdown() because
(1) shutdown times are user-specified, and can therefore be quite long,
and (2) the torture scripting will kill a test instance that runs for
more than a few minutes longer than scheduled. This commit therefore
converts the torture_shutdown() timed waits to an hrtimer, thus avoiding
too-short torture test runs as well as death by scripting.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>