From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oliver Upton <oliver.upton@linux.dev>,
Marc Zyngier <maz@kernel.org>, Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64/KVM fixes for 6.11-rc5
Date: Fri, 23 Aug 2024 18:20:40 +0100 [thread overview]
Message-ID: <ZsjE6BXzDznbg6R-@arm.com> (raw)
Hi Linus,
As Paolo is away, I'm taking the arm64/KVM fixes through the arm64 tree.
Apart from KVM, there are no other fixes. Thanks.
The following changes since commit f75c235565f90c4a17b125e47f1c68ef6b8c2bce:
arm64: Fix KASAN random tag seed initialization (2024-08-15 11:04:56 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
for you to fetch changes up to 75c8f387dd16066a90c0928d00851edad0c8c519:
Merge tag 'kvmarm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into for-next/fixes (2024-08-23 09:47:39 +0100)
----------------------------------------------------------------
arm64/KVM fixes:
- Don't drop references on LPIs that weren't visited by the vgic-debug
iterator
- Cure lock ordering issue when unregistering vgic redistributors
- Fix for misaligned stage-2 mappings when VMs are backed by hugetlb
pages
- Treat SGI registers as UNDEFINED if a VM hasn't been configured for
GICv3
----------------------------------------------------------------
Catalin Marinas (1):
Merge tag 'kvmarm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into for-next/fixes
Marc Zyngier (2):
KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
Oliver Upton (1):
KVM: arm64: Ensure canonical IPA is hugepage-aligned when handling fault
Zenghui Yu (1):
KVM: arm64: vgic-debug: Don't put unmarked LPIs
Documentation/virt/kvm/api.rst | 2 +-
arch/arm64/include/asm/kvm_ptrauth.h | 2 +-
arch/arm64/kvm/Kconfig | 1 +
arch/arm64/kvm/Makefile | 3 +++
arch/arm64/kvm/arm.c | 15 +++++----------
arch/arm64/kvm/hyp/include/hyp/switch.h | 1 -
arch/arm64/kvm/hyp/nvhe/Makefile | 2 ++
arch/arm64/kvm/hyp/nvhe/switch.c | 5 ++---
arch/arm64/kvm/hyp/vhe/Makefile | 2 ++
arch/arm64/kvm/mmu.c | 9 ++++++++-
arch/arm64/kvm/nested.c | 2 +-
arch/arm64/kvm/sys_regs.c | 6 ++++++
arch/arm64/kvm/vgic/vgic-debug.c | 7 ++++---
arch/arm64/kvm/vgic/vgic-init.c | 12 +++++++-----
arch/arm64/kvm/vgic/vgic-irqfd.c | 7 ++++---
arch/arm64/kvm/vgic/vgic-its.c | 18 +++++++++++-------
arch/arm64/kvm/vgic/vgic-v3.c | 2 +-
arch/arm64/kvm/vgic/vgic.c | 7 ++++++-
arch/arm64/kvm/vgic/vgic.h | 9 ++++++++-
tools/testing/selftests/kvm/aarch64/get-reg-list.c | 4 ++--
20 files changed, 75 insertions(+), 41 deletions(-)
--
Catalin
next reply other threads:[~2024-08-23 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 17:20 Catalin Marinas [this message]
2024-08-24 2:26 ` [GIT PULL] arm64/KVM fixes for 6.11-rc5 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=ZsjE6BXzDznbg6R-@arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=oliver.upton@linux.dev \
--cc=torvalds@linux-foundation.org \
--cc=will@kernel.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 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).