Re: [PATCH v9 09/12] iommu/arm-smmu-v3-kdump: Implement is_attach_deferred()
From: Jason Gunthorpe
Date: Fri Aug 21 2026 - 19:17:16 EST
> @@ -1276,6 +1292,12 @@ arm_smmu_kdump_adopt_deferred_l2_strtab(struct arm_smmu_device *smmu, u32 sid,
> {
> return -EOPNOTSUPP;
> }
> +
> +static inline bool
> +arm_smmu_kdump_is_attach_deferred(struct arm_smmu_master *master)
> +{
> + return false;
> +}
?
Looks OK otherwise
Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
--
Jason