From: Andrey Utkin Date: Mon, 7 Jul 2014 20:22:50 +0000 (+0300) Subject: appletalk: Fix socket referencing in skb X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36beddc272c111689f3042bf3d10a64d8a805f93;p=pandora-kernel.git appletalk: Fix socket referencing in skb Setting just skb->sk without taking its reference and setting a destructor is invalid. However, in the places where this was done, skb is used in a way not requiring skb->sk setting. So dropping the setting of skb->sk. Thanks to Eric Dumazet for correct solution. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=79441 Reported-by: Ed Martin Signed-off-by: Andrey Utkin Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed