[GIT PULL] More KVM fixes Linux 5.15-rc4

From: Paolo Bonzini
Date: Fri Oct 01 2021 - 13:13:22 EST


Linus,

The following changes since commit 50b078184604fea95adbb144ff653912fb0e48c6:

Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2021-09-24 06:04:42 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 7b0035eaa7dab9fd33d6658ad6a755024bdce26c:

KVM: selftests: Ensure all migrations are performed when test is affined (2021-09-30 04:25:57 -0400)

----------------------------------------------------------------
Small x86 fixes.

----------------------------------------------------------------
Oliver Upton (1):
selftests: KVM: Don't clobber XMM register when read

Sean Christopherson (2):
KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks
KVM: selftests: Ensure all migrations are performed when test is affined

Zelin Deng (2):
x86/kvmclock: Move this_cpu_pvti into kvmclock.h
ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm

Zhenzhong Duan (1):
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue

arch/x86/include/asm/kvmclock.h | 14 +++++
arch/x86/kernel/kvmclock.c | 13 +---
arch/x86/kvm/cpuid.c | 4 +-
arch/x86/kvm/vmx/vmx.c | 2 +-
drivers/ptp/ptp_kvm_x86.c | 9 +--
.../selftests/kvm/include/x86_64/processor.h | 2 +-
tools/testing/selftests/kvm/rseq_test.c | 69 ++++++++++++++++++----
7 files changed, 81 insertions(+), 32 deletions(-)