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:
14fdbf7
)
Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt
author
Larry Finger
<
[email protected]
>
Mon, 6 Feb 2012 17:49:50 +0000
(09:49 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 7 Feb 2012 00:29:19 +0000
(16:29 -0800)
Two of the bits in the tainted flag are not documented.
Signed-off-by: Larry Finger <
[email protected]
>
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/sysctl/kernel.txt
patch
|
blob
|
history
diff --git
a/Documentation/sysctl/kernel.txt
b/Documentation/sysctl/kernel.txt
index 8c20fbd8b42dd922daa92f223bbefa9ffcc4f8e3..6d78841fd41677d4f81dbcb53eed7ab8602cddb4 100644
(file)
--- a/
Documentation/sysctl/kernel.txt
+++ b/
Documentation/sysctl/kernel.txt
@@
-601,6
+601,8
@@
can be ORed together:
instead of using the one provided by the hardware.
512 - A kernel warning has occurred.
1024 - A module from drivers/staging was loaded.
+2048 - The system is working around a severe firmware bug.
+4096 - An out-of-tree module has been loaded.
==============================================================