Red Hat Bugzilla – Bug 683783
guest kernel panic when boot with nmi_watchdog=1 [rhel-6.0.z]
Last modified: 2013-01-10 22:51:00 EST
This bug has been copied from bug #616296 and has been proposed to be backported to 6.0 z-stream (EUS).
Verified on kernel-2.6.32-71.24.1.el6 Referring bug #616296 ,this issue only fixed on Intel host steps: 1.install a rhel5.6 guest 2.append nmi_watchdog=1 in guest cli 3.reboot guest 200 times Actual Results: no kernel panic occures based on above ,this issue has been fixed .change status to VERIFIED.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0421.html
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: While not mandated by any specification, Linux systems rely on NMIs (Non-maskable Interrupts) being blocked by an IF-enabling (Interrupt Flag) STI instruction (an x86 instruction that enables interrupts; Set Interrupts); this is also the common behavior of all known hardware. Prior to this update, kernel panic could occur on guests using NMIs extensively (for example, a Linux system with the nmi_watchdog kernel parameter enabled). With this update, an NMI is disallowed when interrupts are blocked by an STI. This is done by checking for the condition and requesting an interrupt window exit if it occurs. As a result, kernel panic no longer occurs.