Re: [PATCH v8 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters

From: Jason Gunthorpe

Date: Fri Dec 19 2025 - 11:30:52 EST


On Wed, Dec 17, 2025 at 03:24:30PM -0800, Nicolin Chen wrote:
> +static struct arm_smmu_inv *
> +arm_smmu_master_build_inv(struct arm_smmu_master *master,
> + enum arm_smmu_inv_type type, u32 id, ioasid_t ssid,
> + size_t pgsize)
> +{

ssid is not used in this function

Jason