<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@gem_sync@basic-store-each - incomplete - Kernel panic - not syncing: Fatal exception in interrupt"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111427#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@gem_sync@basic-store-each - incomplete - Kernel panic - not syncing: Fatal exception in interrupt"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111427">bug 111427</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Based on the age and addr hints, something to do with

static bool
need_timeslice(struct intel_engine_cs *engine, const struct i915_request *rq)
{
        int hint;

        if (!intel_engine_has_semaphores(engine))
                return false;

        if (list_is_last(&rq->sched.link, &engine->active.requests))
                return false;

        hint = max(rq_prio(list_next_entry(rq, sched.link)),
                   engine->execlists.queue_priority_hint);

        return hint >= effective_prio(rq);
}

Likely suspect is *list_next_entry(rq, sched.link)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>