]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
doc/kmemcheck: add kmemcheck to kernel-parameters.txt
authorXishi Qiu <qiuxishi@huawei.com>
Fri, 3 Jan 2014 03:10:26 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:26 +0000 (14:10 +1100)
Add kmemcheck to Documentation/kernel-parameters.txt.

Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/kernel-parameters.txt

index b9e9bd85429801efa537bc1ea85f773fc92099f8..d0584b2dfe247df68ec70fc8aa997f758a814723 100644 (file)
@@ -1415,6 +1415,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
                        Valid arguments: on, off
                        Default: on
 
+       kmemcheck=      [KNL] Boot-time kmemcheck enable/disable/one-shot mode
+                       Valid arguments: 0, 1, 2
+                       kmemcheck=0 (disabled)
+                       kmemcheck=1 (enabled)
+                       kmemcheck=2 (one-shot mode)
+                       Default: 2 (one-shot mode)
+
        kstack=N        [X86] Print N words from the kernel stack
                        in oops dumps.