* [PATCH] Documentation: Add explanation for two missing bits in the tainted flag
@ 2011-12-16 13:39 Larry Finger
2012-01-04 23:18 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2011-12-16 13:39 UTC (permalink / raw)
To: rdunlap; +Cc: linux-doc, linux-kernel
Two of the bits in the tainted flag are not documented.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
Index: wireless-testing-new/Documentation/sysctl/kernel.txt
===================================================================
--- wireless-testing-new.orig/Documentation/sysctl/kernel.txt
+++ wireless-testing-new/Documentation/sysctl/kernel.txt
@@ -579,6 +579,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.
==============================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: Add explanation for two missing bits in the tainted flag
2011-12-16 13:39 [PATCH] Documentation: Add explanation for two missing bits in the tainted flag Larry Finger
@ 2012-01-04 23:18 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2012-01-04 23:18 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-doc, linux-kernel
On 12/16/2011 05:39 AM, Larry Finger wrote:
> Two of the bits in the tainted flag are not documented.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
>
> Index: wireless-testing-new/Documentation/sysctl/kernel.txt
> ===================================================================
> --- wireless-testing-new.orig/Documentation/sysctl/kernel.txt
> +++ wireless-testing-new/Documentation/sysctl/kernel.txt
> @@ -579,6 +579,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.
>
> ==============================================================
>
Applied, thanks.
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-04 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-16 13:39 [PATCH] Documentation: Add explanation for two missing bits in the tainted flag Larry Finger
2012-01-04 23:18 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome