]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path
authorVincent Donnefort <vdonnefort@google.com>
Thu, 19 Sep 2024 11:05:00 +0000 (12:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 1 Oct 2024 14:25:23 +0000 (15:25 +0100)
commit78fee4198bb4d29cf82c457086d07e009955a682
tree6db4341332e1ce02d27043b36824a5d8d3308dbe
parent9852d85ec9d492ebef56dc5f229416c925758edc
KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path

On an error, hyp_vcpu will be accessed while this memory has already
been relinquished to the host and unmapped from the hypervisor. Protect
the CPTR assignment with an early return.

Fixes: b5b9955617bc ("KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM")
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
Link: https://lore.kernel.org/r/20240919110500.2345927-1-vdonnefort@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp/nvhe/pkvm.c