From: Eric Dumazet <eric.duma...@gmail.com> Date: Sun, 01 Nov 2015 15:36:55 -0800
> From: Eric Dumazet <eduma...@google.com> > > skb_set_owner_w() is called from various places that assume > skb->sk always point to a full blown socket (as it changes > sk->sk_wmem_alloc) > > We'd like to attach skb to request sockets, and in the future > to timewait sockets as well. For these kind of pseudo sockets, > we need to take a traditional refcount and use sock_edemux() > as the destructor. > > It is now time to un-inline skb_set_owner_w(), being too big. > > Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead > of listener") > Signed-off-by: Eric Dumazet <eduma...@google.com> > Bisected-by: Haiyang Zhang <haiya...@microsoft.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html