git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd4fc6
)
drm/msm: EBUSY status handling in msm_gem_fault()
author
Rob Clark
<robdclark@gmail.com>
Sun, 20 Oct 2013 15:57:52 +0000
(11:57 -0400)
committer
Rob Clark
<robdclark@gmail.com>
Fri, 1 Nov 2013 16:39:45 +0000
(12:39 -0400)
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
e79e0fe3
Signed-off-by: Rob Clark <robdclark@gmail.com>
Acked-by: David Brown <davidb@codeaurora.org>
No differences found