iommu/vt-d: Fix off-by-one in PASID allocation
[ Upstream commit 39d630e3 ] PASID allocator uses IDR which is exclusive for the end of the allocation range. There is no need to decrement pasid_max. Fixes: af395073 ("iommu/vt-d: Apply global PASID in SVA") Reported-by:Eric Auger <eric.auger@redhat.com> Signed-off-by:
Jacob Pan <jacob.jun.pan@linux.intel.com> Reviewed-by:
Eric Auger <eric.auger@redhat.com> Signed-off-by:
Lu Baolu <baolu.lu@linux.intel.com> Signed-off-by:
Joerg Roedel <jroedel@suse.de> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Showing
Please register or sign in to comment