From: Jon Maloy <[email protected]> Date: Tue, 25 Sep 2018 22:09:10 +0200
> From: Parthasarathy Bhuvaragan <[email protected]> > > In tipc_link_reset() we copy the wakeup queue to input queue using > skb_queue_splice_init(link->wakeupq, link->inputq). > This is performed without holding any locks. The lists might be > simultaneously be accessed by other cpu threads in tipc_sk_rcv(), > something leading to to random missing packets. > > Signed-off-by: Parthasarathy Bhuvaragan > <[email protected]> > Signed-off-by: Jon Maloy <[email protected]> Applied. _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
