]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/kernel.h
[PATCH] Add TAINT_USER and ability to set taint flags from userspace
[linux-2.6-omap-h63xx.git] / include / linux / kernel.h
index 63fb18dcac3075fb0e75eef911b947e49309b32d..e1a429ada97f5feed84e065c6485102a85dd408c 100644 (file)
@@ -200,6 +200,7 @@ extern enum system_states {
 #define TAINT_FORCED_RMMOD             (1<<3)
 #define TAINT_MACHINE_CHECK            (1<<4)
 #define TAINT_BAD_PAGE                 (1<<5)
+#define TAINT_USER                     (1<<6)
 
 extern void dump_stack(void);