Re: [PATCH net 1/1 V2] hyperv: Fix a bug in netvsc_start_xmit()
From: David Miller <davem@davemloft.net>
Date: 2014-09-30 05:21:58
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2014-09-30 05:21:58
Also in:
lkml
From: "K. Y. Srinivasan" <kys@microsoft.com> Date: Sun, 28 Sep 2014 22:16:43 -0700
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 [off-list ref]. 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 <kys@microsoft.com> Tested-by: Long Li <longli@microsoft.com>
Applied and queued up for -stable.