x86/sev: Fix stack type check in vc_switch_off_ist()
authorJoerg Roedel <jroedel@suse.de>
Thu, 21 Oct 2021 08:08:32 +0000 (10:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:16:39 +0000 (19:16 +0100)
commit907d34b74c6456d76db3f623824dc1261fe57aef
tree43931c1f5a3eae8488050fe6ffdca96f39a684dc
parent3dd4b42d95a0692c85ebd5da635bae62fa6c9d83
x86/sev: Fix stack type check in vc_switch_off_ist()

[ Upstream commit 5681981fb788281b09a4ea14d310d30b2bd89132 ]

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.

Fixes: a13644f3a53de ("x86/entry/64: Add entry code for #VC handler")
Reported-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211021080833.30875-2-joro@8bytes.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kernel/traps.c