From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: "Vudum, Lakshminarayana" <lakshminarayana.vudum@intel.com>
Subject: Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: Don't include intel_de.h from intel_display_types.h (rev2)
Date: Tue, 4 May 2021 11:16:06 +0300 [thread overview]
Message-ID: <YJECxkQRkAAKPbRl@intel.com> (raw)
In-Reply-To: <162007169526.13684.2336533428443598886@emeril.freedesktop.org>
On Mon, May 03, 2021 at 07:54:55PM -0000, Patchwork wrote:
> == Series Details ==
>
> Series: series starting with [v2,1/2] drm/i915: Don't include intel_de.h from intel_display_types.h (rev2)
> URL : https://patchwork.freedesktop.org/series/89698/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_10039 -> Patchwork_20053
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with Patchwork_20053 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_20053, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20053/index.html
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in Patchwork_20053:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@blt:
> - fi-bdw-5557u: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10039/fi-bdw-5557u/igt@i915_selftest@live@blt.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20053/fi-bdw-5557u/igt@i915_selftest@live@blt.html
<4> [276.958769] WARNING: CPU: 0 PID: 358 at kernel/workqueue.c:1418 __queue_work+0x2d2/0x620
...
<4> [276.959009] queue_work_on+0x68/0x80
<4> [276.959016] node_free+0x43/0x60 [i915]
<4> [276.959140] pool_free_older_than+0x132/0x170 [i915]
<4> [276.959270] pool_free_work+0x12/0x40 [i915]
<4> [276.959395] process_one_work+0x270/0x5c0
<4> [276.959407] worker_thread+0x37/0x380
Which is
/* if draining, only works from the same workqueue are allowed */
if (unlikely(wq->flags & __WQ_DRAINING) &&
WARN_ON_ONCE(!is_chained_work(wq)))
return;
Based on a cursory glance the queue_work is probably coming from
i915_gem_free_object() -> queue_work(i915->wq, &i915->mm.free_work);
So looks like i915_gem_drain_workqueue() is broken.
Entirely unrelated to this patch series.
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2021-05-04 8:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-30 14:39 [Intel-gfx] [PATCH v2 1/2] drm/i915: Don't include intel_de.h from intel_display_types.h Ville Syrjala
2021-04-30 14:39 ` [Intel-gfx] [PATCH v2 2/2] drm/i915: Include intel_de_{read, write}_fw() in i915_reg_rw traces Ville Syrjala
2021-05-03 17:56 ` [Intel-gfx] [PATCH v2 1/2] drm/i915: Don't include intel_de.h from intel_display_types.h Jani Nikula
2021-05-03 19:54 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: Don't include intel_de.h from intel_display_types.h (rev2) Patchwork
2021-05-04 8:16 ` Ville Syrjälä [this message]
2021-05-05 6:08 ` Vudum, Lakshminarayana
2021-05-05 6:07 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-05-05 7:24 ` [Intel-gfx] ✓ 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=YJECxkQRkAAKPbRl@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=lakshminarayana.vudum@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.