iommu: Validate the PASID in iommu_attach_device_pasid()
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 27 Mar 2024 13:41:39 +0000 (10:41 -0300)
committerJoerg Roedel <jroedel@suse.de>
Thu, 28 Mar 2024 05:38:40 +0000 (06:38 +0100)
commitc404f55c26fc23c70a9f2262f3f36a69fc46289b
tree30dc6baef89f0277eec1cc7fb6b07304ea939bb7
parent256859608b1c477035951446e568f98c8aea2214
iommu: Validate the PASID in iommu_attach_device_pasid()

The SVA code checks that the PASID is valid for the device when assigning
the PASID to the MM, but the normal PAGING related path does not check it.

Devices that don't support PASID or PASID values too large for the device
should not invoke the driver callback. The drivers should rely on the
core code for this enforcement.

Fixes: 16603704559c7a68 ("iommu: Add attach/detach_dev_pasid iommu interfaces")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Yi Liu <yi.l.liu@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/0-v1-460705442b30+659-iommu_check_pasid_jgg@nvidia.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c