[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171218.131715.1473690568653475583.davem@davemloft.net>
Date: Mon, 18 Dec 2017 13:17:15 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: jon.maloy@...csson.com
Cc: netdev@...r.kernel.org,
mohan.krishna.ghanta.krishnamurthy@...csson.com,
tung.q.nguyen@...tech.com.au, hoang.h.le@...tech.com.au,
canh.d.luu@...tech.com.au, ying.xue@...driver.com,
tipc-discussion@...ts.sourceforge.net
Subject: Re: [net 1/1] tipc: remove leaving group member from all lists
From: Jon Maloy <jon.maloy@...csson.com>
Date: Mon, 18 Dec 2017 18:13:34 +0100
> A group member going into state LEAVING should never go back to any
> other state before it is finally deleted. However, this might happen
> if the socket needs to send out a RECLAIM message during this interval.
> Since we forget to remove the leaving member from the group's 'active'
> or 'pending' list, the member might be selected for reclaiming, change
> state to RECLAIMING, and get stuck in this state instead of being
> deleted. This might lead to suppression of the expected 'member down'
> event to the receiver.
>
> We fix this by removing the member from all lists, except the RB tree,
> at the moment it goes into state LEAVING.
>
> Signed-off-by: Jon Maloy <jon.maloy@...csson.com>
Also applied, thanks Jon.
Powered by blists - more mailing lists