Re: [PATCH 18/18] x86/traps: Use a new on_thread_stack() helper to clean up an assertion

2017-11-01 Thread Andy Lutomirski
I added a commit message :) On Wed, Nov 1, 2017 at 3:31 AM, Borislav Petkov wrote: > On Thu, Oct 26, 2017 at 01:26:50AM -0700, Andy Lutomirski wrote: >> Signed-off-by: Andy Lutomirski >> --- >> arch/x86/include/asm/processor.h | 6 ++ >> arch/x86/kernel/traps.c | 3 +-- >> 2 files

Re: [PATCH 18/18] x86/traps: Use a new on_thread_stack() helper to clean up an assertion

2017-11-01 Thread Borislav Petkov
On Thu, Oct 26, 2017 at 01:26:50AM -0700, Andy Lutomirski wrote: > Signed-off-by: Andy Lutomirski > --- > arch/x86/include/asm/processor.h | 6 ++ > arch/x86/kernel/traps.c | 3 +-- > 2 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/include/asm/processor.h

[PATCH 18/18] x86/traps: Use a new on_thread_stack() helper to clean up an assertion

2017-10-26 Thread Andy Lutomirski
Signed-off-by: Andy Lutomirski --- arch/x86/include/asm/processor.h | 6 ++ arch/x86/kernel/traps.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 562c575d8bc3..26fc33231cbd 100644 ---