From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net 0/4] tipc: fixes in duplicate address discovery function Date: Sat, 07 Jul 2018 20:03:06 +0900 (KST) Message-ID: <20180707.200306.114620246333884304.davem@davemloft.net> References: <1530900606-24429-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, gordan.mihaljevic@dektech.com.au, tung.q.nguyen@dektech.com.au, hoang.h.le@dektech.com.au, canh.d.luu@dektech.com.au, ying.xue@windriver.com, tipc-discussion@lists.sourceforge.net To: jon.maloy@ericsson.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51096 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080AbeGGLDM (ORCPT ); Sat, 7 Jul 2018 07:03:12 -0400 In-Reply-To: <1530900606-24429-1-git-send-email-jon.maloy@ericsson.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jon Maloy 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!