mbox series

[0/2] Fix ptp_kvm_get_time_fn infinite loop and remove redundant EXPORT_SYMBOL_GPL

Message ID cover.1621505277.git.chaowu@linux.alibaba.com (mailing list archive)
Headers show
Series Fix ptp_kvm_get_time_fn infinite loop and remove redundant EXPORT_SYMBOL_GPL | expand

Message

Chao Wu May 25, 2021, 8:44 a.m. UTC
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(-)

Comments

Chao Wu Aug. 9, 2021, 1:05 p.m. UTC | #1
Ping

在 2021/5/25 下午4:44, Chao Wu 写道:
> 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(-)
>