mbox series

[GIT,PULL] KVM fixes for Linux 5.3-rc6

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

Pull-request

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

Message

Paolo Bonzini Aug. 21, 2019, 5:36 p.m. UTC
Linus,

The following changes since commit a738b5e75b4c13be3485c82eb62c30047aa9f164:

  Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2019-08-09 16:53:50 +0200)

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 e4427372398c31f57450565de277f861a4db5b3b:

  selftests/kvm: make platform_info_test pass on AMD (2019-08-21 19:08:18 +0200)

----------------------------------------------------------------
* A couple bugfixes, and mostly selftests changes.

----------------------------------------------------------------
Miaohe Lin (1):
      KVM: x86: svm: remove redundant assignment of var new_entry

Paolo Bonzini (7):
      MAINTAINERS: change list for KVM/s390
      MAINTAINERS: add KVM x86 reviewers
      selftests: kvm: do not try running the VM in vmx_set_nested_state_test
      selftests: kvm: provide common function to enable eVMCS
      selftests: kvm: fix vmx_set_nested_state_test
      selftests: kvm: fix state save/load on processors without XSAVE
      Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"

Radim Krcmar (1):
      kvm: x86: skip populating logical dest map if apic is not sw enabled

Vitaly Kuznetsov (1):
      selftests/kvm: make platform_info_test pass on AMD

 MAINTAINERS                                        | 19 +++++++------
 arch/x86/kvm/lapic.c                               |  5 ++++
 arch/x86/kvm/mmu.c                                 | 33 +---------------------
 arch/x86/kvm/svm.c                                 |  1 -
 tools/testing/selftests/kvm/include/evmcs.h        |  2 ++
 tools/testing/selftests/kvm/lib/x86_64/processor.c | 16 +++++++----
 tools/testing/selftests/kvm/lib/x86_64/vmx.c       | 20 +++++++++++++
 tools/testing/selftests/kvm/x86_64/evmcs_test.c    | 15 ++--------
 tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c  | 12 +++-----
 .../selftests/kvm/x86_64/platform_info_test.c      |  2 +-
 .../kvm/x86_64/vmx_set_nested_state_test.c         | 32 +++++++++------------
 11 files changed, 69 insertions(+), 88 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 21, 2019, 8:35 p.m. UTC | #1
The pull request you sent on Wed, 21 Aug 2019 19:36:50 +0200:

> 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/bb7ba8069de933d69cb45dd0a5806b61033796a3

Thank you!