linux/net/sunrpc
Trond Myklebust e6d83d5569 [PATCH] SUNRPC: Fix potential deadlock in RPC code
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>
2006-03-14 07:57:18 -08:00
..
auth_gss SUNRPC: Move upcall out of auth->au_ops->crcreate() 2006-02-01 12:52:25 -05:00
Makefile
auth.c SUNRPC: Move upcall out of auth->au_ops->crcreate() 2006-02-01 12:52:25 -05:00
auth_null.c
auth_unix.c
cache.c
clnt.c [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c 2006-03-14 07:57:17 -08:00
pmap_clnt.c
rpc_pipe.c SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code 2006-02-01 12:52:24 -05:00
sched.c [PATCH] SUNRPC: Fix potential deadlock in RPC code 2006-03-14 07:57:18 -08:00
socklib.c
stats.c
sunrpc_syms.c
svc.c
svcauth.c
svcauth_unix.c
svcsock.c
sysctl.c
timer.c
xdr.c
xprt.c
xprtsock.c