public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib: Also consider TAINT_MACHINE_CHECK as abortable taint
@ 2023-01-04 10:11 Petri Latvala
  2023-01-04 11:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petri Latvala @ 2023-01-04 10:11 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

v2: Rebase

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@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

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

end of thread, other threads:[~2023-01-09 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 10:11 [igt-dev] [PATCH i-g-t] lib: Also consider TAINT_MACHINE_CHECK as abortable taint Petri Latvala
2023-01-04 11:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-01-09 11:31 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: Also consider TAINT_MACHINE_CHECK as abortable taint (rev2) Patchwork
2023-01-09 13:25 ` [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