[PATCH clocksource 0/6] Clocksource watchdog updates for v6.3

Paul E. McKenney posted 6 patches 2 years, 8 months ago
There is a newer version of this series
b/arch/x86/include/asm/time.h   |    1
b/arch/x86/kernel/hpet.c        |    2 +
b/arch/x86/kernel/tsc.c         |    5 ++
b/drivers/clocksource/acpi_pm.c |    6 ++-
b/kernel/time/Kconfig           |    6 ++-
b/kernel/time/clocksource.c     |    4 +-
kernel/time/clocksource.c       |   72 ++++++++++++++++++++++++++++------------
7 files changed, 70 insertions(+), 26 deletions(-)
[PATCH clocksource 0/6] Clocksource watchdog updates for v6.3
Posted by Paul E. McKenney 2 years, 8 months ago
Hello!

This series contains clocksource-watchdog updates:

1.	Print clocksource name when clocksource is tested unstable,
	courtesy of Yunying Sun.

2.	Loosen clocksource watchdog constraints.

3.	Improve read-back-delay message.

4.	Improve "skew is too large" messages.

5.	Suspend the watchdog temporarily when high read latency detected,
	courtesy of Feng Tang.

6.	Verify HPET and PMTMR when TSC unverified.

						Thanx, Paul

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

 b/arch/x86/include/asm/time.h   |    1 
 b/arch/x86/kernel/hpet.c        |    2 +
 b/arch/x86/kernel/tsc.c         |    5 ++
 b/drivers/clocksource/acpi_pm.c |    6 ++-
 b/kernel/time/Kconfig           |    6 ++-
 b/kernel/time/clocksource.c     |    4 +-
 kernel/time/clocksource.c       |   72 ++++++++++++++++++++++++++++------------
 7 files changed, 70 insertions(+), 26 deletions(-)