Re: [PATCH 7/9] x86/dumpstack: Add a show_ip() function

2018-03-15 Thread Borislav Petkov
On Thu, Mar 15, 2018 at 01:34:11PM -0500, Josh Poimboeuf wrote: > Did you intentionally remove the printing of EFLAGS? Blergh, EFLAGS were supposed to go down in the printk block. Good catch! --- diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 3d1f1226b972..0ae659de

Re: [PATCH 7/9] x86/dumpstack: Add a show_ip() function

2018-03-15 Thread Josh Poimboeuf
On Thu, Mar 15, 2018 at 04:44:46PM +0100, Borislav Petkov wrote: > From: Borislav Petkov > > Which shows the Istruction Pointer along with the insn bytes around it. > Use it whenever we print rIP. s/Istruction/Instruction/ > diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32