[PATCH v9 09/12] iommu/arm-smmu-v3-kdump: Implement is_attach_deferred()

Nicolin Chen nicolinc at nvidia.com
Sat Aug 22 11:16:35 PDT 2026


On Fri, Aug 21, 2026 at 08:15:26PM -0300, Jason Gunthorpe wrote:
> > @@ -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;
> > +}
> 
> 
> ?

This is for !CONFIG_CRASH_DUMP case. I think we need it.

Thanks
Nicolin



More information about the linux-arm-kernel mailing list