KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails
authorSean Christopherson <seanjc@google.com>
Wed, 7 Jun 2023 00:44:49 +0000 (17:44 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 13 Jun 2023 16:20:26 +0000 (09:20 -0700)
commit106ed2cad9f7bd803bd31a18fe7a9219b077bf95
tree423a04b215a123320e9014d4e80e3deb5e4901b8
parent6d1bc9754b04075d938b47cf7f7800814b8911a7
KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails

WARN and continue if misc_cg_set_capacity() fails, as the only scenario
in which it can fail is if the specified resource is invalid, which should
never happen when CONFIG_KVM_AMD_SEV=y.  Deliberately not bailing "fixes"
a theoretical bug where KVM would leak the ASID bitmaps on failure, which
again can't happen.

If the impossible should happen, the end result is effectively the same
with respect to SEV and SEV-ES (they are unusable), while continuing on
has the advantage of letting KVM load, i.e. userspace can still run
non-SEV guests.

Reported-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Link: https://lore.kernel.org/r/20230607004449.1421131-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/sev.c