Re: [PATCH 1/3] x86/sev-es: Introduce from_syscall_gap() helper

2021-02-17 Thread Borislav Petkov
I guess subject prefix should be "x86/traps:" but I'll fix that up while applying eventually. On Wed, Feb 17, 2021 at 01:01:41PM +0100, Joerg Roedel wrote: > From: Joerg Roedel > > Introduce a helper to check whether an exception came from the syscall > gap and use it in the SEV-ES code > >

[PATCH 1/3] x86/sev-es: Introduce from_syscall_gap() helper

2021-02-17 Thread Joerg Roedel
From: Joerg Roedel Introduce a helper to check whether an exception came from the syscall gap and use it in the SEV-ES code Fixes: 315562c9af3d5 ("x86/sev-es: Adjust #VC IST Stack on entering NMI handler") Cc: sta...@vger.kernel.org # 5.10+ Signed-off-by: Joerg Roedel ---