[Bug 70874] oopses in i915_gem_free_request()
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 13 06:21:29 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70874
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit 0d1430a3f4b7cfd8779b78740a4182321f3ca7f3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Dec 4 14:52:06 2013 +0000
drm/i915: Hold mutex across i915_gem_release
Inorder to serialise the closing of the file descriptor and its
subsequent release of client requests with i915_gem_free_request(), we
need to hold the struct_mutex in i915_gem_release(). Failing to do so
has the potential to trigger an OOPS, later with a use-after-free.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20131213/06f239a0/attachment.html>
More information about the intel-gfx-bugs
mailing list