From: Vasundhara Volam Date: Mon, 3 Mar 2014 08:55:07 +0000 (+0530) Subject: be2net: Fix skb double free in be_xmit_wrokarounds() failure path X-Git-Tag: v3.14-rc6~30^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91289510602baf9a05b3501d97dc70efa269e01;p=pandora-kernel.git be2net: Fix skb double free in be_xmit_wrokarounds() failure path skb_padto(), skb_share_check() and __vlan_put_tag() routines free skb when they return an error. This patch fixes be_xmit_workarounds() to not free skb again in such cases. Signed-off-by: Vasundhara Volam Signed-off-by: Sathya Perla Signed-off-by: Somnath Kotur Signed-off-by: David S. Miller --- Reading git-diff-tree failed