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:
15cace5
)
drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/nvc0
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 13 May 2013 12:26:26 +0000
(22:26 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 1 Jul 2013 03:45:03 +0000
(13:45 +1000)
nvc0_vm_flush() accesses the pgd list, which will soon be able to race
with vm_unlink() during channel destruction.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found