[Bug 101511] [BAT][BYT] igt at gem_exec_reloc@basic-cpu-gtt-active generated a general protection fault

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 20 20:13:19 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101511

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit 25ffaa67459e988e73210543f7e05dfbf3f16163
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jun 20 13:43:20 2017 +0100

    drm/i915: Pass the right flags to i915_vma_move_to_active()

    i915_vma_move_to_active() takes the execobject flags and not a boolean!
    Instead of passing EXEC_OBJECT_WRITE we passed true [i.e.
    EXEC_OBJECT_NEEDS_FENCE] causing us to start tracking the
    vma->last_fence access and since we forgot to clear that on unbinding,
    we caused a use-after-free.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170620/6976fbca/attachment.html>


More information about the intel-gfx-bugs mailing list