Re: ibmvnic: Race condition in remove callback

2021-01-19 Thread Uwe Kleine-König
Hello Dany, On Tue, Jan 19, 2021 at 10:14:25AM -0800, Dany Madden wrote: > On 2021-01-17 02:12, Uwe Kleine-König wrote: > > while working on some cleanup I stumbled over a problem in the ibmvnic's > > remove callback. Since commit > > > > 7d7195a026ba ("ibmvnic: Do not process device remo

Re: ibmvnic: Race condition in remove callback

2021-01-19 Thread Dany Madden
On 2021-01-17 02:12, Uwe Kleine-König wrote: Hello, while working on some cleanup I stumbled over a problem in the ibmvnic's remove callback. Since commit 7d7195a026ba ("ibmvnic: Do not process device remove during device reset") there is the following code in the remove callback:

ibmvnic: Race condition in remove callback

2021-01-17 Thread Uwe Kleine-König
Hello, while working on some cleanup I stumbled over a problem in the ibmvnic's remove callback. Since commit 7d7195a026ba ("ibmvnic: Do not process device remove during device reset") there is the following code in the remove callback: static int ibmvnic_remove(struct vio_dev