commit | e1d4ee0f2b8dd77f67798544f58ce4bee4fdddf9 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Sun Oct 20 12:07:42 2013 -0400 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 03 17:36:43 2016 +0200 |
tree | c5a87d02e589680daa904cea6b6aadf6d96f49cb | |
parent | be4f235c43f06ae749b8f99b04f899d1e9bd561e [diff] |
drm/omap: EBUSY status handling in omap_gem_fault() Subsequent threads returning EBUSY from vm_insert_pfn() was not handled correctly. As a result concurrent access from new threads to mmapped data caused SIGBUS. See e79e0fe380847493266fba557217e2773c61bd1b ("drm/i915: EBUSY status handling added to i915_gem_fault()"). Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>