]> git.ipfire.org Git - thirdparty/linux.git/commit
vfio: Require drivers to implement get_region_info
authorJason Gunthorpe <jgg@nvidia.com>
Fri, 7 Nov 2025 17:41:30 +0000 (13:41 -0400)
committerAlex Williamson <alex@shazbot.org>
Wed, 12 Nov 2025 22:05:02 +0000 (15:05 -0700)
commitf97859503859fd217d27fc4496f294955e197eaf
treed26238af50f6c48e61ee30d178bea7d2952cbf99
parente664067b603570164794facf06686434a12cb74d
vfio: Require drivers to implement get_region_info

Remove the fallback through the ioctl callback, no drivers use this now.

Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Pranjal Shrivastava <praan@google.com>
Reviewed-by: Mostafa Saleh <smostafa@google.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/14-v2-2a9e24d62f1b+e10a-vfio_get_region_info_op_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
drivers/vfio/vfio_main.c