On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > Traps enable interrupts conditionally but rely on the ASM return code to > disable them again. That results in redundant interrupt disable and trace > calls. > > Make the trap handlers disable interrupts before returning to avoid that, > which allows simplification of the ASM entry code.
Acked-by: Andy Lutomirski <[email protected]> And thanks! This has bothered me forever.

