[PATCH v2 clocksource 0/5] TSC and clocksource-watchdog updates for v6.12

Paul E. McKenney posted 5 patches 1 year, 4 months ago
b/arch/x86/kernel/tsc.c     |    2 +-
b/kernel/time/clocksource.c |   28 ++++++++++++++++++++--------
kernel/time/clocksource.c   |   19 +++++++++++++------
3 files changed, 34 insertions(+), 15 deletions(-)
[PATCH v2 clocksource 0/5] TSC and clocksource-watchdog updates for v6.12
Posted by Paul E. McKenney 1 year, 4 months ago
Hello!

This series contains TSC and clocksource-watchdog updates:

1.	 clocksource: Improve comments for watchdog skew bounds, courtesy
	 of Borislav Petkov.

2.	 clocksource: Fix brown-bag boolean thinko in cs_watchdog_read().

3.	 clocksource: Fix comments on WATCHDOG_THRESHOLD &
	 WATCHDOG_MAX_SKEW.

4.	 clocksource: Set cs_watchdog_read() checks based on
	 .uncertainty_margin.

5.	Check for sockets instead of CPUs to make code match comment.

						Thanx, Paul

Changes since v1:

o	Remember to CC LKML.  :-/

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

 b/arch/x86/kernel/tsc.c     |    2 +-
 b/kernel/time/clocksource.c |   28 ++++++++++++++++++++--------
 kernel/time/clocksource.c   |   19 +++++++++++++------
 3 files changed, 34 insertions(+), 15 deletions(-)