[PATCH clocksource 0/2] Clocksource-watchdog classification and backoff

From: Paul E. McKenney
Date: Wed Nov 02 2022 - 14:40:15 EST


Hello!

This series adds comments classifying bogus measurements and adds capped
exponential backoff for messages that are likely caused by overly busy
systems.

1. Add comments to classify bogus measurements.

2. Exponential backoff for load-induced bogus watchdog reads.

Thanx, Paul

------------------------------------------------------------------------

b/include/linux/clocksource.h | 4 ++++
b/kernel/time/clocksource.c | 2 ++
kernel/time/clocksource.c | 31 +++++++++++++++++++++++++------
3 files changed, 31 insertions(+), 6 deletions(-)