[PATCH 0/2] KVM/arm64 fixes for 6.8, take #1
Marc Zyngier
maz at kernel.org
Wed Feb 7 06:46:11 PST 2024
Hi Paolo,
Things have been pretty quiet on the fixes front, and I'm tired of
waiting for people to find bugs. So here's what i have so far, which
is pretty little: Sebastian found yet another instance of locking
order issue with pKVM, and Masahiro has offered a cleanup of the
Kconfig file. None of them is majorly critical at this stage, but
better fix them now.
Please pull,
M.
Masahiro Yamada (1):
KVM: arm64: Do not source virt/lib/Kconfig twice
Sebastian Ene (1):
KVM: arm64: Fix circular locking dependency
arch/arm64/kvm/Kconfig | 1 -
arch/arm64/kvm/pkvm.c | 27 +++++++++++++++++----------
2 files changed, 17 insertions(+), 11 deletions(-)
--
2.39.2
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.8-1
for you to fetch changes up to 42dfa94d802a48c871e2017cbf86153270c86632:
KVM: arm64: Do not source virt/lib/Kconfig twice (2024-02-04 13:08:28 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for 6.8, take #1
- Don't source the VFIO Kconfig twice
- Fix protected-mode locking order between kvm and vcpus
----------------------------------------------------------------
Masahiro Yamada (1):
KVM: arm64: Do not source virt/lib/Kconfig twice
Sebastian Ene (1):
KVM: arm64: Fix circular locking dependency
arch/arm64/kvm/Kconfig | 1 -
arch/arm64/kvm/pkvm.c | 27 +++++++++++++++++----------
2 files changed, 17 insertions(+), 11 deletions(-)
More information about the linux-arm-kernel
mailing list