All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] x86/tsc: Exempt recent UV systems from clocksource watchdog checks to avoid false positives.
@ 2026-05-21 13:17 Dimitri Sivanich
  2026-05-21 13:20 ` [PATCH v4 1/2] x86/platform/uv: Expose the uv_hub_type() interface Dimitri Sivanich
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dimitri Sivanich @ 2026-05-21 13:17 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Jiri Wiesner, Steve Wahl, Justin Ernst, Kyle Meyer, Russ Anderson,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Peter Zijlstra (Intel), Ilpo Järvinen,
	Marco Elver, Guilherme G. Piccoli, Nikunj A Dadhania,
	Xin Li (Intel), Dimitri Sivanich

HPE UV hardware and firmware is designed to ensure a reliable and
synchronized TSC mechanism.  Comparing the TSC against secondary
clocksources can result in false positives due to variable access
latency caused by system traffic.  The best course of action against
these false positives has been found to simply disable watchdog
checking of the TSC.

Commits [1] and [2] were introduced to avoid an issue where the TSC
is falsely declared unstable by exempting qualified platforms of up
to 4-sockets from TSC clocksource watchdog checking.  Extend that
exemption to include recent and future UV platforms.

[1] commit b50db7095fe0 ("x86/tsc: Disable clocksource watchdog for TSC on qualified platorms")
[2] commit 233756a640be ("x86/tsc: Extend watchdog check exemption to 4-Sockets platform")

Dimitri Sivanich (2):
  Expose the uv_hub_type() interface
  Disable clocksource watchdog checking on recent and future UV
    platforms.

 arch/x86/include/asm/uv/uv_hub.h |  7 +++++++
 arch/x86/kernel/tsc.c            | 27 +++++++++++++++++++++------
 2 files changed, 28 insertions(+), 6 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-22  2:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 13:17 [PATCH v4 0/2] x86/tsc: Exempt recent UV systems from clocksource watchdog checks to avoid false positives Dimitri Sivanich
2026-05-21 13:20 ` [PATCH v4 1/2] x86/platform/uv: Expose the uv_hub_type() interface Dimitri Sivanich
2026-05-21 13:23 ` [PATCH v4 2/2] x86/tsc: Disable clocksource watchdog checking on recent and future UV platforms Dimitri Sivanich
2026-05-21 19:30 ` [PATCH v4 0/2] x86/tsc: Exempt recent UV systems from clocksource watchdog checks to avoid false positives Thomas Gleixner
2026-05-22  2:08   ` Dimitri Sivanich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.