KVM: arm/arm64: Ensure vcpu target is unset on reset failure
authorAndrew Jones <drjones@redhat.com>
Thu, 4 Apr 2019 17:42:30 +0000 (19:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 May 2019 16:26:56 +0000 (18:26 +0200)
commit9c905e1ac461bfaf970fca750c46de34734e70cb
treecb4502089b0fed4360ebab6ac01996d12d60b95b
parent72d00b6e9a74534fb5e872eea6c46c77ec8e3746
KVM: arm/arm64: Ensure vcpu target is unset on reset failure

[ Upstream commit 811328fc3222f7b55846de0cd0404339e2e1e6d7 ]

A failed KVM_ARM_VCPU_INIT should not set the vcpu target,
as the vcpu target is used by kvm_vcpu_initialized() to
determine if other vcpu ioctls may proceed. We need to set
the target before calling kvm_reset_vcpu(), but if that call
fails, we should then unset it and clear the feature bitmap
while we're at it.

Signed-off-by: Andrew Jones <drjones@redhat.com>
[maz: Simplified patch, completed commit message]
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/kvm/arm.c