All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <edumazet@google.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: netdev <netdev@vger.kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Eric Dumazet <eric.dumazet@gmail.com>
Subject: [PATCH net-next 0/4] net: remove clear_sk() method
Date: Tue, 23 Aug 2016 11:39:25 -0700	[thread overview]
Message-ID: <1471977569-27190-1-git-send-email-edumazet@google.com> (raw)

Since IPv6 socket lookups no longer dereference pinet6 pointer
and UDP lost SLAB_DESTROY_BY_RCU special rules, we no longer
need special clear_sk() methods.

Eric Dumazet (4):
  ipv6: udp: remove udp_v6_clear_sk()
  udp: get rid of sk_prot_clear_portaddr_nulls()
  ipv6: tcp: get rid of tcp_v6_clear_sk()
  net: remove clear_sk() method

 include/net/sock.h  |  3 ---
 net/core/sock.c     | 26 ++------------------------
 net/ipv4/udp.c      |  1 -
 net/ipv4/udplite.c  |  1 -
 net/ipv6/tcp_ipv6.c | 12 ------------
 net/ipv6/udp.c      | 12 ------------
 net/ipv6/udp_impl.h |  2 --
 net/ipv6/udplite.c  |  1 -
 8 files changed, 2 insertions(+), 56 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

             reply	other threads:[~2016-08-23 18:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23 18:39 Eric Dumazet [this message]
2016-08-23 18:39 ` [PATCH net-next 1/4] ipv6: udp: remove udp_v6_clear_sk() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 2/4] udp: get rid of sk_prot_clear_portaddr_nulls() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 3/4] ipv6: tcp: get rid of tcp_v6_clear_sk() Eric Dumazet
2016-08-23 18:39 ` [PATCH net-next 4/4] net: remove clear_sk() method Eric Dumazet
2016-08-24  6:37 ` [PATCH net-next 0/4] " David Miller
2016-08-24 13:35   ` Eric Dumazet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471977569-27190-1-git-send-email-edumazet@google.com \
    --to=edumazet@google.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.