x86/sev-es: Introduce ip_within_syscall_gap() helper
authorJoerg Roedel <jroedel@suse.de>
Wed, 3 Mar 2021 14:17:12 +0000 (15:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Mar 2021 16:06:35 +0000 (17:06 +0100)
commit871fd1e3ee8ea8dca358e963a51e7e4ef6019898
treee49c3a5a30a8d0244701a8307d581f97837156af
parentd327d8632cdb111dc743ca8c8b255703bea11ee0
x86/sev-es: Introduce ip_within_syscall_gap() helper

commit 78a81d88f60ba773cbe890205e1ee67f00502948 upstream.

Introduce a helper to check whether an exception came from the syscall
gap and use it in the SEV-ES code. Extend the check to also cover the
compatibility SYSCALL entry path.

Fixes: 315562c9af3d5 ("x86/sev-es: Adjust #VC IST Stack on entering NMI handler")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: stable@vger.kernel.org # 5.10+
Link: https://lkml.kernel.org/r/20210303141716.29223-2-joro@8bytes.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/entry/entry_64_compat.S
arch/x86/include/asm/proto.h
arch/x86/include/asm/ptrace.h
arch/x86/kernel/traps.c