On Wed, Aug 06, 2025 at 03:26:30PM -0300, Jason Gunthorpe wrote: > On Mon, Aug 04, 2025 at 03:42:37PM +0300, Leon Romanovsky wrote: > > +void debug_dma_map_phys(struct device *dev, phys_addr_t phys, size_t size, > > + int direction, dma_addr_t dma_addr, unsigned long attrs) > > { > > struct dma_debug_entry *entry; > > Should this patch should also absorb debug_dma_map_resource() into > here as well and we can have the caller of dma_dma_map_resource() call > debug_dma_map_page with ATTR_MMIO?
It is done in "[PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface". Thanks > > If not, this looks OK > > Reviewed-by: Jason Gunthorpe <j...@nvidia.com> > > Jason >