diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-07 02:28:32 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-07 02:28:32 +0100 |
commit | d4a2e61f0b7a7b5b9e321e776a1e874c02e847e4 (patch) | |
tree | d90b71a99cb82809d56f9798f59d175b57562803 /Documentation | |
parent | Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-sh (diff) | |
parent | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree (diff) | |
download | linux-d4a2e61f0b7a7b5b9e321e776a1e874c02e847e4.tar.xz linux-d4a2e61f0b7a7b5b9e321e776a1e874c02e847e4.zip |
Merge git://github.com/rustyrussell/linux
* git://github.com/rustyrussell/linux:
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
module: Enable dynamic debugging regardless of taint
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/oops-tracing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/oops-tracing.txt b/Documentation/oops-tracing.txt index 6fe9001b9263..13032c0140d4 100644 --- a/Documentation/oops-tracing.txt +++ b/Documentation/oops-tracing.txt @@ -263,6 +263,8 @@ characters, each representing a particular tainted value. 12: 'I' if the kernel is working around a severe bug in the platform firmware (BIOS or similar). + 13: 'O' if an externally-built ("out-of-tree") module has been loaded. + The primary reason for the 'Tainted: ' string is to tell kernel debuggers if this is a clean kernel or if anything unusual has occurred. Tainting is permanent: even if an offending module is |