Skip to content

clocksource: Print clocksource name when clocksource is tested unstable

Prarit Bhargava requested to merge prarit/centos-stream-9:RHEL-19589 into main

JIRA: https://issues.redhat.com/browse/RHEL-19589

commit beaa1ffe551c330d8ea23de158432ecaad6c0410
Author: Yunying Sun yunying.sun@intel.com
Date: Wed Nov 16 16:22:21 2022 +0800

clocksource: Print clocksource name when clocksource is tested unstable  

Some "TSC fall back to HPET" messages appear on systems having more than  
2 NUMA nodes:  

clocksource: timekeeping watchdog on CPU168: hpet read-back delay of 4296200ns, attempt 4, marking unstable  

The "hpet" here is misleading the clocksource watchdog is really  
doing repeated reads of "hpet" in order to check for unrelated delays.  
Therefore, print the name of the clocksource under test, prefixed by  
"wd-" and suffixed by "-wd", for example, "wd-tsc-wd".  

Signed-off-by: Yunying Sun <yunying.sun@intel.com>  
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>  

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports