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