commit | fc153c1c58cb8c3bb3b443b4d7dc3211ff5f65fc | [log] [tgz] |
---|---|---|
author | Waiman Long <longman@redhat.com> | Sun Dec 05 22:38:15 2021 -0500 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Feb 01 17:35:43 2022 -0800 |
tree | 6dc3ddbe5d71eca06a3cbe543518ec5e0732ce05 | |
parent | da123016ca8cb5697366c0b2dd55059b976e67e4 [diff] |
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>