|
@@ -177,6 +177,7 @@ static const struct tnt tnts[] = {
|
|
|
{ TAINT_WARN, 'W', ' ' },
|
|
|
{ TAINT_CRAP, 'C', ' ' },
|
|
|
{ TAINT_FIRMWARE_WORKAROUND, 'I', ' ' },
|
|
|
+ { TAINT_OOT_MODULE, 'O', ' ' },
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -194,6 +195,7 @@ static const struct tnt tnts[] = {
|
|
|
* 'W' - Taint on warning.
|
|
|
* 'C' - modules from drivers/staging are loaded.
|
|
|
* 'I' - Working around severe firmware bug.
|
|
|
+ * 'O' - Out-of-tree module has been loaded.
|
|
|
*
|
|
|
* The string is overwritten by the next call to print_tainted().
|
|
|
*/
|