]> git.karo-electronics.de Git - karo-tx-linux.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)
commitb794e252f5c1c640097348566dd85d463698ce90
treee1d963678b88a3236dfee33246557a0b0841aaaa
parent92f95322c65fef330cc0a6bb6ed3e7966f8635d5
parentb8607805dd157d5f93372f338b3f3b9018c507d7
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>