✗ Fi.CI.BAT: failure for series starting with [01/32] drm/i915/execlists: Check for ce->state before destroy

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 22 20:02:32 UTC 2018


== Series Details ==

Series: series starting with [01/32] drm/i915/execlists: Check for ce->state before destroy
URL   : https://patchwork.freedesktop.org/series/45277/
State : failure

== Summary ==

= CI Bug Log - changes from CI_DRM_4369 -> Trybot_2387 =

== Summary - FAILURE ==

  Serious unknown changes coming with Trybot_2387 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Trybot_2387, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/45277/revisions/1/mbox/

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt at core_auth@basic-auth:
      fi-bwr-2160:        PASS -> INCOMPLETE
      fi-bdw-5557u:       PASS -> INCOMPLETE
      fi-kbl-7567u:       PASS -> INCOMPLETE
      fi-ivb-3520m:       PASS -> INCOMPLETE
      fi-skl-6600u:       PASS -> INCOMPLETE
      fi-kbl-7560u:       PASS -> INCOMPLETE
      fi-hsw-4770:        PASS -> INCOMPLETE
      fi-cfl-8700k:       PASS -> INCOMPLETE
      fi-whl-u:           PASS -> INCOMPLETE
      fi-skl-6700k2:      PASS -> INCOMPLETE
      fi-ivb-3770:        PASS -> INCOMPLETE
      fi-cfl-s3:          PASS -> INCOMPLETE
      fi-skl-6770hq:      PASS -> INCOMPLETE
      fi-skl-6700hq:      PASS -> INCOMPLETE
      fi-bsw-n3050:       PASS -> INCOMPLETE
      fi-hsw-peppy:       PASS -> INCOMPLETE
      fi-skl-6260u:       PASS -> INCOMPLETE
      fi-hsw-4770r:       PASS -> INCOMPLETE
      fi-gdg-551:         PASS -> INCOMPLETE
      fi-blb-e6850:       PASS -> INCOMPLETE

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt at core_auth@basic-auth:
      fi-skl-guc:         PASS -> INCOMPLETE (fdo#106693)
      fi-kbl-guc:         PASS -> INCOMPLETE (fdo#106693)
      fi-bdw-gvtdvm:      PASS -> INCOMPLETE (fdo#105600)
      fi-snb-2520m:       PASS -> INCOMPLETE (fdo#103713)
      fi-bxt-dsi:         PASS -> INCOMPLETE (fdo#103927)
      fi-byt-n2820:       PASS -> INCOMPLETE (fdo#102657)
      fi-bxt-j4205:       PASS -> INCOMPLETE (fdo#103927)

    
  fdo#102657 https://bugs.freedesktop.org/show_bug.cgi?id=102657
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#105600 https://bugs.freedesktop.org/show_bug.cgi?id=105600
  fdo#106693 https://bugs.freedesktop.org/show_bug.cgi?id=106693


== Participating hosts (41 -> 27) ==

  Missing    (14): fi-ilk-m540 fi-skl-gvtdvm fi-hsw-4200u fi-byt-j1900 fi-glk-dsi fi-bsw-cyan fi-cfl-guc fi-ilk-650 fi-kbl-7500u fi-ctg-p8600 fi-glk-j4005 fi-kbl-x1275 fi-elk-e7500 fi-snb-2600 


== Build changes ==

    * Linux: CI_DRM_4369 -> Trybot_2387

  CI_DRM_4369: cf1a331121ec497115239b06a60385c9db797892 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4528: 6be300d405de5974b262e8b93a445be4ac618e6a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2387: d98fab9b9443cb6f4ce3e43b0b7a752416d69c0e @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d98fab9b9443 drm/i915: Drop struct_mutex requirement for unpin_from_display_plane
75d4346c3de3 drm/i915: Move vma pinning under vm->mutex
a99217ad3f04 drm/i915: Move vma lookup to its own lock
1e58f1ac453f drm/i915: Pull VM lists under the VM mutex.
968ed5b23212 reset-mutexless
9f5863e907ba drm/i915: Pull all the reset functionality together into i915_reset.c
75a25b2c37b1 drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
79405a68a70e drm/i915: Move fence register tracking to GGTT
1b9511302bca vm-mutex
d1e2d29e904d drm/i915: Stop tracking MRU activity on VMA
3d674c2a848f drm/i915: Track the last-active inside the i915_vma
f1ffd88440ad drm/i915: Track vma activity per fence.context, not per engine
af94cf3ac26f drm/i915: Start returning an error from i915_vma_move_to_active()
d4397b745651 drm/i915: Refactor export_fence() after i915_vma_move_to_active()
492ebf0ff965 drm/i915: Priority boost switching to an idle ring
6b6e2444ca93 drm/i915: Priority boost for new clients
71c17dd6d7bf drm/i915: Combine multiple internal plists into the same i915_priolist bucket
951243884c10 drm/i915: Reserve some priority bits for internal use
75d6824c16d0 drm/i915/execlists: Switch to rb_root_cached
84ff1e383d0b drm/i915: Only signal from interrupt when requested
23b6808a7b48 drm/i915: Move the irq_counter inside the spinlock
7e2a0e761eb9 drm/i915: Reduce spinlock hold time during notify_ring() interrupt
987137f8fe76 drm/i915: Hold request reference for submission until retirement
5edc145b8db5 drm/i915: Move engine request retirement to intel_engine_cs
92233f49c284 drm/i915: Wait for engines to idle before retiring
f45b5e92e675 drm/i915: Move rate-limiting request retire to after submission
34a8395bba1b drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
5e7a82388802 drm/i915/execlists: Unify CSB access pointers
7a62c626adfa drm/i915/execlists: Process one CSB update at a time
87d2cf3d0a3a drm/i915/execlists: Pull CSB reset under the timeline.lock
22d2127ab4b8 drm/i915/execlists: Pull submit after dequeue under timeline lock
c77dfad0996d drm/i915/execlists: Check for ce->state before destroy

== Logs ==

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


More information about the Intel-gfx-trybot mailing list