[GIT PULL] KVM changes for Linux 5.9-rc2

From: Paolo Bonzini
Date: Sat Aug 22 2020 - 04:07:03 EST


Linus,

The following changes since commit e792415c5d3e0eb52527cce228a72e4392f8cae2:

KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup (2020-08-11 07:19:41 -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 b5331379bc62611d1026173a09c73573384201d9:

KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set (2020-08-21 18:06:43 -0400)

----------------------------------------------------------------
* PAE and PKU bugfixes for x86
* selftests fix for new binutils
* MMU notifier fix for arm64

----------------------------------------------------------------
Jim Mattson (2):
kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode

Paolo Bonzini (1):
KVM: x86: fix access code passed to gva_to_gpa

Will Deacon (2):
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set

Yang Weijiang (1):
selftests: kvm: Use a shorter encoding to clear RAX

arch/arm64/include/asm/kvm_host.h | 2 +-
arch/arm64/kvm/mmu.c | 19 ++++++++++++++-----
arch/mips/include/asm/kvm_host.h | 2 +-
arch/mips/kvm/mmu.c | 3 ++-
arch/powerpc/include/asm/kvm_host.h | 3 ++-
arch/powerpc/kvm/book3s.c | 3 ++-
arch/powerpc/kvm/e500_mmu_host.c | 3 ++-
arch/x86/include/asm/kvm_host.h | 3 ++-
arch/x86/kvm/mmu/mmu.c | 3 ++-
arch/x86/kvm/x86.c | 6 ++++--
tools/testing/selftests/kvm/x86_64/debug_regs.c | 4 ++--
virt/kvm/kvm_main.c | 3 ++-
12 files changed, 36 insertions(+), 18 deletions(-)