]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW
authorWaiman Long <longman@redhat.com>
Mon, 6 Dec 2021 03:38:15 +0000 (22:38 -0500)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:35:43 +0000 (17:35 -0800)
commitfc153c1c58cb8c3bb3b443b4d7dc3211ff5f65fc
tree6dc3ddbe5d71eca06a3cbe543518ec5e0732ce05
parentda123016ca8cb5697366c0b2dd55059b976e67e4
clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW

A watchdog maximum skew of 100us may still be too small for
some systems or archs. It may also be too small when some kernel
debug config options are enabled.  So add a new Kconfig option
CLOCKSOURCE_WATCHDOG_MAX_SKEW_US to allow kernel builders to have more
control on the threshold for marking clocksource as unstable.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/time/Kconfig
kernel/time/clocksource.c