OSDN Git Service

vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
authorYi Liu <yi.l.liu@intel.com>
Mon, 27 Mar 2023 09:33:51 +0000 (02:33 -0700)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 31 Mar 2023 16:43:32 +0000 (13:43 -0300)
commit7d12578c5d508050554bcd9ca3d2331914d86d71
treeabfc6e7ae9aa91eca9d630fdd1577d91cce48074
parent0a782d15e1d406e8074954405b1dc143a7645344
vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

After making the no-DMA drivers (samples/vfio-mdev) providing iommufd
callbacks, __vfio_register_dev() should check the presence of the iommufd
callbacks if CONFIG_IOMMUFD is enabled.

Link: https://lore.kernel.org/r/20230327093351.44505-7-yi.l.liu@intel.com
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Tested-by: Terrence Xu <terrence.xu@intel.com>
Tested-by: Nicolin Chen <nicolinc@nvidia.com>
Signed-off-by: Yi Liu <yi.l.liu@intel.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/vfio/iommufd.c
drivers/vfio/vfio_main.c