From: Haiyang Zhang <haiya...@linuxonhyperv.com> Date: Thu, 28 Mar 2019 19:40:36 +0000
> From: Haiyang Zhang <haiya...@microsoft.com> > > After queue stopped, the wakeup mechanism may wake it up again > when ring buffer usage is lower than a threshold. This may cause > send path panic on NULL pointer when we stopped all tx queues in > netvsc_detach and start removing the netvsc device. > > This patch fix it by adding a tx_disable flag to prevent unwanted > queue wakeup. > > Fixes: 7b2ee50c0cd5 ("hv_netvsc: common detach logic") > Reported-by: Mohammed Gamal <mga...@redhat.com> > Signed-off-by: Haiyang Zhang <haiya...@microsoft.com> Applied and queued up for -stable, thanks.