]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Dec 2016 19:15:45 +0000 (14:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Dec 2016 19:15:45 +0000 (14:15 -0500)
commitac61f5bdf9d63dac2b8e439cbbfb39b63864558d
treee1d963678b88a3236dfee33246557a0b0841aaaa
parentc9381bf1c7c50bee4d10fed21f9d0b9fd99919fd
parent0e2ad98b7468e6e09b470d9d3dfe985ea59d98bd
Merge branch 'sctp-fixes'

Xin Long says:

====================
sctp: fix the issue that may copy duplicate addrs into assoc's bind address list

Patch 1/2 is to fix some indent level.

Given that we have kernels out there with this issue, patch 2/2 also
fix sctp_raw_to_bind_addrs.

v1 -> v2:
  Explain why we didn't filter the duplicate addresses when global
  address list gets updated in patch 2/2 changelog.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>