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:
94b76a8
)
[media] vpif_capture: protect dma_queue by a spin_lock
author
Hans Verkuil
<hans.verkuil@cisco.com>
Fri, 16 Nov 2012 15:03:06 +0000
(12:03 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 22 Nov 2012 14:36:29 +0000
(12:36 -0200)
The dma_queue list is accessed by both the interrupt handler and by normal
code. It needs to be protected by a lock to prevent possible list corruption.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found