Documentation: Improve softlockup_panic= description text
authorBorislav Petkov <bp@suse.de>
Tue, 3 Oct 2017 15:54:07 +0000 (17:54 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Oct 2017 21:12:03 +0000 (15:12 -0600)
It should say what that <integer> range is and what that integer value
means. I had to look at the code...

Signed-off-by: Borislav Petkov <bp@suse.de>
[jc: changed non-null to nonzero]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/kernel-parameters.txt

index fcaa855..f02961b 100644 (file)
                        [KNL] Should the soft-lockup detector generate panics.
                        Format: <integer>
 
+                       A nonzero value instructs the soft-lockup detector
+                       to panic the machine when a soft-lockup occurs. This
+                       is also controlled by CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC
+                       which is the respective build-time switch to that
+                       functionality.
+
        softlockup_all_cpu_backtrace=
                        [KNL] Should the soft-lockup detector generate
                        backtraces on all cpus.