Re: [PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks

2020-05-22 Thread Borislav Petkov
On Tue, Apr 28, 2020 at 05:16:55PM +0200, Joerg Roedel wrote: > diff --git a/arch/x86/include/asm/stacktrace.h > b/arch/x86/include/asm/stacktrace.h > index 14db05086bbf..2f3534ef4b5f 100644 > --- a/arch/x86/include/asm/stacktrace.h > +++ b/arch/x86/include/asm/stacktrace.h > @@ -21,6 +21,10 @@

[PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks

2020-04-28 Thread Joerg Roedel
From: Joerg Roedel Make the stack unwinder aware of the IST stacks for the #VC exception handler. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/cpu_entry_area.h | 1 + arch/x86/include/asm/sev-es.h | 13 arch/x86/include/asm/stacktrace.h | 4 +++