Description of problem: Upstream kernels from 2.6.19 (and later) have support for dynamically disabling/enabling NMI watchdog support after initial setup (only controlled by boot line parameters). Am wondering which release of RH5 will have this ability (if any). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
oddly /proc/sys/kernel/unknown_nmi_panic accomplishes the same thing with the quirk of panicing when an unknown nmi comes in. It should probably be changed but if it isn't urgent we may just leave RHEL-5 as is. Cheers, Don
(In reply to comment #1) > oddly /proc/sys/kernel/unknown_nmi_panic accomplishes the same thing with the > quirk of panicing when an unknown nmi comes in. It should probably be changed > but if it isn't urgent we may just leave RHEL-5 as is. > > Cheers, > Don Yes it does, but having the system panic if it is not set is (as you mention) not terribly friendly. I think this ought to be fixed so that we could turn off both the NMI watchdog and the panic on unknown NMI's. It's not particularly urgent at this point. Mostly this is about kernel.org compatibility from a script/setup perspective.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
in kernel-2.6.18-219.el5 You can download this test kernel from http://people.redhat.com/jwilson/el5 Detailed testing feedback is always welcomed.
A minor problem. nmi_watchdog can accept a value of -1 and set itself as 1, is this ok? [root@intel-s3e3144-05 ~]# echo 0 > /proc/sys/kernel/nmi_watchdog [root@intel-s3e3144-05 ~]# cat /proc/sys/kernel/nmi_watchdog 0 [root@intel-s3e3144-05 ~]# echo -1 > /proc/sys/kernel/nmi_watchdog [root@intel-s3e3144-05 ~]# cat /proc/sys/kernel/nmi_watchdog 1
(In reply to comment #10) > A minor problem. > nmi_watchdog can accept a value of -1 and set itself as 1, is this ok? > [root@intel-s3e3144-05 ~]# echo 0 > /proc/sys/kernel/nmi_watchdog > [root@intel-s3e3144-05 ~]# cat /proc/sys/kernel/nmi_watchdog > 0 > [root@intel-s3e3144-05 ~]# echo -1 > /proc/sys/kernel/nmi_watchdog > [root@intel-s3e3144-05 ~]# cat /proc/sys/kernel/nmi_watchdog > 1 This should be fine. I think the upstream kernel.org version behaves in the same way.
*** Bug 500845 has been marked as a duplicate of this bug. ***
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-0017.html