]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
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)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 17 Mar 2021 18:49:04 +0000 (13:49 -0500)
commit72bb10a88c6483f3e3ad39e4b09ff4a4b0968a3e
tree70cc4c2df9122d1566529c6051fdcfc6f5f47f89
parent6470ce6927de62936543f267d78b5d32dbac2e2f
x86/sev-es: Introduce ip_within_syscall_gap() helper

BugLink: https://bugs.launchpad.net/bugs/1919492
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>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/x86/entry/entry_64_compat.S
arch/x86/include/asm/proto.h
arch/x86/include/asm/ptrace.h
arch/x86/kernel/traps.c