anonical.com;
> de...@linuxdriverproject.org; Haiyang Zhang
> Subject: Re: [PATCH net 1/1] hyperv: Fix a bug in netvsc_send()
>
> On 21 October 2014 18:13, Long Li wrote:
> > Thanks Sitsofe. This should have been fixed by this patch:
> > http://git.kernel.org/cgit/linux/ke
On 21 October 2014 18:13, Long Li wrote:
> Thanks Sitsofe. This should have been fixed by this patch:
> http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f88e67149f97d73c704d6fe6f492edde97463025
>
> Can you give it a try?
Ah this one went mainline a few days ago so I've a
:36 AM
To: Long Li
Cc: David Miller; o...@aepfle.de; net...@vger.kernel.org; jasow...@redhat.com;
linux-ker...@vger.kernel.org; a...@canonical.com; de...@linuxdriverproject.org
Subject: Re: [PATCH net 1/1] hyperv: Fix a bug in netvsc_send()
On Fri, Oct 10, 2014 at 11:39:00PM +, Long Li wrote
vger.kernel.org; a...@canonical.com;
> de...@linuxdriverproject.org Subject: Re: [PATCH net 1/1] hyperv: Fix
> a bug in netvsc_send()
>
> On Sun, Oct 05, 2014 at 09:11:29PM -0400, David Miller wrote:
> > From: "K. Y. Srinivasan"
> > Date: Sun, 5 Oct 2014 10:42:51 -0700
> >
>
Sitsofe Wheeler
Sent: Thursday, October 09, 2014 6:32 AM
To: David Miller
Cc: o...@aepfle.de; net...@vger.kernel.org; jasow...@redhat.com;
linux-ker...@vger.kernel.org; a...@canonical.com; de...@linuxdriverproject.org
Subject: Re: [PATCH net 1/1] hyperv: Fix a bug in netvsc_send()
On Sun, Oct 05, 20
On Sun, Oct 05, 2014 at 09:11:29PM -0400, David Miller wrote:
> From: "K. Y. Srinivasan"
> Date: Sun, 5 Oct 2014 10:42:51 -0700
>
> > After the packet is successfully sent, we should not touch the packet
> > as it may have been freed. This patch is based on the work done by
> > Long Li .
> >
>
From: "K. Y. Srinivasan"
Date: Sun, 5 Oct 2014 10:42:51 -0700
> After the packet is successfully sent, we should not touch the packet
> as it may have been freed. This patch is based on the work done by
> Long Li .
>
> David, please queue this up for stable.
>
> Signed-off-by: K. Y. Srinivasa
After the packet is successfully sent, we should not touch the packet
as it may have been freed. This patch is based on the work done by
Long Li .
David, please queue this up for stable.
Signed-off-by: K. Y. Srinivasan
Reported-by: Sitsofe Wheeler
---
drivers/net/hyperv/netvsc.c | 15 ++