On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > From: Thomas Gleixner <[email protected]> > > Convert the IRET exception handler to IDTENTRY_SW. This is slightly > different than the conversions of hardware exceptions as the IRET exception > is invoked via an exception table when IRET faults. So it just uses the > IDTENTRY_SW mechanism for consistency. It does not emit ASM code as it does > not fit the other idtentry exceptions.
Blech. I should redo the 32-bit code to handle this the way the 64-bit code does and this can all be deleted. But, for now: Acked-by: Andy Lutomirski <[email protected]> However, maybe rename asm_exc_iret_error to avoid confusion? It's not really an exception entry.

