Re: [PATCH v5 4/9] x86/traps: Enable all exception handler callbacks early

From: Linus Torvalds
Date: Sun Apr 03 2016 - 10:17:55 EST


On Sun, Apr 3, 2016 at 8:55 AM, Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:
>
> In this regard, at least, my patch is the right approach. Calling the
> handler, whatever it is, is less likely to panic than refusing to call
> it.

Agreed, the patch series looks like a good thing in general.

Linus