All of lore.kernel.org
 help / color / mirror / Atom feed
* [yiliu1765-iommufd:wip/iommufd_pasid 68/70] drivers/vfio/pci/vfio_pci.c:145:35: error: 'vfio_iommufd_physical_pasid_attach_ioas' undeclared here (not in a function); did you mean 'vfio_iommufd_physical_attach_ioas'?
@ 2023-07-12 10:43 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-12 10:43 UTC (permalink / raw)
  To: Yi Liu, Kevin Tian; +Cc: oe-kbuild-all

tree:   https://github.com/yiliu1765/iommufd.git wip/iommufd_pasid
head:   8db4af69ff01c9d7e21e41bf884c6c727dd8525a
commit: 3ec6edc4643d8e526bbcd6eff007c2c6e15383ee [68/70] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
config: s390-defconfig (https://download.01.org/0day-ci/archive/20230712/202307121817.8ldDJAZF-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230712/202307121817.8ldDJAZF-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202307121817.8ldDJAZF-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/vfio/pci/vfio_pci.c:145:35: error: 'vfio_iommufd_physical_pasid_attach_ioas' undeclared here (not in a function); did you mean 'vfio_iommufd_physical_attach_ioas'?
     145 |         .pasid_attach_ioas      = vfio_iommufd_physical_pasid_attach_ioas,
         |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                                   vfio_iommufd_physical_attach_ioas
>> drivers/vfio/pci/vfio_pci.c:146:35: error: 'vfio_iommufd_physical_pasid_detach_ioas' undeclared here (not in a function); did you mean 'vfio_iommufd_physical_detach_ioas'?
     146 |         .pasid_detach_ioas      = vfio_iommufd_physical_pasid_detach_ioas,
         |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                                   vfio_iommufd_physical_detach_ioas


vim +145 drivers/vfio/pci/vfio_pci.c

   127	
   128	static const struct vfio_device_ops vfio_pci_ops = {
   129		.name		= "vfio-pci",
   130		.init		= vfio_pci_core_init_dev,
   131		.release	= vfio_pci_core_release_dev,
   132		.open_device	= vfio_pci_open_device,
   133		.close_device	= vfio_pci_core_close_device,
   134		.ioctl		= vfio_pci_core_ioctl,
   135		.device_feature = vfio_pci_core_ioctl_feature,
   136		.read		= vfio_pci_core_read,
   137		.write		= vfio_pci_core_write,
   138		.mmap		= vfio_pci_core_mmap,
   139		.request	= vfio_pci_core_request,
   140		.match		= vfio_pci_core_match,
   141		.bind_iommufd	= vfio_iommufd_physical_bind,
   142		.unbind_iommufd	= vfio_iommufd_physical_unbind,
   143		.attach_ioas	= vfio_iommufd_physical_attach_ioas,
   144		.detach_ioas	= vfio_iommufd_physical_detach_ioas,
 > 145		.pasid_attach_ioas	= vfio_iommufd_physical_pasid_attach_ioas,
 > 146		.pasid_detach_ioas	= vfio_iommufd_physical_pasid_detach_ioas,
   147	};
   148	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-12 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 10:43 [yiliu1765-iommufd:wip/iommufd_pasid 68/70] drivers/vfio/pci/vfio_pci.c:145:35: error: 'vfio_iommufd_physical_pasid_attach_ioas' undeclared here (not in a function); did you mean 'vfio_iommufd_physical_attach_ioas'? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.