Cc: Jan Beulich <jbeulich@...>, Keir Fraser <Keir.Fraser@...>, Jeremy Fitzhardinge <jeremy@...>, Ingo Molnar <mingo@...>, Harvey Harrison <harvey.harrison@...>, Matt Mackall <mpm@...>, Linux Kernel Mailing List <linux-kernel@...>
On Friday 25 January 2008 09:38:38 Nick Piggin wrote:
NMI is blocked by the hardware until IRET and when a page fault happens inside
the NMI handler the early IRET unblocks it and then NMIs can nest, which
will lead to stack corruption.
-Andi
--