[GIT PULL] KVM fix for Linux 6.9-rc7

From: Paolo Bonzini
Date: Tue Apr 30 2024 - 14:08:30 EST


Linus,

The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

Linux 6.9-rc6 (2024-04-28 13:47:24 -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 16c20208b9c2fff73015ad4e609072feafbf81ad:

Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2024-04-30 13:50:55 -0400)

----------------------------------------------------------------
A pretty straightforward fix for a NULL pointer dereference,
plus the accompanying reproducer.

----------------------------------------------------------------
Oliver Upton (2):
KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF

Paolo Bonzini (1):
Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

arch/arm64/kvm/vgic/vgic-kvm-device.c | 8 ++--
tools/testing/selftests/kvm/aarch64/vgic_init.c | 49 +++++++++++++++++++++++++
2 files changed, 53 insertions(+), 4 deletions(-)