<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:yann.argotti@intel.com" title="yann <yann.argotti@intel.com>"> <span class="fn">yann</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IGT] [BXT / KBL] gem_close_race / basic-threads & basic-process fail [regresion]"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96605">bug 96605</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;">QA Contact</td>
           <td>intel-gfx-bugs@lists.freedesktop.org
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>intel-gfx-bugs@lists.freedesktop.org
           </td>
           <td>dri-devel@lists.freedesktop.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>DRM/Intel
           </td>
           <td>IGT
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Priority</td>
           <td>medium
           </td>
           <td>highest
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IGT] [BXT / KBL] gem_close_race / basic-threads & basic-process fail [regresion]"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96605#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IGT] [BXT / KBL] gem_close_race / basic-threads & basic-process fail [regresion]"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96605">bug 96605</a>
              from <span class="vcard"><a class="email" href="mailto:yann.argotti@intel.com" title="yann <yann.argotti@intel.com>"> <span class="fn">yann</span></a>
</span></b>
        <pre>Commit id e63a0681d95a7288faff19a624548f96dbc73341 
tests/gem_close_race: Use drm_open_driver helper
Signed-off-by: Daniel Vetter <<a href="mailto:daniel.vetter@intel.com">daniel.vetter@intel.com</a>>

introduced the regression due to removal of line
-               sprintf(device, "/dev/dri/card%d", drm_get_card());

device is not defined anymore. So I may recommend to use 
fd = drm_open_driver(DRIVER_INTEL);

anywhere we need to open the device</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 the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>