Re: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread David Miller
From: K. Y. Srinivasan k...@microsoft.com Date: Sun, 28 Sep 2014 19:49:51 -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 lon...@microsoft.com. Signed-off-by: K. Y. Srinivasan

RE: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread KY Srinivasan
@vger.kernel.org Subject: Re: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit() From: K. Y. Srinivasan k...@microsoft.com Date: Sun, 28 Sep 2014 19:49:51 -0700 After the packet is successfully sent, we should not touch the skb as it may have been freed. This patch