Merge branch 'sctp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2015 22:43:06 +0000 (15:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Sep 2015 22:43:06 +0000 (15:43 -0700)
commit724a7636ad026a3a68f3fc626ccd04111f65cfd9
treee9cc4151a252deba27e10e2ff06a2bd437a80b07
parent4548a697e4969d695047cebd6d9af5e2f6cc728e
parent410f03831c0768f2b1850d28ba697b167ddcb89b
Merge branch 'sctp-fixes'

Marcelo Ricardo Leitner says:

====================
couple of sctp fixes for 0ca50d12fe46

These are two fixes for sctp after my patch on 0ca50d12fe46 ("sctp: fix
src address selection if using secondary addresses")

The first, fix a dst leak on those it decided to skip.

The second, adds the fallback on src selection that Vlad had asked
about. Unfortunatelly a lot of ipvs setups relies on the old behavior
and I don't see a better fix for it.

Please consider both to -stable tree.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>