mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] KVM changes for Linux 5.7-rc3
@ 2020-04-21 16:06 Paolo Bonzini
  2020-04-21 19:35 ` Linus Torvalds
  2020-04-21 20:30 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-04-21 16:06 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

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(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM changes for Linux 5.7-rc3
  2020-04-21 16:06 [GIT PULL] KVM changes for Linux 5.7-rc3 Paolo Bonzini
@ 2020-04-21 19:35 ` Linus Torvalds
  2020-04-21 19:51   ` Paolo Bonzini
  2020-04-21 20:30 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2020-04-21 19:35 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Linux Kernel Mailing List, KVM list

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM changes for Linux 5.7-rc3
  2020-04-21 19:35 ` Linus Torvalds
@ 2020-04-21 19:51   ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2020-04-21 19:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, KVM list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM changes for Linux 5.7-rc3
  2020-04-21 16:06 [GIT PULL] KVM changes for Linux 5.7-rc3 Paolo Bonzini
  2020-04-21 19:35 ` Linus Torvalds
@ 2020-04-21 20:30 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-04-21 20:30 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-21 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 16:06 [GIT PULL] KVM changes for Linux 5.7-rc3 Paolo Bonzini
2020-04-21 19:35 ` Linus Torvalds
2020-04-21 19:51   ` Paolo Bonzini
2020-04-21 20:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®