From: Cong Wang
Date: Sun, 16 Dec 2018 23:25:12 -0800
> Similar to commit 143ece654f9f ("tipc: check tsk->group in
> tipc_wait_for_cond()")
> we have to reload grp->dests too after we re-take the sock lock.
> This means we need to move the dsts check after tipc_wait_for_cond()
> too.
>
> Fixes:
Acked-by: Jon Maloy
Thank you, Cong.
///jon
> -Original Message-
> From: Cong Wang
> Sent: 17-Dec-18 02:25
> To: netdev@vger.kernel.org
> Cc: Cong Wang ; Ying Xue
> ; Jon Maloy
> Subject: [Patch net] tipc: check group dests after tipc_wait_for_cond()
&
Similar to commit 143ece654f9f ("tipc: check tsk->group in
tipc_wait_for_cond()")
we have to reload grp->dests too after we re-take the sock lock.
This means we need to move the dsts check after tipc_wait_for_cond()
too.
Fixes: 75da2163dbb6 ("tipc: introduce communication groups")
Reported-and-te