> -----Original Message----- > From: Vitaly Kuznetsov [mailto:[email protected]] > Sent: Thursday, August 11, 2016 6:59 AM > To: [email protected] > Cc: [email protected]; [email protected]; Haiyang > Zhang <[email protected]>; KY Srinivasan <[email protected]> > Subject: [PATCH net 2/4] hv_netvsc: reset vf_inject on VF removal > > We reset vf_inject on VF going down (netvsc_vf_down()) but we don't on > VF removal (netvsc_unregister_vf()) so vf_inject stays 'true' while > vf_netdev is already NULL and we're trying to inject packets into NULL > net device in netvsc_recv_callback() causing kernel to crash. > > Signed-off-by: Vitaly Kuznetsov <[email protected]>
Acked-by: Haiyang Zhang <[email protected]> _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
