All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM changes for 6.1-rc4
@ 2022-11-01 14:24 Paolo Bonzini
  2022-11-01 19:32 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2022-11-01 14:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

Linus,

The following changes since commit 9aec606c1609a5da177b579475a73f6c948e034a:

  tools: include: sync include/api/linux/kvm.h (2022-10-22 07:54:19 -0400)

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 7353633814f6e5b4899fb9ee1483709d6bb0e1cd:

  KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign() (2022-10-28 06:47:26 -0400)

----------------------------------------------------------------
x86:

- fix lock initialization race in gfn-to-pfn cache (+selftests)

- fix two refcounting errors

- emulator fixes

- mask off reserved bits in CPUID

- fix bug with disabling SGX

RISC-V:

- update MAINTAINERS

----------------------------------------------------------------
Eiichi Tsukata (1):
      KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()

Emanuele Giuseppe Esposito (1):
      KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable

Hou Wenlong (2):
      KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
      KVM: debugfs: Return retval of simple_attr_open() if it fails

Jim Mattson (5):
      KVM: x86: Mask off reserved bits in CPUID.80000001H
      KVM: x86: Mask off reserved bits in CPUID.80000006H
      KVM: x86: Mask off reserved bits in CPUID.80000008H
      KVM: x86: Mask off reserved bits in CPUID.8000001AH
      KVM: x86: Mask off reserved bits in CPUID.8000001FH

Maxim Levitsky (5):
      KVM: x86: emulator: em_sysexit should update ctxt->mode
      KVM: x86: emulator: introduce emulator_recalc_and_set_mode
      KVM: x86: emulator: update the emulation mode after rsm
      KVM: x86: emulator: update the emulation mode after CR0 write
      KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format

Michal Luczaj (2):
      KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
      KVM: selftests: Add tests in xen_shinfo_test to detect lock races

Palmer Dabbelt (1):
      MAINTAINERS: git://github -> https://github.com for kvm-riscv

Sean Christopherson (3):
      KVM: x86: Exempt pending triple fault from event injection sanity check
      KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache
      KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test

 MAINTAINERS                                        |   2 +-
 arch/x86/kvm/cpuid.c                               |  11 +-
 arch/x86/kvm/debugfs.c                             |   7 +-
 arch/x86/kvm/emulate.c                             | 108 +++++++++++-----
 arch/x86/kvm/vmx/vmx.c                             |   5 +
 arch/x86/kvm/x86.c                                 |  27 +++-
 arch/x86/kvm/xen.c                                 |  64 +++++-----
 include/linux/kvm_host.h                           |  24 +++-
 .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 142 ++++++++++++++++++++-
 virt/kvm/kvm_main.c                                |  13 +-
 virt/kvm/pfncache.c                                |  62 ++++++---
 11 files changed, 362 insertions(+), 103 deletions(-)


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

* Re: [GIT PULL] KVM changes for 6.1-rc4
  2022-11-01 14:24 [GIT PULL] KVM changes for 6.1-rc4 Paolo Bonzini
@ 2022-11-01 19:32 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-11-01 19:32 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

The pull request you sent on Tue,  1 Nov 2022 10:24:31 -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/f526d6a82242f7ee72d2a4448eb492622cb7d556

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-01 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 14:24 [GIT PULL] KVM changes for 6.1-rc4 Paolo Bonzini
2022-11-01 19:32 ` 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.