Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3546813pxj; Mon, 24 May 2021 09:06:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJZI811pRZvA9pjjSVAXNYj4h3bcuGmmEq/7HLn3BaXjmMHKMZR+jqipHZ8YbldiFuRTCx X-Received: by 2002:a17:907:204b:: with SMTP id pg11mr24999747ejb.433.1621872377871; Mon, 24 May 2021 09:06:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621872377; cv=none; d=google.com; s=arc-20160816; b=m2PHOzBsDumz+D/v0fADJ7iUriWd+ogMrQNNjIaZ5Yus4UCrZn3I4FQEQmqrsJtKNc 7Z3PaKDbBm8STv2DnMBHTHg3D02UdcqdJJjAoxRfer6DKzSnQ1BYqTsTF/sdtqfXunnv griqP5Swv1GmBnZG7kZHOliDZK3kYihaY8tIIPbeCBegHLycozY/DvmryR+d7f2kfAvl 63G68gXukESj8W8EzimNKtrhZMqhvZwBshm5HCC7CfwygLalMml1A86excOjCWgO0rQF XGL8LpzApKF4OoCbpuhy1EAL/IN/Ct5KVXmAkKcTGOxhOmBF96sDPapVzQUoAJZV3KUT PynA== 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=2WvGdgaNJFBg3Mm2Twk2JjtNFeDmWK8RlJ4BtlwT1Gc=; b=rVIi7Mb5exdEY3N/Q+0F8bPNkPFGMFGdiyJfg5Y0Whcs/u1PnoQKeIVG8qm28K632/ nCR57CH0gHekiCWTAqlZjlkt2Quv61NOuN8IOcwXQAtBtJxUtx3iF+f3upzkvKO2iHN/ gTpgUB8AsP3av5cJHUF3HZbdssjwhyvf6s6tojGoMhb1+2Uv+dPmCpQ7BsKVKJHz5qLa xnL8bSpLNT0o8kINREyBSae2HtM7zW9iHxVgxyafprmxwPIG/Db8uUvcDuqga/uECqVh YuSRMBJLV8epQhBWNa2gl0b/xp4nJQFT/T1f+DNIGV24ZTx29Gja6DIWi0IL86XWUK35 PSHQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="tvAHjxU/"; 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 c10si13396019edv.407.2021.05.24.09.05.53; Mon, 24 May 2021 09:06:17 -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="tvAHjxU/"; 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 S237704AbhEXQFe (ORCPT + 99 others); Mon, 24 May 2021 12:05:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:41358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235755AbhEXP7J (ORCPT ); Mon, 24 May 2021 11:59:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D8EEF61963; Mon, 24 May 2021 15:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621871094; bh=AverE+4Aa7g78zpNJxtYS0wKkTAxqk0TcopGG5HvzAk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tvAHjxU/4x4JhKdzGpkp4vws/R+3eNdUFyX16uXSIpDRTz1/R6cIlQYvweJRk1Q/+ wxxP1pMn4XAYnTWDOhoungW/xS6wrpyQl3DbzY7VmHt+OURDIUKC13ST5yEshpYUQT dKpXB1O9vxj0oHLXeTJKv1ezImUYYTqukUFCkoZU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Joerg Roedel , Borislav Petkov Subject: [PATCH 5.12 071/127] x86/sev-es: Dont return NULL from sev_es_get_ghcb() Date: Mon, 24 May 2021 17:26:28 +0200 Message-Id: <20210524152337.257933360@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210524152334.857620285@linuxfoundation.org> References: <20210524152334.857620285@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: Joerg Roedel commit b250f2f7792d15bcde98e0456781e2835556d5fa upstream. sev_es_get_ghcb() is called from several places but only one of them checks the return value. The reaction to returning NULL is always the same: calling panic() and kill the machine. Instead of adding checks to all call sites, move the panic() into the function itself so that it will no longer return NULL. Fixes: 0786138c78e7 ("x86/sev-es: Add a Runtime #VC Exception Handler") Signed-off-by: Joerg Roedel Signed-off-by: Borislav Petkov Cc: stable@vger.kernel.org # v5.10+ Link: https://lkml.kernel.org/r/20210519135251.30093-2-joro@8bytes.org Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/sev-es.c | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) --- a/arch/x86/kernel/sev-es.c +++ b/arch/x86/kernel/sev-es.c @@ -191,8 +191,18 @@ static __always_inline struct ghcb *sev_ if (unlikely(data->ghcb_active)) { /* GHCB is already in use - save its contents */ - if (unlikely(data->backup_ghcb_active)) - return NULL; + if (unlikely(data->backup_ghcb_active)) { + /* + * Backup-GHCB is also already in use. There is no way + * to continue here so just kill the machine. To make + * panic() work, mark GHCBs inactive so that messages + * can be printed out. + */ + data->ghcb_active = false; + data->backup_ghcb_active = false; + + panic("Unable to handle #VC exception! GHCB and Backup GHCB are already in use"); + } /* Mark backup_ghcb active before writing to it */ data->backup_ghcb_active = true; @@ -1262,7 +1272,6 @@ static __always_inline bool on_vc_fallba */ DEFINE_IDTENTRY_VC_SAFE_STACK(exc_vmm_communication) { - struct sev_es_runtime_data *data = this_cpu_read(runtime_data); irqentry_state_t irq_state; struct ghcb_state state; struct es_em_ctxt ctxt; @@ -1288,16 +1297,6 @@ DEFINE_IDTENTRY_VC_SAFE_STACK(exc_vmm_co */ ghcb = sev_es_get_ghcb(&state); - if (!ghcb) { - /* - * Mark GHCBs inactive so that panic() is able to print the - * message. - */ - data->ghcb_active = false; - data->backup_ghcb_active = false; - - panic("Unable to handle #VC exception! GHCB and Backup GHCB are already in use"); - } vc_ghcb_invalidate(ghcb); result = vc_init_em_ctxt(&ctxt, regs, error_code);