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

Paul E. McKenney posted 2 patches 3 years, 5 months ago
b/include/linux/clocksource.h |    4 ++++
b/kernel/time/clocksource.c   |    2 ++
kernel/time/clocksource.c     |   31 +++++++++++++++++++++++++------
3 files changed, 31 insertions(+), 6 deletions(-)
[PATCH clocksource 0/2] Clocksource-watchdog classification and backoff
Posted by Paul E. McKenney 3 years, 5 months ago
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(-)