Merge branch 'soreuseport-mixed-v4-v6-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 01:14:04 +0000 (21:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2016 01:14:04 +0000 (21:14 -0400)
commit01c445a4bde99684effe873848b2ea65f6f8a7d1
tree0d542dc16e338eb85e8efe8eeb46b6a68498989e
parentc5b5343cfbc9f46af65033fa4f407d7b7d98371d
parentd6a61f80b8718abbb82dcfc95d56404e3218e7b0
Merge branch 'soreuseport-mixed-v4-v6-fixes'

Craig Gallek says:

====================
Fixes for SO_REUSEPORT and mixed v4/v6 sockets

Recent changes to the datastructures associated with SO_REUSEPORT broke
an existing behavior when equivalent SO_REUSEPORT sockets are created
using both AF_INET and AF_INET6.  This patch series restores the previous
behavior and includes a test to validate it.

This series should be a trivial merge to stable kernels (if deemed
necessary), but will have conflicts in net-next.  The following patches
recently replaced the use of hlist_nulls with hlists for UDP and TCP
socket lists:
ca065d0cf80f ("udp: no longer use SLAB_DESTROY_BY_RCU")
3b24d854cb35 ("tcp/dccp: do not touch listener sk_refcnt under synflood")

If this series is accepted, I will send an RFC for the net-next change
to assist with the merge.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.02372 seconds and 5 git commands to generate.