[PATCH 0/2] x86/time: calibration rendezvous adjustments

Jan Beulich posted 2 patches 3 years, 2 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/35443b5a-1410-7099-a937-e9f537bbe989@suse.com
There is a newer version of this series
[PATCH 0/2] x86/time: calibration rendezvous adjustments
Posted by Jan Beulich 3 years, 2 months ago
The 2nd patch (RFC for now) is meant to address a regression
reported on the list under "Problems with APIC on versions 4.9
and later (4.8 works)". In the course of analyzing output from
a debugging patch I ran into another anomaly again, which I
thought I should finally try to address. Hence patch 1.

1: change initiation of the calibration timer
2: don't move TSC backwards in time_calibration_tsc_rendezvous()

Jan