I think both v1 and v2 are missing iommu@xxxxxxxxxxxxxxx in CC.
On Wed, Oct 02, 2024 at 10:55:14AM -0700, Yang Shi wrote:
+static inline unsigned int arm_smmu_strtab_max_sid(struct arm_smmu_device *smmu)Hmm, why ULL gets truncated to unsigned int here?
+{
+ return (1ULL << smmu->sid_bits);
+}
+
Thanks
Nicolin