[Intel-gfx] [PATCH v7 15/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
Liu, Yi L
yi.l.liu at intel.com
Fri Mar 17 03:06:34 UTC 2023
> From: Tian, Kevin <kevin.tian at intel.com>
> Sent: Friday, March 17, 2023 10:14 AM
>
> > From: Liu, Yi L <yi.l.liu at intel.com>
> > Sent: Thursday, March 16, 2023 8:55 PM
> >
> > +void vfio_iommufd_physical_detach_ioas(struct vfio_device *vdev)
> > +{
> > + lockdep_assert_held(&vdev->dev_set->lock);
> > +
> > + if (WARN_ON(!vdev->iommufd_device) || !vdev->iommufd_attached)
> > + return;
> > +
>
> the 2nd check shouldn't be a WARN_ON. It's user-triggerable.
Yes. it has already been removed in this version.:)
More information about the Intel-gfx
mailing list