Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp382939pxb; Thu, 21 Oct 2021 01:11:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxyKLv8HYIbJVUdOM4A/rE6qEYvaCHCNCr6NjHPA5iNSePK3/3xOE2T71Pq6Fv0YK2vZS46 X-Received: by 2002:a05:6a00:1506:b0:44c:d702:4e12 with SMTP id q6-20020a056a00150600b0044cd7024e12mr4146126pfu.54.1634803879154; Thu, 21 Oct 2021 01:11:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634803879; cv=none; d=google.com; s=arc-20160816; b=PACaPnv3E8xtDkIIO7Gx5Pk89S2dW/VMiBHtY2TWAR3/Iq+QYUMPZAbkEdZ7ud7WNO UuC8HbhH5inH4/84QgCEYvVVGEiMc48qnm9Tz2wanSzoU31TCgPy/iYL/SWpoTE10eLA 8cqwY9p99CbdzTZxT9Trr5rkAXAg4Uams94IOZGDtRCVgO0yAw+QN/tR6s7od6FCX4WI khwDuIEgL5pJWwUiuJ74m50+d5RZhscmqkblg8EtLWzNlRpcs+IO7dWH+s3yeQL4RR6u +p2W+RATRBMIi+UctHgIC+9p5KnSvQ8k6jlVYBOdQlQu8jjEv3aLP8JGdD/DryaZy14j +4sw== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=GiymCymD4Y6o/3rUa99s++pfHZJIpqTqhAzU7WQLp0w=; b=B66hx47n++ELTo+qCnIXFQxNVBZAeETnBjoVt66c3fcC+fxW6+8sfZDeKQGnhp7nkP sqnzXMbwy4fOlGFPThld4Tws/nDhZHvTPC4kKyRZqOhc8hSoX5GqcC2TVhk7bb6xlXRM eBhFr4An8md5hWvKvRNFA21WqGAM16d2E6BxeQQGa2qkdW2lC3vy+JxDzXSQ8qcSDdXl EtAahT0LZDPe0lWgsse+Ab1yP32vHuC7HGeKFq6xUlSHXJ5NBXx8sfFQVKjaV2O0YENu KXTV7dD9WtfJJPX8VRCvhAlvms7HMe1QF2MMn9v9oF67WCzz2Uk1XVI3MPjyZyH2mnsW FQZg== ARC-Authentication-Results: i=1; mx.google.com; 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=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o16si7074616plg.277.2021.10.21.01.11.06; Thu, 21 Oct 2021 01:11:19 -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; 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=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231580AbhJUILH (ORCPT + 99 others); Thu, 21 Oct 2021 04:11:07 -0400 Received: from 8bytes.org ([81.169.241.247]:34366 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231467AbhJUIK5 (ORCPT ); Thu, 21 Oct 2021 04:10:57 -0400 Received: from cap.home.8bytes.org (p4ff2b5b0.dip0.t-ipconnect.de [79.242.181.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by theia.8bytes.org (Postfix) with ESMTPSA id 9AFE51F0; Thu, 21 Oct 2021 10:08:37 +0200 (CEST) From: Joerg Roedel To: x86@kernel.org Cc: Joerg Roedel , Joerg Roedel , Tom Lendacky , hpa@zytor.com, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Jiri Slaby , Dan Williams , Juergen Gross , Kees Cook , David Rientjes , Marc Orr , Cfir Cohen , Erdem Aktas , Masami Hiramatsu , Mike Stunes , Sean Christopherson , Martin Radev , Arvind Sankar , Xinyang Ge , linux-coco@lists.linux.dev, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: [PATCH 1/2] x86/sev: Fix stack type check in vc_switch_off_ist() Date: Thu, 21 Oct 2021 10:08:32 +0200 Message-Id: <20211021080833.30875-2-joro@8bytes.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211021080833.30875-1-joro@8bytes.org> References: <20211021080833.30875-1-joro@8bytes.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Joerg Roedel The value of STACK_TYPE_EXCEPTION_LAST points to the last _valid_ exception stack. Reflect that in the check done in the vc_switch_off_ist() function. Reported-by: Tom Lendacky Fixes: a13644f3a53de ("x86/entry/64: Add entry code for #VC handler") Signed-off-by: Joerg Roedel --- arch/x86/kernel/traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index a58800973aed..f516f2b4797e 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c @@ -709,7 +709,7 @@ asmlinkage __visible noinstr struct pt_regs *vc_switch_off_ist(struct pt_regs *r stack = (unsigned long *)sp; if (!get_stack_info_noinstr(stack, current, &info) || info.type == STACK_TYPE_ENTRY || - info.type >= STACK_TYPE_EXCEPTION_LAST) + info.type > STACK_TYPE_EXCEPTION_LAST) sp = __this_cpu_ist_top_va(VC2); sync: -- 2.33.1