projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ad305
)
doc/kmemcheck: add kmemcheck to kernel-parameters
author
Xishi Qiu
<
[email protected]
>
Thu, 23 Jan 2014 23:53:33 +0000
(15:53 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 24 Jan 2014 00:36:53 +0000
(16:36 -0800)
Add "kmemcheck=xx" to Documentation/kernel-parameters.txt.
Signed-off-by: Xishi Qiu <
[email protected]
>
Cc: Vegard Nossum <
[email protected]
>
Cc: Pekka Enberg <
[email protected]
>
Cc: Rob Landley <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/kernel-parameters.txt
patch
|
blob
|
history
diff --git
a/Documentation/kernel-parameters.txt
b/Documentation/kernel-parameters.txt
index f085a61a1edd6183c3e05f9cdce4d1228f373587..5efebfd1cfdf7edbf3a7b963633e50120a0c4b5c 100644
(file)
--- a/
Documentation/kernel-parameters.txt
+++ b/
Documentation/kernel-parameters.txt
@@
-1445,6
+1445,13
@@
bytes respectively. Such letter suffixes can also be entirely omitted.
Valid arguments: on, off
Default: on
+ kmemcheck= [X86] 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.