Series: | drm, kernel: update locking for DRM |
URL: | https://patchwork.freedesktop.org/series/93782/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20844/index.html |
CI Bug Log - changes from CI_DRM_10495 -> Patchwork_20844
Summary
FAILURE
Serious unknown changes coming with Patchwork_20844 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20844, 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_20844/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_20844:
IGT changes
Possible regressions
-
igt@core_auth@basic-auth:
-
fi-bwr-2160: PASS -> DMESG-WARN
-
fi-bdw-5557u: PASS -> DMESG-WARN
-
fi-skl-guc: PASS -> DMESG-WARN
-
fi-kbl-7567u: PASS -> DMESG-WARN
-
fi-kbl-8809g: PASS -> DMESG-WARN
-
fi-kbl-guc: PASS -> DMESG-WARN
-
fi-bdw-gvtdvm: PASS -> DMESG-WARN
-
fi-kbl-7500u: PASS -> DMESG-WARN
-
fi-icl-u2: PASS -> DMESG-WARN
-
fi-hsw-4770: PASS -> DMESG-WARN
-
fi-cfl-8700k: PASS -> DMESG-WARN
-
fi-pnv-d510: PASS -> DMESG-WARN
-
fi-snb-2520m: PASS -> DMESG-WARN
-
fi-apl-guc: PASS -> DMESG-WARN
-
fi-cml-u2: PASS -> DMESG-WARN
-
fi-skl-6700k2: PASS -> DMESG-WARN
-
fi-tgl-1115g4: PASS -> DMESG-WARN
-
fi-ivb-3770: PASS -> DMESG-WARN
-
fi-bxt-dsi: PASS -> DMESG-WARN
-
fi-cfl-guc: PASS -> DMESG-WARN
-
fi-elk-e7500: PASS -> DMESG-WARN
-
fi-ilk-650: PASS -> DMESG-WARN
-
fi-kbl-soraka: PASS -> DMESG-WARN
-
fi-bsw-kefka: PASS -> DMESG-WARN
-
fi-rkl-guc: PASS -> DMESG-WARN
-
fi-icl-y: PASS -> DMESG-WARN
-
fi-glk-dsi: PASS -> DMESG-WARN
-
fi-bsw-nick: PASS -> DMESG-WARN
-
fi-cfl-8109u: PASS -> DMESG-WARN
-
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
-
igt@core_auth@basic-auth:
-
{fi-ehl-2}: PASS -> DMESG-WARN
-
{fi-hsw-gt1}: PASS -> DMESG-WARN
-
{fi-jsl-1}: PASS -> DMESG-WARN
-
{fi-tgl-dsi}: PASS -> DMESG-WARN
-
-
igt@runner@aborted:
Known issues
Here are the changes found in Patchwork_20844 that come from known issues:
IGT changes
Issues hit
-
igt@runner@aborted:
Warnings
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Participating hosts (35 -> 34)
Missing (1): fi-bsw-cyan
Build changes
- Linux: CI_DRM_10495 -> Patchwork_20844
CI-20190529: 20190529
CI_DRM_10495: 63052a17b50710a64ac3c5064d3aa7d92d82a6b9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6178: 146260200f9a6d4536e48a195e2ab49a07d4f0c1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20844: 2226f53a92a79fdd63fdc3cd802223a027afb852 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
2226f53a92a7 drm: avoid races with modesetting rights
295b688df245 kernel: export task_work_add
d9a05e5d3c91 drm: update global mutex lock in the ioctl handler
09b974dff9b5 drm: convert drm_device.master_mutex into a rwsem
e645eea7a734 drm: protect magic_map, unique{len} with master_lookup_lock
83470a919d8e drm: fix potential null ptr dereferences in drm{auth, ioctl}
e0cc117a9c8a drm: check for null master in drm_is_current_master_locked
f3c5885d403a drm: hold master_lookup_lock when releasing a drm_file's master
0c2de0fa81fa drm: move master_lookup_lock into drm_device