From: KY Srinivasan Date: Mon, 29 Sep 2014 05:16:43 +0000 (-0700) Subject: hyperv: Fix a bug in netvsc_start_xmit() X-Git-Tag: fixes-for-v3.18-merge-window~53^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dedb845ded56ded1c62f5398a94ffa8615d4592d;p=pandora-kernel.git hyperv: Fix a bug in netvsc_start_xmit() After the packet is successfully sent, we should not touch the skb as it may have been freed. This patch is based on the work done by Long Li . In this version of the patch I have fixed issues pointed out by David. David, please queue this up for stable. Signed-off-by: K. Y. Srinivasan Tested-by: Long Li Tested-by: Sitsofe Wheeler Signed-off-by: David S. Miller --- Reading git-diff-tree failed