]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4d629f6230087d2e1b3b2e1017304195b6e1e9ff
treee9cc4151a252deba27e10e2ff06a2bd437a80b07
parent5d442b195f127e481fe079aa41964efa8ef49072
parent747a29e055c28f6207481d788794bc2804fd4b29
Merge branch 'sctp-fixes'

Marcelo Ricardo Leitner says:

====================
couple of sctp fixes for 63950f0ff0e3

These are two fixes for sctp after my patch on 63950f0ff0e3 ("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>