Patch Details
Series:drm/i915: PREEMPT_RT related fixups.
URL:https://patchwork.freedesktop.org/series/95463/
State:failure
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21251/index.html

CI Bug Log - changes from CI_DRM_10683 -> Patchwork_21251

Summary

FAILURE

Serious unknown changes coming with Patchwork_21251 absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21251, 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_21251/index.html

Possible new issues

Here are the unknown changes that may have been introduced in Patchwork_21251:

IGT changes

Possible regressions

Warnings

Suppressed

The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.

Known issues

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

IGT changes

Issues hit

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (38 -> 33)

Additional (2): fi-kbl-x1275 fi-snb-2520m
Missing (7): fi-kbl-soraka bat-dg1-6 fi-bsw-cyan bat-adlp-4 fi-bdw-samus bat-jsl-2 bat-jsl-1

Build changes

CI-20190529: 20190529
CI_DRM_10683: 2db2331e0b19308750c3b921c2779c4c2da9b04b @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6230: a079f2e00693facf4cf6512f0ddb69b30826c80f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21251: 7119772426847de087b95e6634cf426bdf371ee3 @ git://anongit.freedesktop.org/gfx-ci/linux

== Linux commits ==

711977242684 drm/i915: Don't disable interrupts and pretend a lock as been acquired in __timeline_mark_lock().
41f3da18a28a drm/i915: Drop the irqs_disabled() check
9152fc01f425 drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
58071bffaf38 drm/i915/gt: Queue and wait for the irq_work item.
1d34fd20b9ee drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE
b42b86050fde drm/i915: Disable tracing points on PREEMPT_RT
c3da899d24de drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates
4bae9e7a5800 drm/i915: Use preempt_disable/enable_rt() where recommended