All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 6.7-rc7
Date: Fri, 22 Dec 2023 18:15:44 -0500	[thread overview]
Message-ID: <20231222231544.3333693-1-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

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 ef5b28372c565128bdce7a59bc78402a8ce68e1b:

  Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into kvm-master (2023-12-22 18:05:07 -0500)

----------------------------------------------------------------
RISC-V

- Fix a race condition in updating external interrupt for
  trap-n-emulated IMSIC swfile

- Fix print_reg defaults in get-reg-list selftest

ARM:

- Ensure a vCPU's redistributor is unregistered from the MMIO bus
  if vCPU creation fails

- Fix building KVM selftests for arm64 from the top-level Makefile

x86:

- Fix breakage for SEV-ES guests that use XSAVES.

Selftests:

- Fix bad use of strcat(), by not using strcat() at all

----------------------------------------------------------------
Andrew Jones (1):
      KVM: riscv: selftests: Fix get-reg-list print_reg defaults

Marc Zyngier (5):
      KVM: arm64: vgic: Simplify kvm_vgic_destroy()
      KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
      KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
      KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_iodevs()
      KVM: Convert comment into an assertion in kvm_io_bus_register_dev()

Michael Roth (1):
      KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests

Oliver Upton (1):
      KVM: selftests: Ensure sysreg-defs.h is generated at the expected path

Paolo Bonzini (3):
      KVM: selftests: Fix dynamic generation of configuration names
      Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
      Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into kvm-master

Yong-Xuan Wang (1):
      RISCV: KVM: update external interrupt atomically for IMSIC swfile

 arch/arm64/kvm/arm.c                             |  2 +-
 arch/arm64/kvm/vgic/vgic-init.c                  | 55 ++++++++++++++----------
 arch/arm64/kvm/vgic/vgic-mmio-v3.c               |  4 +-
 arch/arm64/kvm/vgic/vgic.h                       |  1 +
 arch/riscv/kvm/aia_imsic.c                       | 13 ++++++
 arch/x86/kvm/svm/sev.c                           | 19 ++++++++
 arch/x86/kvm/svm/svm.c                           |  1 +
 arch/x86/kvm/svm/svm.h                           |  2 +-
 tools/testing/selftests/kvm/Makefile             | 26 ++++++-----
 tools/testing/selftests/kvm/get-reg-list.c       |  9 ++--
 tools/testing/selftests/kvm/riscv/get-reg-list.c | 10 +++--
 virt/kvm/kvm_main.c                              |  3 +-
 12 files changed, 101 insertions(+), 44 deletions(-)


             reply	other threads:[~2023-12-22 23:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22 23:15 Paolo Bonzini [this message]
2023-12-23  3:45 ` [GIT PULL] KVM fixes for Linux 6.7-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231222231544.3333693-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.