[GIT PULL v2 clocksource] Clocksource watchdog commits for v5.15

From: Paul E. McKenney
Date: Fri Aug 20 2021 - 15:00:28 EST


Hello, Thomas,

This pull request contains a single change that enables clocksource
watchdog testing on systems with HZ < 100, as an alternative to the
earlier pull request that prohibited such testing. This change has been
posted to LKML:

https://lore.kernel.org/lkml/20210812200112.GY4126399@paulmck-ThinkPad-P17-Gen-1/

this has been subjected to the kbuild test robot and -next testing,
and is available in the git repository based on v5.14-rc2 at:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git clocksource

for you to fetch changes up to a5e8561a2bdf276fdd2a7f63a8154930863fcbda:

clocksource: Make clocksource-wdtest.c safe for slow-HZ systems (2021-08-16 12:00:02 -0700)

----------------------------------------------------------------
Paul E. McKenney (1):
clocksource: Make clocksource-wdtest.c safe for slow-HZ systems

kernel/time/clocksource-wdtest.c | 5 ++---
kernel/time/jiffies.c | 21 +--------------------
kernel/time/tick-internal.h | 20 ++++++++++++++++++++
3 files changed, 23 insertions(+), 23 deletions(-)