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:
c12e87f
)
[PATCH] SUNRPC: Fix potential deadlock in RPC code
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 14 Mar 2006 05:20:48 +0000
(21:20 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 14 Mar 2006 15:57:18 +0000
(07:57 -0800)
In rpc_wake_up() and rpc_wake_up_status(), it is possible for the call to
__rpc_wake_up_task() to fail if another thread happens to be calling
rpc_wake_up_task() on the same rpc_task.
Problem noticed by Bruno Faccini.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found