linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 5.11-rc7
@ 2021-02-05  8:04 Paolo Bonzini
  2021-02-05 18:00 ` Sean Christopherson
  2021-02-05 18:13 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2021-02-05  8:04 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

Linus,

The following changes since commit 9a78e15802a87de2b08dfd1bd88e855201d2c8fa:

  KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX (2021-01-25 18:54:09 -0500)

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 031b91a5fe6f1ce61b7617614ddde9ed61e252be:

  KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset (2021-02-04 12:59:28 -0500)

----------------------------------------------------------------
x86 has lots of small bugfixes, mostly one liners.  It's quite late in
5.11-rc but none of them are related to this merge window; it's just
bugs coming in at the wrong time.  Of note among the others:
- "KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off"
  (live migration failure seen on distros that hadn't switched to tsx=off
  right away)

ARM:
- Avoid clobbering extra registers on initialisation

----------------------------------------------------------------
Andrew Scull (1):
      KVM: arm64: Don't clobber x4 in __do_hyp_init

Ben Gardon (1):
      KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs

Michael Roth (1):
      KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl

Paolo Bonzini (3):
      Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
      KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
      KVM: x86: cleanup CR3 reserved bits checks

Peter Gonda (1):
      Fix unsynchronized access to sev members through svm_register_enc_region

Sean Christopherson (3):
      KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
      KVM: SVM: Treat SVM as unsupported when running as an SEV guest
      KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset

Vitaly Kuznetsov (1):
      KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check

Yu Zhang (1):
      KVM: Documentation: Fix documentation for nested.

Zheng Zhan Liang (1):
      KVM/x86: assign hva with the right value to vm_munmap the pages

 Documentation/virt/kvm/nested-vmx.rst            |  6 +++--
 Documentation/virt/kvm/running-nested-guests.rst |  2 +-
 arch/arm64/kvm/hyp/nvhe/hyp-init.S               | 20 ++++++++-------
 arch/x86/kvm/cpuid.c                             |  2 +-
 arch/x86/kvm/emulate.c                           |  2 ++
 arch/x86/kvm/mmu/tdp_mmu.c                       |  6 ++---
 arch/x86/kvm/svm/nested.c                        | 13 +++-------
 arch/x86/kvm/svm/sev.c                           | 17 +++++++------
 arch/x86/kvm/svm/svm.c                           |  5 ++++
 arch/x86/kvm/svm/svm.h                           |  3 ---
 arch/x86/kvm/vmx/vmx.c                           | 17 ++++++++++---
 arch/x86/kvm/x86.c                               | 31 ++++++++++++++++--------
 arch/x86/kvm/x86.h                               |  2 ++
 arch/x86/mm/mem_encrypt.c                        |  1 +
 14 files changed, 77 insertions(+), 50 deletions(-)


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

* Re: [GIT PULL] KVM fixes for 5.11-rc7
  2021-02-05  8:04 [GIT PULL] KVM fixes for 5.11-rc7 Paolo Bonzini
@ 2021-02-05 18:00 ` Sean Christopherson
  2021-02-05 18:06   ` Linus Torvalds
  2021-02-05 18:13 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Sean Christopherson @ 2021-02-05 18:00 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm, Jonny Barker

On Fri, Feb 05, 2021, Paolo Bonzini wrote:
> Sean Christopherson (3):
>       KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode

Ah, shoot.  Too late now, but this should have been attributed to Jonny, I was
just shepherding the official patch along and forgot to make Jonny the author.

Sorry Jonny :-/

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

* Re: [GIT PULL] KVM fixes for 5.11-rc7
  2021-02-05 18:00 ` Sean Christopherson
@ 2021-02-05 18:06   ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2021-02-05 18:06 UTC (permalink / raw)
  To: Sean Christopherson
  Cc: Paolo Bonzini, Linux Kernel Mailing List, KVM list, Jonny Barker

On Fri, Feb 5, 2021 at 10:00 AM Sean Christopherson <seanjc@google.com> wrote:
>
> Ah, shoot.  Too late now, but this should have been attributed to Jonny, I was
> just shepherding the official patch along and forgot to make Jonny the author.

I put a note in the merge message, fwiw..

         Linus

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

* Re: [GIT PULL] KVM fixes for 5.11-rc7
  2021-02-05  8:04 [GIT PULL] KVM fixes for 5.11-rc7 Paolo Bonzini
  2021-02-05 18:00 ` Sean Christopherson
@ 2021-02-05 18:13 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-02-05 18:13 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

The pull request you sent on Fri,  5 Feb 2021 03:04:56 -0500:

> 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/6157ce59bf318bd4ee23769c613cf5628d7f457b

Thank you!

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

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

end of thread, other threads:[~2021-02-05 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  8:04 [GIT PULL] KVM fixes for 5.11-rc7 Paolo Bonzini
2021-02-05 18:00 ` Sean Christopherson
2021-02-05 18:06   ` Linus Torvalds
2021-02-05 18:13 ` 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;
as well as URLs for NNTP newsgroup(s).