Re: [PATCH] iommu: Don't warn prematurely about dodgy probes

From: Baolu Lu
Date: Wed Mar 12 2025 - 23:30:15 EST


On 3/12/25 23:01, Robin Murphy wrote:
The warning for suspect probe conditions inadvertently got moved too
early in a prior respin - it happened to work out OK for fwspecs, but in
general still needs to be after the ops->probe_device call so drivers
which filter devices for themselves have a chance do do that.

Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>

Fixes: bcb81ac6ae3c ("iommu: Get DT/ACPI parsing into the proper probe path")

Reviewed-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>

Thanks,
baolu