On Tue, 1 Oct 2024 at 07:35, Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > > On Mon, Sep 30, 2024 at 10:40:30AM -0600, Mathieu Poirier wrote: > > On Mon, Aug 12, 2024 at 03:28:11PM +0800, Lu Baolu wrote: > > > An iommu domain is allocated in rproc_enable_iommu() and is attached to > > > rproc->dev.parent in the same function. > > > > > > Use iommu_paging_domain_alloc() to make it explicit. > > > > > > Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx> > > > Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > > > Link: https://lore.kernel.org/r/20240610085555.88197-13-baolu.lu@xxxxxxxxxxxxxxx > > > --- > > > drivers/remoteproc/remoteproc_core.c | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > > I have applied this patch. > > It is a bit late now. Can we run the stragglers through the iommu > tree? We want to put dependent patches on top of this. > Sure, we can do that: Reviewed-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> Please send me a pull request so that I can also carry the patch in my tree.