|
@@ -324,6 +324,7 @@ const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = {
|
|
|
{ 'E', ' ', true }, /* TAINT_UNSIGNED_MODULE */
|
|
|
{ 'L', ' ', false }, /* TAINT_SOFTLOCKUP */
|
|
|
{ 'K', ' ', true }, /* TAINT_LIVEPATCH */
|
|
|
+ { 'X', ' ', true }, /* TAINT_AUX */
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -345,6 +346,7 @@ const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = {
|
|
|
* 'E' - Unsigned module has been loaded.
|
|
|
* 'L' - A soft lockup has previously occurred.
|
|
|
* 'K' - Kernel has been live patched.
|
|
|
+ * 'X' - Auxiliary taint, for distros' use.
|
|
|
*
|
|
|
* The string is overwritten by the next call to print_tainted().
|
|
|
*/
|