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

2014-09-28 Thread KY Srinivasan
ow...@redhat.com; sta...@vger.kernel.org > Subject: Re: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in > netvsc_start_xmit() > > From: "K. Y. Srinivasan" > Date: Sun, 28 Sep 2014 19:49:51 -0700 > > > After the packet is successfully sent, we should not tou

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" 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 . > > Signed-off-by: K. Y. Srinivasan > Tested-by: Long Li > Cc: You hyperv guys

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

2014-09-28 Thread K. Y. Srinivasan
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 . Signed-off-by: K. Y. Srinivasan Tested-by: Long Li Cc: --- drivers/net/hyperv/netvsc_drv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(