All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More KVM fixes for Linux 6.1-rc4
@ 2022-11-06  8:46 Paolo Bonzini
  2022-11-06 18:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2022-11-06  8:46 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

Linus,

The following changes since commit 8e5423e991e8cd0988d0c4a3f4ac4ca1af7d148a:

  Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2022-11-02 11:25:12 -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 f4298cac2bfcced49ab308756dc8fef684f3da81:

  Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2022-11-06 03:30:49 -0500)

----------------------------------------------------------------
ARM:

* Fix the pKVM stage-1 walker erronously using the stage-2 accessor

* Correctly convert vcpu->kvm to a hyp pointer when generating
  an exception in a nVHE+MTE configuration

* Check that KVM_CAP_DIRTY_LOG_* are valid before enabling them

* Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE

* Document the boot requirements for FGT when entering the kernel
  at EL1

x86:

* Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()

* Make argument order consistent for kvcalloc()

* Userspace API fixes for DEBUGCTL and LBRs

----------------------------------------------------------------
Ben Gardon (1):
      KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()

Gavin Shan (1):
      KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them

Liao Chang (1):
      KVM: x86: Fix a typo about the usage of kvcalloc()

Marc Zyngier (1):
      KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE

Mark Brown (1):
      arm64: booting: Document our requirements for fine grained traps with SME

Paolo Bonzini (2):
      Merge branch 'kvm-master' into HEAD
      Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

Quentin Perret (1):
      KVM: arm64: Use correct accessor to parse stage-1 PTEs

Ryan Roberts (1):
      KVM: arm64: Fix bad dereference on MTE-enabled systems

Sean Christopherson (3):
      KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
      KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
      KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL

 Documentation/arm64/booting.rst         |  8 ++++++++
 arch/arm64/kvm/hyp/exception.c          |  3 ++-
 arch/arm64/kvm/hyp/include/hyp/switch.h | 20 ++++++++++++++++++++
 arch/arm64/kvm/hyp/nvhe/mem_protect.c   |  2 +-
 arch/arm64/kvm/hyp/nvhe/switch.c        | 26 --------------------------
 arch/arm64/kvm/hyp/vhe/switch.c         |  8 --------
 arch/x86/kvm/cpuid.c                    |  2 +-
 arch/x86/kvm/vmx/capabilities.h         | 19 +++----------------
 arch/x86/kvm/vmx/vmx.c                  | 18 +++++++++++-------
 arch/x86/kvm/x86.c                      |  3 +++
 virt/kvm/kvm_main.c                     |  3 +++
 11 files changed, 52 insertions(+), 60 deletions(-)


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

* Re: [GIT PULL] More KVM fixes for Linux 6.1-rc4
  2022-11-06  8:46 [GIT PULL] More KVM fixes for Linux 6.1-rc4 Paolo Bonzini
@ 2022-11-06 18:49 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-11-06 18:49 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

The pull request you sent on Sun,  6 Nov 2022 03:46: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/089d1c31224e6b266ece3ee555a3ea2c9acbe5c2

Thank you!

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

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

end of thread, other threads:[~2022-11-06 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06  8:46 [GIT PULL] More KVM fixes for Linux 6.1-rc4 Paolo Bonzini
2022-11-06 18:49 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.