]> git.hungrycats.org Git - linux/commit
torture: Move stutter_wait() timeouts to hrtimers
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 26 Jun 2023 23:52:35 +0000 (16:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 17:15:10 +0000 (17:15 +0000)
commit05eb100042217032392574474eeeb257524701a1
treee4f4b78a71a4852a061a498fe87bf96f121d1176
parent3bdabd7be6400e853cb3c2054b08e5eac8d7e621
torture: Move stutter_wait() timeouts to hrtimers

[ Upstream commit 10af43671e8bf4ac153c4991a17cdf57bc6d2cfe ]

In order to gain better race coverage, move the test start/stop
waits in stutter_wait() to torture_hrtimeout_jiffies().

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Stable-dep-of: cca42bd8eb1b ("rcutorture: Fix stuttering races and other issues")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/torture.c