returniommu_ops_from_fwnode(fwspec?fwspec->iommu_fwnode:NULL); 25+ } 26+ 2227 intiommu_group_replace_domain(structiommu_group*group, 2328 structiommu_domain*new_domain); 2429 Original file line numberDiff line
There is a bug introduced with commit 27c2127 that causes devices which are hot unplugged and then hot-replugged to not have per-device dma_ops set. This causes these devices to not function correctly. Fixed with this patch. Reported-by: Andreas Degert <andreas.deg...@googlemail.com> Si...