Re: [patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit

2020-05-12 Thread Thomas Gleixner
Steven Rostedt writes: > On Tue, 05 May 2020 15:44:02 +0200 > Thomas Gleixner wrote: > >> +.if \sane == 0 >> TRACE_IRQS_OFF > > Are you implying that TRACE_IRQS_OFF is insane? Very much so.

Re: [patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit

2020-05-12 Thread Steven Rostedt
On Tue, 05 May 2020 15:44:02 +0200 Thomas Gleixner wrote: > + .if \sane == 0 > TRACE_IRQS_OFF Are you implying that TRACE_IRQS_OFF is insane? -- Steve

Re: [patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit

2020-05-10 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner wrote: > > For gradual conversion provide a macro parameter and the required code > which allows to handle instrumentation and interrupt flags tracking in C. Acked-by: Andy Lutomirski

[patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit

2020-05-05 Thread Thomas Gleixner
For gradual conversion provide a macro parameter and the required code which allows to handle instrumentation and interrupt flags tracking in C. Signed-off-by: Thomas Gleixner --- arch/x86/entry/entry_64.S | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) --- a/arc