Re: [patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF

2020-05-15 Thread Thomas Gleixner
Andy Lutomirski writes: > On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: >> >> Provide a separate macro for #DF as this needs to emit paranoid only code >> and has also a special ASM stub in 32bit. > > Acked-by: Andy Lutomirski > > but... maybe it would be cleaner just to open-code all

Re: [patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > Provide a separate macro for #DF as this needs to emit paranoid only code > and has also a special ASM stub in 32bit. Acked-by: Andy Lutomirski but... maybe it would be cleaner just to open-code all of this in the next patch? This is a

[patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF

2020-05-05 Thread Thomas Gleixner
Provide a separate macro for #DF as this needs to emit paranoid only code and has also a special ASM stub in 32bit. Signed-off-by: Thomas Gleixner --- arch/x86/include/asm/idtentry.h | 99 1 file changed, 99 insertions(+) ---