public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct
@ 2020-05-28 11:15 Petr Vorel
  2020-05-29 10:28 ` Jan Stancek
  2020-06-05  9:37 ` Petr Vorel
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2020-05-28 11:15 UTC (permalink / raw)
  To: ltp

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-05  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 11:15 [LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct Petr Vorel
2020-05-29 10:28 ` Jan Stancek
2020-06-01  6:44   ` Petr Vorel
2020-06-05  9:37 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox