Re: [PATCH net] netvsc: handle select_queue when device is being removed

2017-03-12 Thread David Miller
From: Stephen Hemminger Date: Thu, 9 Mar 2017 14:58:29 -0800 > Move the send indirection table from the inner device (netvsc) > to the network device context. > > It is possible that netvsc_device is not present (remove in progress). > This solves potential use after free issues when packet is

[PATCH net] netvsc: handle select_queue when device is being removed

2017-03-09 Thread Stephen Hemminger
Move the send indirection table from the inner device (netvsc) to the network device context. It is possible that netvsc_device is not present (remove in progress). This solves potential use after free issues when packet is being created during MTU change, shutdown, or queue count changes. Fixes: