mbox series

[net,0/4] tipc: fixes in duplicate address discovery function

Message ID 1530900606-24429-1-git-send-email-jon.maloy@ericsson.com
Headers show
Series tipc: fixes in duplicate address discovery function | expand

Message

Jon Maloy July 6, 2018, 6:10 p.m. UTC
commit 25b0b9c4e835 ("tipc: handle collisions of 32-bit node address
hash values") introduced new functionality that has turned out to 
contain several bugs and weaknesses.

We address those in this series.

Jon Maloy (4):
  tipc: fix wrong return value from function tipc_node_try_addr()
  tipc: correct discovery message handling during address trial period
  tipc: fix correct setting of message type in second discoverer
  tipc: make function tipc_net_finalize() thread safe

 net/tipc/discover.c | 18 +++++++++++-------
 net/tipc/net.c      | 17 +++++++++++------
 net/tipc/node.c     |  7 +++++--
 3 files changed, 27 insertions(+), 15 deletions(-)

Comments

David Miller July 7, 2018, 11:03 a.m. UTC | #1
From: Jon Maloy <jon.maloy@ericsson.com>
Date: Fri, 6 Jul 2018 20:10:02 +0200

> commit 25b0b9c4e835 ("tipc: handle collisions of 32-bit node address
> hash values") introduced new functionality that has turned out to 
> contain several bugs and weaknesses.
> 
> We address those in this series.

Series applied and queued up for -stable, thanks!