[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4F3012BE.5080305@xenotime.net>
Date: Mon, 06 Feb 2012 09:49:50 -0800
From: Randy Dunlap <rdunlap@...otime.net>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
CC: Larry Finger <Larry.Finger@...inger.net>
Subject: [PATCH 1/2] Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt
From: Larry Finger <Larry.Finger@...inger.net>
Two of the bits in the tainted flag are not documented.
Signed-off-by: Larry Finger <Larry.Finger@...inger.net>
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
---
Documentation/sysctl/kernel.txt | 2 ++
1 file changed, 2 insertions(+)
--- lnx-33-rc2.orig/Documentation/sysctl/kernel.txt
+++ lnx-33-rc2/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.
==============================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists