Re: [PATCH v2] x86/entry: re-enable interrupts before exiting

From: Andy Lutomirski
Date: Sat Apr 06 2019 - 10:22:04 EST


On Fri, Apr 5, 2019 at 9:19 AM Tycho Andersen <tycho@xxxxxxxx> wrote:
>
> If the kernel oopses in an interrupt, nothing re-enables interrupts:

You probably should also set irq_count back to -1, too, if you really
want this thing to fully survive being called from an IRQ.