commit | b794e252f5c1c640097348566dd85d463698ce90 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Dec 20 14:15:45 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 20 14:15:45 2016 -0500 |
tree | e1d963678b88a3236dfee33246557a0b0841aaaa | |
parent | 92f95322c65fef330cc0a6bb6ed3e7966f8635d5 [diff] | |
parent | b8607805dd157d5f93372f338b3f3b9018c507d7 [diff] |
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>