<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [amdgpu] Ooops during shutdown - amdgpu_vm_grab_id"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93460#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [amdgpu] Ooops during shutdown - amdgpu_vm_grab_id"
href="https://bugs.freedesktop.org/show_bug.cgi?id=93460">bug 93460</a>
from <span class="vcard"><a class="email" href="mailto:david1.zhou@amd.com" title="david1.zhou@amd.com <david1.zhou@amd.com>"> <span class="fn">david1.zhou@amd.com</span></a>
</span></b>
<pre>0x24e7e is in amdgpu_vm_grab_id (include/linux/fence.h:292).
287 * Returns true if f1 is chronologically later than f2. Both fences must
be
288 * from the same context, since a seqno is not re-used across contexts.
289 */
290 static inline bool fence_is_later(struct fence *f1, struct fence *f2)
291 {
292 if (WARN_ON(f1->context != f2->context))
293 return false;
This should be normal warnings, isn't bug.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>