RE: [PATCH 10/15] vfio/fsl-mc: Use the new device life cycle helpers

2022-08-30 Thread Tian, Kevin
> From: Jason Gunthorpe > Sent: Wednesday, August 31, 2022 8:23 AM > > On Sun, Aug 28, 2022 at 01:10:32AM +0800, Kevin Tian wrote: > > From: Yi Liu > > > > Export symbol of vfio_release_device_set() so fsl-mc @init can handle > > the error path cleanly instead of assuming certain vfio core API c

Re: [PATCH 10/15] vfio/fsl-mc: Use the new device life cycle helpers

2022-08-30 Thread Jason Gunthorpe
On Sun, Aug 28, 2022 at 01:10:32AM +0800, Kevin Tian wrote: > From: Yi Liu > > Export symbol of vfio_release_device_set() so fsl-mc @init can handle > the error path cleanly instead of assuming certain vfio core API can > help release device_set afterwards. I think you should leave it as is, the