From: David S. Miller Date: Fri, 6 Feb 2015 00:00:06 +0000 (-0800) Subject: Merge branch 'tipc-next' X-Git-Tag: firefly_0821_release~176^2~2371^2~43 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d231e3f762b4cbb0d91f284f3aa6d47a8e83e28;p=firefly-linux-kernel-4.4.55.git Merge branch 'tipc-next' Jon Maloy says: ==================== tipc: resolve message disordering problem When TIPC receives messages from multi-threaded device drivers it may occasionally deliver messages to their destination sockets in the wrong order. This happens despite correct resequencing at the link layer, because the upcall path from link to socket is not protected by any locks. These commits solve this problem by introducing an 'input' message queue in each link, through which messages must be delivered to the upper layers. ==================== Signed-off-by: David S. Miller --- 7d231e3f762b4cbb0d91f284f3aa6d47a8e83e28