From: David S. Miller Date: Tue, 11 Nov 2014 02:05:43 +0000 (-0500) Subject: Merge branch 'sunvnet-next' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d21385fadabf249afd2e288a1eae1f093ce9fa38;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'sunvnet-next' Sowmini Varadhan says: ==================== sunvnet: edge-case/race-conditions bug fixes This patch series contains fixes for race-conditions in sunvnet, that can encountered when there is a difference in latency between producer and consumer. Patch 1 addresses a case when the STOPPED LDC ack from a peer is processed before vnet_start_xmit can finish updating the dr->prod state. Patch 2 fixes the edge-case when outgoing data and incoming stopped-ack cross each other in flight. Patch 3 adds a missing rcu_read_unlock(), found by code-inspection. ==================== Signed-off-by: David S. Miller --- d21385fadabf249afd2e288a1eae1f093ce9fa38