iverproject.org; sta...@vger.kernel.org; Greg KH
> >
> > Subject: Re: [PATCH] vmbus: re-enable tasklet
> >
> > On Thu, 22 Jun 2017 16:16:54 -0700
> > Stephen Hemminger wrote:
> >
> > > This problem shows up in 4.11 when netvsc driver is removed and
> &
> -Original Message-
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Thursday, June 29, 2017 4:31 PM
> To: KY Srinivasan ; Haiyan Yang
>
> Cc: de...@linuxdriverproject.org; sta...@vger.kernel.org; Greg KH
>
> Subject: Re: [PATCH] vmbus: r
On Thu, 22 Jun 2017 16:16:54 -0700
Stephen Hemminger wrote:
> This problem shows up in 4.11 when netvsc driver is removed and reloaded.
> The problem is that the channel is closed during module removal and the
> tasklet for processing responses is disabled. When module is reloaded
> the channel i
This problem shows up in 4.11 when netvsc driver is removed and reloaded.
The problem is that the channel is closed during module removal and the
tasklet for processing responses is disabled. When module is reloaded
the channel is reopened but the tasklet is marked as disabled.
Patch for upstream