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:
d8ec26d
)
RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Sun, 26 Jan 2014 11:39:26 +0000
(11:39 +0000)
committer
David Howells
<dhowells@redhat.com>
Sun, 26 Jan 2014 11:39:51 +0000
(11:39 +0000)
If rx->conn is not NULL, rxrpc_connect_exclusive() does not
acquire the transport's client lock, but it still releases it.
The patch adds locking of the spinlock to this path.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-connection.c
patch
|
blob
|
history
diff --cc
net/rxrpc/ar-connection.c
Simple merge