From: Eric Dumazet Date: Thu, 5 Apr 2012 22:17:46 +0000 (+0000) Subject: netlink: fix races after skb queueing X-Git-Tag: v3.4-rc2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a7e7c2ad540e54c75489a70137bf0ec15d3a127;p=pandora-kernel.git netlink: fix races after skb queueing As soon as an skb is queued into socket receive_queue, another thread can consume it, so we are not allowed to reference skb anymore, or risk use after free. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed