From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Maloy Subject: [net 0/4] tipc: fixes in duplicate address discovery function Date: Fri, 6 Jul 2018 20:10:02 +0200 Message-ID: <1530900606-24429-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , To: , Return-path: Received: from sesbmg22.ericsson.net ([193.180.251.48]:59390 "EHLO sesbmg22.ericsson.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933999AbeGFSKQ (ORCPT ); Fri, 6 Jul 2018 14:10:16 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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(-) -- 2.1.4