Re: [PATCH v3] iommu/msm: Fix dangling list entry on probe failure

From: Mukesh Ojha

Date: Thu Jul 23 2026 - 13:03:01 EST


On Wed, Jul 22, 2026 at 10:39:34PM +0100, Will Deacon wrote:
> On Thu, 16 Jul 2026 16:53:12 +0800, Weimin Xiong wrote:
> > Move the list_add() call to the end of msm_iommu_probe() instead of
> > adding cleanup paths, which avoids the dangling list entry problem
> > entirely (suggested by Mukesh Ojha).
> >
> > This approach simplifies the code by ensuring the iommu device is
> > never added to the global list until after all potential failure
> > points have passed.
> >
> > [...]
>
> Applied to iommu (qualcomm/msm), thanks!
>
> [1/1] iommu/msm: Fix dangling list entry on probe failure
> https://git.kernel.org/iommu/c/6bea37b176b8

Will,

By mistake you have taken the wrong one; it should be v2, not v3 that
should be picked. Sorry for the confusion.

--
-Mukesh Ojha