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)
committerBorislav Petkov <bp@suse.de>
Mon, 8 Mar 2021 13:22:17 +0000 (14:22 +0100)
commit78a81d88f60ba773cbe890205e1ee67f00502948
treed1f24b0b047de5c66ca0fe361c3fd6492e3952df
parent5d5675df792ff67e74a500c4c94db0f99e6a10ef
x86/sev-es: Introduce ip_within_syscall_gap() helper

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
arch/x86/entry/entry_64_compat.S
arch/x86/include/asm/proto.h
arch/x86/include/asm/ptrace.h
arch/x86/kernel/traps.c