From: Eric Dumazet Date: Tue, 1 Nov 2011 12:56:59 +0000 (+0000) Subject: udp: fix a race in encap_rcv handling X-Git-Tag: v3.2-rc1~68^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad92ad03aa444b312bd318b0341011a8be09d13;p=pandora-kernel.git udp: fix a race in encap_rcv handling udp_queue_rcv_skb() has a possible race in encap_rcv handling, since this pointer can be changed anytime. We should use ACCESS_ONCE() to close the race. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed