]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SEV: do not take kvm->lock when destroying
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Nov 2021 00:50:35 +0000 (19:50 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Nov 2021 08:54:14 +0000 (03:54 -0500)
commitac5cc624885b3c259da63140da8bf7dc0cbcd069
treeef056b1ae7077a9352a201a3cf5f22bfdd9ea6ce
parent46b43d0812ad6fb15efea618f74bf00fc519f599
KVM: SEV: do not take kvm->lock when destroying

Taking the lock is useless since there are no other references,
and there are already accesses (e.g. to sev->enc_context_owner)
that do not take it.  So get rid of it.

Reviewed-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20211123005036.2954379-12-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c