[PATCH 0/2] soc: mediatek: mtk-svs: fix device leaks on probe failure

Johan Hovold posted 2 patches 3 weeks, 2 days ago
drivers/soc/mediatek/mtk-svs.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
[PATCH 0/2] soc: mediatek: mtk-svs: fix device leaks on probe failure
Posted by Johan Hovold 3 weeks, 2 days ago
This series fixes mostly benign device leaks in case the svs driver
probe defers (or is ever unbound), but which should be fixed if only to
reduce the risk of such bugs being reproduced in places where it matter
more.

Johan


Johan Hovold (2):
  soc: mediatek: mtk-svs: fix device leaks on mt8183 probe failure
  soc: mediatek: mtk-svs: fix device leaks on mt8192 probe failure

 drivers/soc/mediatek/mtk-svs.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

-- 
2.49.1
Re: [PATCH 0/2] soc: mediatek: mtk-svs: fix device leaks on probe failure
Posted by Matthias Brugger 3 weeks, 1 day ago

On 09/09/2025 11:56, Johan Hovold wrote:
> This series fixes mostly benign device leaks in case the svs driver
> probe defers (or is ever unbound), but which should be fixed if only to
> reduce the risk of such bugs being reproduced in places where it matter
> more.
> 

Series queued, thanks!

> Johan
> 
> 
> Johan Hovold (2):
>    soc: mediatek: mtk-svs: fix device leaks on mt8183 probe failure
>    soc: mediatek: mtk-svs: fix device leaks on mt8192 probe failure
> 
>   drivers/soc/mediatek/mtk-svs.c | 23 +++++++++++++++++++++++
>   1 file changed, 23 insertions(+)
>