[LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct
Petr Vorel
pvorel@suse.cz
Thu May 28 13:15:04 CEST 2020
Added in kernel 4.17.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
include/tst_taint.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/tst_taint.h b/include/tst_taint.h
index 0acc1140c..cfa84dded 100644
--- a/include/tst_taint.h
+++ b/include/tst_taint.h
@@ -60,7 +60,8 @@
#define TST_TAINT_E (1 << 13) /* unsigned module was loaded */
#define TST_TAINT_L (1 << 14) /* A soft lock-up has previously occurred */
#define TST_TAINT_K (1 << 15) /* kernel has been live-patched */
-#define TST_TAINT_X (1 << 16) /* auxiliary taint, for distro's use */
+#define TST_TAINT_X (1 << 16) /* auxiliary taint, for distro's use */
+#define TST_TAINT_T (1 << 17) /* kernel was built with the struct randomization plugin */
/*
* Initialize and prepare support for checking tainted kernel.
--
2.26.2
More information about the ltp
mailing list