[igt-dev] [PATCH i-g-t] runner: Also consider TAINT_MACHINE_CHECK as abortable taint
Petri Latvala
petri.latvala at intel.com
Wed Jun 5 12:16:07 UTC 2019
Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Mika Kuoppala <mika.kuoppala at 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
More information about the igt-dev
mailing list