mbox series

[GIT,PULL] KVM fixes for Linux 5.9-rc8

Message ID 20201003091854.240100-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM fixes for Linux 5.9-rc8 | expand

Pull-request

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

Message

Paolo Bonzini Oct. 3, 2020, 9:18 a.m. UTC
Linus,

The following changes since commit 4bb05f30483fd21ea5413eaf1182768f251cf625:

  KVM: SVM: Add a dedicated INVD intercept routine (2020-09-25 13:27:35 -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 e2e1a1c86bf32a8d7458b9024f518cf2434414c8:

  Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2020-10-03 05:07:59 -0400)

----------------------------------------------------------------
Two bugfix patches.

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest

Paolo Bonzini (2):
      KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
      Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

 arch/arm64/kvm/hyp/nvhe/tlb.c |  7 +++++++
 arch/x86/kvm/vmx/vmx.c        | 22 ++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 3, 2020, 7:58 p.m. UTC | #1
The pull request you sent on Sat,  3 Oct 2020 05:18:54 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/22fbc037cd32e4e6771d2271b565806cfb8c134c

Thank you!