public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] runner: Also consider TAINT_MACHINE_CHECK as abortable taint
@ 2019-06-05 12:16 Petri Latvala
  2019-06-05 12:36 ` Daniel Vetter
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Petri Latvala @ 2019-06-05 12:16 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 runner/executor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runner/executor.c b/runner/executor.c
index 7e5fbe8f..69ef21e5 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -142,6 +142,7 @@ static const struct {
 	unsigned long bit;
 	const char *explanation;
 } abort_taints[] = {
+  {(1 << 4), "TAINT_MACHINE_CHECK: Processor reported a Machine Check Exception."},
   {(1 << 5), "TAINT_BAD_PAGE: Bad page reference or an unexpected page flags."},
   {(1 << 7), "TAINT_DIE: Kernel has died - BUG/OOPS."},
   {(1 << 9), "TAINT_WARN: WARN_ON has happened."},
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-06-06 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 12:16 [igt-dev] [PATCH i-g-t] runner: Also consider TAINT_MACHINE_CHECK as abortable taint Petri Latvala
2019-06-05 12:36 ` Daniel Vetter
2019-06-05 12:47   ` Mika Kuoppala
2019-06-05 12:57     ` Petri Latvala
2019-06-05 12:53   ` Petri Latvala
2019-06-05 16:54     ` Daniel Vetter
2019-06-05 12:40 ` Mika Kuoppala
2019-06-05 13:02 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-06-06 19:21 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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