public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t] lib: Also consider TAINT_MACHINE_CHECK as abortable taint
Date: Wed,  4 Jan 2023 12:11:20 +0200	[thread overview]
Message-ID: <20230104101120.36303-1-petri.latvala@intel.com> (raw)

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

             reply	other threads:[~2023-01-04 10:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 10:11 Petri Latvala [this message]
2023-01-04 11:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib: Also consider TAINT_MACHINE_CHECK as abortable taint 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230104101120.36303-1-petri.latvala@intel.com \
    --to=petri.latvala@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox