We fix the infinite loop bug in ptp_kvm_get_time_fn function and removes the redundant EXPORT_SYMBOL_GPL for pvclock_get_pvti_cpu0_va. Chao Wu (2): ptp_kvm: fix an infinite loop in ptp_kvm_get_time_fn when vm has more than 64 vcpus pvclock: remove EXPORT_SYMBOL_GPL for pvclock_get_pvti_cpu0_va arch/x86/include/asm/kvmclock.h | 16 ++++++++++++++++ arch/x86/kernel/kvmclock.c | 12 ++---------- arch/x86/kernel/pvclock.c | 1 - drivers/ptp/ptp_kvm.c | 6 ++---- 4 files changed, 20 insertions(+), 15 deletions(-) -- 2.24.3 (Apple Git-128)