On Thu, Oct 3, 2019 at 2:17 PM Lendacky, Thomas <Thomas.Lendacky@xxxxxxx> wrote: > > From: Tom Lendacky <thomas.lendacky@xxxxxxx> > > The SEV ASID bitmap currently is not protected against parallel SEV guest > startups. This can result in an SEV guest failing to start because another > SEV guest could have been assigned the same ASID value. Use a mutex to > serialize access to the SEV ASID bitmap. > > Fixes: 1654efcbc431 ("KVM: SVM: Add KVM_SEV_INIT command") > Tested-by: David Rientjes <rientjes@xxxxxxxxxx> > Signed-off-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>