Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4708603pxj; Wed, 12 May 2021 11:22:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz8cPREqyOSlZYLWbmwGgEO8hB4mek0J5tQ5oBMtMXbUVJNBb17ifJEenimu/nHDRUsIVOZ X-Received: by 2002:a05:6402:35c4:: with SMTP id z4mr44290353edc.362.1620843770196; Wed, 12 May 2021 11:22:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620843770; cv=none; d=google.com; s=arc-20160816; b=a1ePmOh5zuZ+EVlZZzh4cLY03F184FqRugLBKOYDEj8AvW51TLFRjIcCvFMTW8i5IF FNOiYy/erApIQ8AQNW1+Z2rUgIwdOmcP5fpEHPtvfW1yofIb/wQqX5OU/Mj+CurAa9IS fcnoESPzZe8TXMo7hwB7q4dYxmKBQpPh4bQJMYdEnbh7dkzX8EfACw0QoKNiEOCWlvOG 0lBePf2qdg4WYNNueXPPXpn77ELzPR9W9/uoirZJbU+lsw9uW8s09MZ92yg6+bYF8zz3 G6AuKhzHyhlAGY11+whvKFo1YgPcv5Zp+wU1HY3PSzOWQB28y/ocHNW2W+0rtPAEb1uc qXKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=mWFgSkZSEdUVZoMaagxV2fbCcLqDM7Mhl73o5uiIuYI=; b=0woq8+QPwpMwWAToH+VYykYUOG+GtFNGqxAR+H1dYhdrculK27wlQ2X/vMQn38ujxY B8hDFHU2OJhlajbb9JtpyLbZOGkI1gVs0eRqd3mOLtK1Mlh/F4bzJEIqSfDt8XYsjb5W t2tEtuvVw2cBvYq+UgVReKPB0LXcLf3aRMvbUcOP7kOYLGqCRUd+GsRGglTOngoKtuDu 9b7lG7ranfMsVL8TIFAEy+vK8f/noqH4RUulO3blxwGir9V5Y2pAB6NHkqhx8yTKOnHr YGOjV5XniQqxNXkNNM/zQnZhk1zZWVHCekGrbALKFNOzdXP7gSvOcnvZLzJ5OEPKFGkI 3ZEA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=NquT0eZ7; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b17si314969edu.223.2021.05.12.11.22.15; Wed, 12 May 2021 11:22:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=NquT0eZ7; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354569AbhELSSI (ORCPT + 99 others); Wed, 12 May 2021 14:18:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:42394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241763AbhELQ2A (ORCPT ); Wed, 12 May 2021 12:28:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5C47061628; Wed, 12 May 2021 15:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620834956; bh=/wvoLUyYA1UsjMAd2kS2Adrl6OoTyo2MbKp7UH4xLjY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NquT0eZ71NQIheXbaKb9NsJrmDG+VRw7ndIMzMdSbvP/h5hUF90ypRJ1KgPg6XOah YFQIfTJ3u5L5sPmj6HS9zamRnoqXgcBmctgon+BqQW4s0ovZkUDNhip4ja1UGHCYY2 XffKla2vOephF4juO2AM5sJHCpAvHe+Kog/Lhomg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Brijesh Singh , Tom Lendacky , Sean Christopherson , Paolo Bonzini Subject: [PATCH 5.12 116/677] KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created Date: Wed, 12 May 2021 16:42:42 +0200 Message-Id: <20210512144841.066163943@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210512144837.204217980@linuxfoundation.org> References: <20210512144837.204217980@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sean Christopherson commit 8727906fde6ea665b52e68ddc58833772537f40a upstream. Reject KVM_SEV_INIT and KVM_SEV_ES_INIT if they are attempted after one or more vCPUs have been created. KVM assumes a VM is tagged SEV/SEV-ES prior to vCPU creation, e.g. init_vmcb() needs to mark the VMCB as SEV enabled, and svm_create_vcpu() needs to allocate the VMSA. At best, creating vCPUs before SEV/SEV-ES init will lead to unexpected errors and/or behavior, and at worst it will crash the host, e.g. sev_launch_update_vmsa() will dereference a null svm->vmsa pointer. Fixes: 1654efcbc431 ("KVM: SVM: Add KVM_SEV_INIT command") Fixes: ad73109ae7ec ("KVM: SVM: Provide support to launch and run an SEV-ES guest") Cc: stable@vger.kernel.org Cc: Brijesh Singh Cc: Tom Lendacky Signed-off-by: Sean Christopherson Message-Id: <20210331031936.2495277-4-seanjc@google.com> Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/x86/kvm/svm/sev.c | 3 +++ 1 file changed, 3 insertions(+) --- a/arch/x86/kvm/svm/sev.c +++ b/arch/x86/kvm/svm/sev.c @@ -182,6 +182,9 @@ static int sev_guest_init(struct kvm *kv bool es_active = argp->id == KVM_SEV_ES_INIT; int asid, ret; + if (kvm->created_vcpus) + return -EINVAL; + ret = -EBUSY; if (unlikely(sev->active)) return ret;