]> git.baikalelectronics.ru Git - kernel.git/commit
net: add __rcu annotations to sk_wq and wq
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 18 Feb 2011 03:26:36 +0000 (03:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Feb 2011 18:19:31 +0000 (10:19 -0800)
commit49deadeb7ac069b1274e5547b4d11e04ebaa0384
tree658eeed417654c8f6015d4d5f957f5a1b5e9521f
parent19fad59e8fbb203426fae023b12f9d3f906afb47
net: add __rcu annotations to sk_wq and wq

Add proper RCU annotations/verbs to sk_wq and wq members

Fix __sctp_write_space() sk_sleep() abuse (and sock->wq access)

Fix sunrpc sk_sleep() abuse too

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h
include/net/sock.h
net/sctp/socket.c
net/socket.c
net/sunrpc/svcsock.c
net/unix/af_unix.c