[igt-dev] [PATCH i-g-t] lib: Also consider TAINT_MACHINE_CHECK as abortable taint

Petri Latvala petri.latvala at intel.com
Wed Jan 4 10:11:20 UTC 2023


v2: Rebase

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Closes: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/37
---


Old patch from 2019. Discussion on v1 can be found at
https://patchwork.freedesktop.org/patch/308726/?series=61651&rev=1

Sending for up-to-date CI results.

 lib/igt_taints.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_taints.c b/lib/igt_taints.c
index 6f5b827c..6b36d11c 100644
--- a/lib/igt_taints.c
+++ b/lib/igt_taints.c
@@ -13,6 +13,7 @@ static const struct {
 	int bad;
 	const char *explanation;
 } abort_taints[] = {
+  { 4, 1, "TAINT_MACHINE_CHECK: Processor reported a Machine Check Exception."},
   { 5, 1, "TAINT_BAD_PAGE: Bad page reference or an unexpected page flags." },
   { 7, 1, "TAINT_DIE: Kernel has died - BUG/OOPS." },
   { 9, 1, "TAINT_WARN: WARN_ON has happened." },
-- 
2.30.2



More information about the igt-dev mailing list