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

From: Joerg Roedel
Date: Wed Mar 12 2025 - 11:59:55 EST


Hi Robin,

On Wed, Mar 12, 2025 at 03:01:31PM +0000, 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>
> ---
> drivers/iommu/iommu.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

Added a fixes tag and applied it, thanks for handling this quickly.

Regards,

Joerg