From: David S. Miller Date: Thu, 9 Dec 2010 02:42:23 +0000 (-0800) Subject: econet: Fix crash in aun_incoming(). X-Git-Tag: v2.6.37-rc6~14^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e085e76cbe558b79b54cbab772f61185879bc64;p=pandora-kernel.git econet: Fix crash in aun_incoming(). Unconditional use of skb->dev won't work here, try to fetch the econet device via skb_dst()->dev instead. Suggested by Eric Dumazet. Reported-by: Nelson Elhage Tested-by: Nelson Elhage Signed-off-by: David S. Miller --- Reading git-diff-tree failed