From: Larry Finger Date: Mon, 6 Feb 2012 17:49:50 +0000 (-0800) Subject: Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f5fe184b08daf0c34b0de0d02c7033fe119dbf0a;p=~shefty%2Frdma-dev.git Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt Two of the bits in the tainted flag are not documented. Signed-off-by: Larry Finger Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 8c20fbd8b42..6d78841fd41 100644 --- 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. ==============================================================