<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - "make check" test anv_block_pool_no_free fails intermittently"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109442">bug 109442</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 - "make check" test anv_block_pool_no_free fails intermittently"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109442#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - "make check" test anv_block_pool_no_free fails intermittently"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109442">bug 109442</a>
              from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
        <pre>Yup, It was fixed by

commit f2ece26601adda221ce5ae69c984f8b79a9cb0d0
Author: Rafael Antognolli <<a href="mailto:rafael.antognolli@intel.com">rafael.antognolli@intel.com</a>>
Date:   Wed Jan 23 12:36:39 2019 -0800

    anv/allocator: Avoid race condition in anv_block_pool_map.

    Accessing bo->map and then pool->center_bo_offset without a lock is
    racy. One way of avoiding such race condition is to store the bo->map +
    center_bo_offset into pool->map at the time the block pool is growing,
    which happens within a lock.

    v2: Only set pool->map if not using softpin (Jason).
    v3: Move things around and only update center_bo_offset if not using
    softpin too (Jason).

    Cc: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>>
    Reported-by: Ian Romanick <<a href="mailto:idr@freedesktop.org">idr@freedesktop.org</a>>
    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - "make check" test anv_block_pool_no_free fails intermittently"
   href="show_bug.cgi?id=109442">https://bugs.freedesktop.org/show_bug.cgi?id=109442</a>
    Fixes: fc3f58832015cbb177179e7f3420d3611479b4a9
    Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>>

We just forgot to close the bug.</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>
      </ul>
    </body>
</html>