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:
c6017e7
)
virtio: console: add locking in port unplug path
author
Amit Shah
<amit.shah@redhat.com>
Mon, 29 Jul 2013 04:54:15 +0000
(14:24 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 29 Jul 2013 05:20:48 +0000
(14:50 +0930)
Port unplug can race with close() in port_fops_release().
port_fops_release() already takes the necessary locks, ensure
unplug_port() does that too.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found