<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Kernel oops in mock_sefltests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102045">bug 102045</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Kernel oops in mock_sefltests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102045#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Kernel oops in mock_sefltests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102045">bug 102045</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>commit 3ec0af7f223bab9503c4ed57d00ed34b137df476
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Wed Aug 9 17:39:30 2017 +0100

    drm/i915: Supply the engine-id for our mock_engine()

    In the original selftest, we didn't care what the engine->id was, just
    that it could uniquely identify it. Later though, we started tracking
    the mock engines in the fixed size arrays around the drm_i915_private and
    so we now require their indices to be correct. This becomes an issue when
    using the standalone harness which runs all available tests at module load,
    and so we quickly assign an out-of-bounds index to an engine as we
    reallocate the mock GEM device between tests. It doesn't show up in
    igt/drv_selftest as that runs each subtest individually.

    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Kernel oops in mock_sefltests"
   href="show_bug.cgi?id=102045">https://bugs.freedesktop.org/show_bug.cgi?id=102045</a>
    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
    Link:
<a href="https://patchwork.freedesktop.org/patch/msgid/20170809163930.26470-1-chris@chris-wilson.co.uk">https://patchwork.freedesktop.org/patch/msgid/20170809163930.26470-1-chris@chris-wilson.co.uk</a>
    Reviewed-by: Mika Kuoppala <<a href="mailto:mika.kuoppala@intel.com">mika.kuoppala@intel.com</a>></pre>
        </div>
      </p>


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

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