netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net 0/2] fix the issue that may copy duplicate addrs into assoc's bind address list
@ 2016-12-20  5:49 Xin Long
  2016-12-20  5:49 ` [PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list Xin Long
  0 siblings, 1 reply; 6+ messages in thread
From: Xin Long @ 2016-12-20  5:49 UTC (permalink / raw)
  To: network dev, linux-sctp; +Cc: davem, Marcelo Ricardo Leitner, Neil Horman

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.

Xin Long (2):
  sctp: reduce indent level in sctp_copy_local_addr_list
  sctp: not copying duplicate addrs to the assoc's bind address list

 net/sctp/bind_addr.c |  3 +++
 net/sctp/protocol.c  | 40 ++++++++++++++++++++++------------------
 2 files changed, 25 insertions(+), 18 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-21 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20  5:49 [PATCHv2 net 0/2] fix the issue that may copy duplicate addrs into assoc's bind address list Xin Long
2016-12-20  5:49 ` [PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list Xin Long
2016-12-20  5:49   ` [PATCHv2 net 2/2] sctp: not copying duplicate addrs to the assoc's bind address list Xin Long
2016-12-20 11:30     ` Marcelo Ricardo Leitner
2016-12-20 11:29   ` [PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list Marcelo Ricardo Leitner
2016-12-21 14:16   ` Neil Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).