|
@@ -226,6 +226,7 @@ static const struct tnt tnts[] = {
|
|
|
{ TAINT_OOT_MODULE, 'O', ' ' },
|
|
|
{ TAINT_UNSIGNED_MODULE, 'E', ' ' },
|
|
|
{ TAINT_SOFTLOCKUP, 'L', ' ' },
|
|
|
+ { TAINT_LIVEPATCH, 'K', ' ' },
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -246,6 +247,7 @@ static const struct tnt tnts[] = {
|
|
|
* 'O' - Out-of-tree module has been loaded.
|
|
|
* 'E' - Unsigned module has been loaded.
|
|
|
* 'L' - A soft lockup has previously occurred.
|
|
|
+ * 'K' - Kernel has been live patched.
|
|
|
*
|
|
|
* The string is overwritten by the next call to print_tainted().
|
|
|
*/
|