Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
[deliverable/linux.git] / include / linux / kernel.h
index 196d1ea86df081a5224928b4d75117aec85cd822..471090093c67e3f6be3e2cccc3bea498e7a71c19 100644 (file)
@@ -469,6 +469,7 @@ extern enum system_states {
 #define TAINT_CRAP                     10
 #define TAINT_FIRMWARE_WORKAROUND      11
 #define TAINT_OOT_MODULE               12
+#define TAINT_UNSIGNED_MODULE          13
 
 extern const char hex_asc[];
 #define hex_asc_lo(x)  hex_asc[((x) & 0x0f)]
This page took 0.024423 seconds and 5 git commands to generate.