[Bug 108673] [CI][BAT] igt at gem_exec_create@madvise - dmesg-warn - ODEBUG: active_state not available
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 9 09:30:05 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108673
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|NOTABUG |DUPLICATE
--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
There isn't that much we can do about the warn; the debugobjects code is
written to be usable from atomic context, that is allocation failures are a
reality and its way to deal with them is to turn off. The warn makes sense, you
were using debugobjects, an error occurred and it can no longer use
debugobjects.
That being said we are missing a init_rcu_head() which means a lack of
opportunity for debugobjects to preallocate. What really threw me here is that
we should have seen this error from the get go, the only saving grace would be
the late initialisation that failed here due to the allocation failure.
*** This bug has been marked as a duplicate of bug 108691 ***
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20181109/8bdf4a24/attachment.html>
More information about the intel-gfx-bugs
mailing list