<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - TSan data races with freed_pool_t's |top| data member"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90318#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - TSan data races with freed_pool_t's |top| data member"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90318">bug 90318</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>The fun here is that the race is expected. All that we need to annotate is that
the read/write is atomic (without actually setting a barrier). So long as the
actual use of the slot is atomic, there can not be two threads that succeed in
accessing the same slot simultaneously.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>