netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] sock: lockdep tightening
@ 2016-04-05 15:10 Hannes Frederic Sowa
  2016-04-05 15:10 ` [PATCH net-next 1/3] sock: fix lockdep annotation in release_sock Hannes Frederic Sowa
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hannes Frederic Sowa @ 2016-04-05 15:10 UTC (permalink / raw)
  To: netdev; +Cc: daniel

First patch is from Eric Dumazet and improves lockdep accuracy for
socket locks. After that, second patch introduces lockdep_sock_is_held
and uses it. Final patch reverts and reworks the lockdep fix from Daniel
in the filter code, as we now have tighter lockdep support.

Hannes Frederic Sowa (3):
  sock: fix lockdep annotation in release_sock
  net: introduce lockdep_is_held and update various places to use it
  tun: use socket locks for sk_{attach,detatch}_filter

 drivers/net/tun.c        | 14 +++++++++-----
 include/linux/filter.h   |  4 ----
 include/net/sock.h       | 19 ++++++++++++++++---
 net/core/filter.c        | 35 +++++++++++++----------------------
 net/core/sock.c          |  5 -----
 net/dccp/ipv4.c          |  2 +-
 net/dccp/ipv6.c          |  2 +-
 net/ipv4/af_inet.c       |  2 +-
 net/ipv4/cipso_ipv4.c    |  3 ++-
 net/ipv4/ip_sockglue.c   |  4 ++--
 net/ipv4/tcp_ipv4.c      |  8 +++-----
 net/ipv6/ipv6_sockglue.c |  6 ++++--
 net/ipv6/tcp_ipv6.c      |  2 +-
 net/socket.c             |  2 +-
 14 files changed, 54 insertions(+), 54 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-07 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 15:10 [PATCH net-next 0/3] sock: lockdep tightening Hannes Frederic Sowa
2016-04-05 15:10 ` [PATCH net-next 1/3] sock: fix lockdep annotation in release_sock Hannes Frederic Sowa
2016-04-05 15:10 ` [PATCH net-next 2/3] net: introduce lockdep_is_held and update various places to use it Hannes Frederic Sowa
2016-04-05 15:10 ` [PATCH net-next 3/3] tun: use socket locks for sk_{attach,detatch}_filter Hannes Frederic Sowa
2016-04-07 20:44 ` [PATCH net-next 0/3] sock: lockdep tightening David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).