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:
94eddfb
)
virtio-blk: virtqueue_kick() must be ordered with other virtqueue operations
author
Shaohua Li
<shli@fusionio.com>
Wed, 20 Nov 2013 01:57:24 +0000
(18:57 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 20 Nov 2013 02:00:45 +0000
(19:00 -0700)
It isn't safe to call it without holding the vblk->vq_lock.
Reported-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Shaohua Li <shli@fusionio.com>
Fixed another condition of virtqueue_kick() not holding the lock.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found