Re: [PATCH v6 47/76] x86/dumpstack/64: Add noinstr version of get_stack_info()

2020-08-31 Thread Borislav Petkov
On Mon, Aug 24, 2020 at 10:54:42AM +0200, Joerg Roedel wrote: > diff --git a/arch/x86/kernel/dumpstack_64.c b/arch/x86/kernel/dumpstack_64.c > index c49cf594714b..5a85730eb0ca 100644 > --- a/arch/x86/kernel/dumpstack_64.c > +++ b/arch/x86/kernel/dumpstack_64.c > @@ -85,7 +85,7 @@ struct estack_page

[PATCH v6 47/76] x86/dumpstack/64: Add noinstr version of get_stack_info()

2020-08-24 Thread Joerg Roedel
From: Joerg Roedel The get_stack_info functionality is needed in the entry code for the #VC exception handler. Provide a version of it in the .text.noinstr section which can be called safely from there. Signed-off-by: Joerg Roedel Link: https://lore.kernel.org/r/20200724160336.5435-47-j...@8byt