All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Desmond Cheong Zhi Xi" <desmondcheongzx@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✓ Fi.CI.BAT: success for drm: update locking for modesetting (rev7)
Date: Tue, 31 Aug 2021 08:21:42 -0000	[thread overview]
Message-ID: <163039810247.10657.2408132016128610543@emeril.freedesktop.org> (raw)
In-Reply-To: <20210831072501.184211-1-desmondcheongzx@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2645 bytes --]

== Series Details ==

Series: drm: update locking for modesetting (rev7)
URL   : https://patchwork.freedesktop.org/series/93864/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10538 -> Patchwork_20925
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20925/index.html

Known issues
------------

  Here are the changes found in Patchwork_20925 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@cs-gfx:
    - fi-rkl-guc:         NOTRUN -> [SKIP][1] ([fdo#109315]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20925/fi-rkl-guc/igt@amdgpu/amd_basic@cs-gfx.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-rkl-guc:         [DMESG-WARN][2] ([i915#3925]) -> [PASS][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10538/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20925/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_exec_suspend@basic-s3:
    - fi-tgl-1115g4:      [FAIL][4] ([i915#1888]) -> [PASS][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10538/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20925/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html

  
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#3925]: https://gitlab.freedesktop.org/drm/intel/issues/3925


Participating hosts (44 -> 36)
------------------------------

  Missing    (8): fi-ilk-m540 bat-adls-5 bat-dg1-6 bat-dg1-5 fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus bat-jsl-1 


Build changes
-------------

  * Linux: CI_DRM_10538 -> Patchwork_20925

  CI-20190529: 20190529
  CI_DRM_10538: 031f5dcf3ec226bcd0d5f700347780d51cddd2eb @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_6191: e9292b533691784f46eeb9bae522ca7a8710c920 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_20925: aa1dc5ecd4c1fe7724951e573e95f8d5c76c9719 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

aa1dc5ecd4c1 drm: avoid races with modesetting rights
561f815dc062 drm: lock drm_global_mutex earlier in the ioctl handler
488e5f613522 drm: convert drm_device.master_mutex into a rwsem
3fccaf2012dc drm: fix null ptr dereference in drm_master_release

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20925/index.html

[-- Attachment #2: Type: text/html, Size: 3317 bytes --]

  parent reply	other threads:[~2021-08-31  8:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31  7:24 [PATCH v10 0/4] drm: update locking for modesetting Desmond Cheong Zhi Xi
2021-08-31  7:24 ` Desmond Cheong Zhi Xi
2021-08-31  7:24 ` [Intel-gfx] " Desmond Cheong Zhi Xi
2021-08-31  7:24 ` [Intel-gfx] [PATCH v10 1/4] drm: fix null ptr dereference in drm_master_release Desmond Cheong Zhi Xi
2021-08-31  7:24   ` Desmond Cheong Zhi Xi
2021-08-31  7:24   ` Desmond Cheong Zhi Xi
2021-08-31  7:24 ` [PATCH v10 2/4] drm: convert drm_device.master_mutex into a rwsem Desmond Cheong Zhi Xi
2021-08-31  7:24   ` [Intel-gfx] " Desmond Cheong Zhi Xi
2021-08-31  7:24   ` Desmond Cheong Zhi Xi
2021-08-31  7:25 ` [PATCH v10 3/4] drm: lock drm_global_mutex earlier in the ioctl handler Desmond Cheong Zhi Xi
2021-08-31  7:25   ` [Intel-gfx] " Desmond Cheong Zhi Xi
2021-08-31  7:25   ` Desmond Cheong Zhi Xi
2021-08-31  7:25 ` [PATCH v10 4/4] drm: avoid races with modesetting rights Desmond Cheong Zhi Xi
2021-08-31  7:25   ` [Intel-gfx] " Desmond Cheong Zhi Xi
2021-08-31  7:25   ` Desmond Cheong Zhi Xi
2021-08-31  8:21 ` Patchwork [this message]
2021-08-31  9:33 ` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: update locking for modesetting (rev7) Patchwork
2021-09-07 19:50 ` [PATCH v10 0/4] drm: update locking for modesetting Desmond Cheong Zhi Xi
2021-09-07 19:50   ` [Intel-gfx] " Desmond Cheong Zhi Xi
2021-09-07 19:50   ` Desmond Cheong Zhi Xi

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=163039810247.10657.2408132016128610543@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=desmondcheongzx@gmail.com \
    --cc=intel-gfx@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 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.