mbox series

[GIT,PULL] KVM changes for Linux 5.6-rc6

Message ID 1584212970-13453-1-git-send-email-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM changes for Linux 5.6-rc6 | expand

Pull-request

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

Message

Paolo Bonzini March 14, 2020, 7:09 p.m. UTC
Linus,

The following changes since commit 86f7e90ce840aa1db407d3ea6e9b3a52b2ce923c:

  KVM: VMX: check descriptor table exits on instruction emulation (2020-03-01 19:26:31 +0100)

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 018cabb694e3923998fdc2908af5268f1d89f48f:

  Merge branch 'kvm-null-pointer-fix' into kvm-master (2020-03-14 12:49:37 +0100)

----------------------------------------------------------------

Bugfixes, x86+s390.

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: Also reset registers in sync regs for initial cpu reset

Haiwei Li (1):
      KVM: SVM: Fix the svm vmexit code for WRMSR

Jason A. Donenfeld (1):
      KVM: fix Kconfig menu text for -Werror

Nitesh Narayan Lal (1):
      KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect

Paolo Bonzini (2):
      Merge tag 'kvm-s390-master-5.6-1' of git://git.kernel.org/.../kvms390/linux into kvm-master
      Merge branch 'kvm-null-pointer-fix' into kvm-master

Sean Christopherson (1):
      KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1

Vitaly Kuznetsov (3):
      KVM: x86: clear stale x86_emulate_ctxt->intercept value
      KVM: x86: remove stale comment from struct x86_emulate_ctxt
      KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs

Wanpeng Li (1):
      KVM: X86: Fix dereference null cpufreq policy

 arch/s390/kvm/kvm-s390.c           | 18 +++++++++++++++++-
 arch/x86/include/asm/kvm_emulate.h |  1 -
 arch/x86/kvm/Kconfig               |  2 +-
 arch/x86/kvm/emulate.c             |  1 +
 arch/x86/kvm/ioapic.c              |  7 +++++--
 arch/x86/kvm/svm.c                 |  3 ++-
 arch/x86/kvm/vmx/nested.c          |  5 +++--
 arch/x86/kvm/vmx/vmx.c             | 16 ++++++++++++++--
 arch/x86/kvm/x86.c                 |  8 +++++---
 9 files changed, 48 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org March 15, 2020, 2:30 a.m. UTC | #1
The pull request you sent on Sat, 14 Mar 2020 20:09:30 +0100:

> 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/6693075e0f46979f956fefdd51997f533b392615

Thank you!