Re: [PATCH v1 5/8] x86/entry/clearregs: Clear registers for 64bit exceptions/interrupts

2018-01-09 Thread Andy Lutomirski
> On Jan 9, 2018, at 5:03 PM, Andi Kleen wrote: > > From: Andi Kleen > > Clear all registers on entering the 64bit kernel for exceptions and > interrupts. > > Since there are no arguments this is fairly simple. > > Signed-off-by: Andi Kleen > --- > arch/x86/entry/entry_64.S | 5 + > 1 f

[PATCH v1 5/8] x86/entry/clearregs: Clear registers for 64bit exceptions/interrupts

2018-01-09 Thread Andi Kleen
From: Andi Kleen Clear all registers on entering the 64bit kernel for exceptions and interrupts. Since there are no arguments this is fairly simple. Signed-off-by: Andi Kleen --- arch/x86/entry/entry_64.S | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/x86/entry/entry_64.S b/arc