Re: frequent lockups in 3.18rc4
From: Linus Torvalds
Date: Fri Nov 21 2014 - 12:19:10 EST
On Fri, Nov 21, 2014 at 9:08 AM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> Actually, in_nmi() is now safe for vmalloc faults. In fact, it handles the
> clobbering of the cr2 register just fine.
That's not what I object to and find incorrect wrt NMI.
Compare the simple and correct 32-bit code to the complex and
incorrect 64-bit code.
In particular, look at how the 32-bit code relies *entirely* on hardware state.
Then look at where the 64-bit code does not.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/