When NMI watchdog has been "disabled" it is still chatty.
Does anyone know where the docs for these messages live? I'd like to see what is actually happening.
For example, verified that it is disabled:
$ cat /proc/sys/kernel/nmi_watchdog
0
YET, we still see messages like the following on shutdown or boot:
$ journalctl -xn 100000 | grep "NMI watchdog"
Oct 23 14:29:31 hostname-us kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
Oct 23 14:29:31 hostname-us kernel: NMI watchdog: Shutting down hard lockup detector on all cpus
Now I know that this isn't a RESET, it's something else and I'd like to have the documented answer, not a best guess.
Tried looking through kernel.org and debian.org, man pages with no luck, only archived bugzilla pages.
We'd like to know what these messages actually mean, not make assumptions. Does anyone know where the decoder ring lives ?