aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorJacob Pan <[email protected]>2025-06-18 23:46:17 +0000
committerAlex Williamson <[email protected]>2025-07-11 20:43:37 +0000
commitb25e271b377999191b12f0afbe1861edcf57e3fe (patch)
treecf36e7a9fe0e39a39f6511dd3592af4bcc328ba9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentLinux 6.16-rc5 (diff)
downloadkernel-b25e271b377999191b12f0afbe1861edcf57e3fe.tar.gz
kernel-b25e271b377999191b12f0afbe1861edcf57e3fe.zip
vfio: Fix unbalanced vfio_df_close call in no-iommu mode
For devices with no-iommu enabled in IOMMUFD VFIO compat mode, the group open path skips vfio_df_open(), leaving open_count at 0. This causes a warning in vfio_assert_device_open(device) when vfio_df_close() is called during group close. The correct behavior is to skip only the IOMMUFD bind in the device open path for no-iommu devices. Commit 6086efe73498 omitted vfio_df_open(), which was too broad. This patch restores the previous behavior, ensuring the vfio_df_open is called in the group open path. Fixes: 6086efe73498 ("vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()") Suggested-by: Alex Williamson <[email protected]> Suggested-by: Jason Gunthorpe <[email protected]> Signed-off-by: Jacob Pan <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions