Re: [PATCH] amba: tegra-ahb: fix device leak on smmu enable
From: Johan Hovold
Date: Wed Nov 05 2025 - 03:08:27 EST
On Thu, Sep 25, 2025 at 05:00:07PM +0200, Johan Hovold wrote:
> Make sure to drop the reference taken to the ahb platform device when
> looking up its driver data while enabling the smmu.
>
> Note that holding a reference to a device does not prevent its driver
> data from going away.
>
> Fixes: 89c788bab1f0 ("ARM: tegra: Add SMMU enabler in AHB")
> Cc: stable@xxxxxxxxxxxxxxx # 3.5
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
Can this one be picked up for 6.19?
Johan