]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/panic.c
kernel/panic.c: add TAINT_AUX
[mirror_ubuntu-bionic-kernel.git] / kernel / panic.c
index 3242b64b1956ded1e3093fe5ec9acde61e4a126a..2cfef408fec931ac0ef3f3c95b31269ed1d3ea29 100644 (file)
@@ -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().
  */