Re: [PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec

2023-11-08 Thread André Draszik
Hi Jason, On Fri, 2023-11-03 at 13:44 -0300, Jason Gunthorpe wrote: > This is a more complete solution that the first attempt here: > https://lore.kernel.org/r/1698825902-10685-1-git-send-email-quic_zhenh...@quicinc.com > > I haven't been able to test this on any HW that touches these paths, so i

Re: [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static

2023-11-08 Thread André Draszik
Hi Jason, On Fri, 2023-11-03 at 13:44 -0300, Jason Gunthorpe wrote: > There are no external callers now. > > Signed-off-by: Jason Gunthorpe > --- >  drivers/iommu/iommu.c | 3 ++- >  include/linux/iommu.h | 6 -- >  2 files changed, 2 insertions(+), 7 deletions(-) > > diff --git a/drivers/iom