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
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
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(