mbox series

[GIT,PULL] KVM changes for Linux 5.7-rc3

Message ID 20200421160651.19274-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM changes for Linux 5.7-rc3 | expand

Pull-request

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

Message

Paolo Bonzini April 21, 2020, 4:06 p.m. UTC
Linus,

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

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 00a6a5ef39e7db3648b35c86361058854db84c83:

  Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master (2020-04-21 09:39:55 -0400)

----------------------------------------------------------------
Bugfixes, and a few cleanups to the newly-introduced assembly language
vmentry code for AMD.

----------------------------------------------------------------
Borislav Petkov (1):
      KVM: SVM: Fix build error due to missing release_pages() include

Claudio Imbrenda (1):
      MAINTAINERS: add a reviewer for KVM/s390

Eric Farman (1):
      KVM: s390: Fix PV check in deliverable_irqs()

Josh Poimboeuf (1):
      kvm: Disable objtool frame pointer checking for vmenter.S

Oliver Upton (2):
      kvm: nVMX: reflect MTF VM-exits if injected by L1
      kvm: nVMX: match comment with return type for nested_vmx_exit_reflected

Paolo Bonzini (4):
      KVM: SVM: fix compilation with modular PSP and non-modular KVM
      KVM: SVM: move more vmentry code to assembly
      Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/.../kvms390/linux into kvm-master
      Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/.../paulus/powerpc into kvm-master

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions

Sean Christopherson (2):
      KVM: Check validity of resolved slot when searching memslots
      KVM: s390: Return last valid slot if approx index is out-of-bounds

Steve Rutherford (1):
      KVM: Remove CREATE_IRQCHIP/SET_PIT2 race

Uros Bizjak (4):
      KVM: VMX: Enable machine check support for 32bit targets
      KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
      KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
      KVM: SVM: Fix __svm_vcpu_run declaration.

Venkatesh Srinivas (1):
      kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP

 MAINTAINERS                            |  1 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c    |  9 +++++----
 arch/powerpc/kvm/book3s_64_mmu_radix.c |  9 +++++----
 arch/s390/kvm/interrupt.c              |  2 +-
 arch/s390/kvm/kvm-s390.c               |  3 +++
 arch/x86/include/asm/nospec-branch.h   | 21 ---------------------
 arch/x86/kvm/Makefile                  |  4 ++++
 arch/x86/kvm/svm/sev.c                 |  6 +++++-
 arch/x86/kvm/svm/svm.c                 | 10 +---------
 arch/x86/kvm/svm/vmenter.S             | 10 +++++++++-
 arch/x86/kvm/vmx/nested.c              | 21 +++++++++++++++++++--
 arch/x86/kvm/vmx/vmx.c                 |  2 +-
 arch/x86/kvm/x86.c                     | 21 +++++++++++++++++++--
 include/linux/kvm_host.h               |  2 +-
 14 files changed, 74 insertions(+), 47 deletions(-)

Comments

Linus Torvalds April 21, 2020, 7:35 p.m. UTC | #1
On Tue, Apr 21, 2020 at 9:07 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
>   https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
>
> for you to fetch changes up to 00a6a5ef39e7db3648b35c86361058854db84c83:

Did you perhaps forget to force-update that tag?

That tree still shows the tag from April 7 (that I merged in commit
0339eb95403f).

                     Linus
Paolo Bonzini April 21, 2020, 7:51 p.m. UTC | #2
On 21/04/20 21:35, Linus Torvalds wrote:
> On Tue, Apr 21, 2020 at 9:07 AM Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>>   https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
>>
>> for you to fetch changes up to 00a6a5ef39e7db3648b35c86361058854db84c83:
> 
> Did you perhaps forget to force-update that tag?
> 
> That tree still shows the tag from April 7 (that I merged in commit
> 0339eb95403f).

Oops, yes I did.  /me goes and adds "set -e" to the script.

Paolo
pr-tracker-bot@kernel.org April 21, 2020, 8:30 p.m. UTC | #3
The pull request you sent on Tue, 21 Apr 2020 12:06:51 -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/8160a563cfff2a94e4ef20508961f1c9eead3b1f

Thank you!