[PATCH 0/4] ASoC: stm32: sai: fix device and OF node leaks on probe

Johan Hovold posted 4 patches 1 week ago
sound/soc/stm/stm32_sai.c     | 14 +++------
sound/soc/stm/stm32_sai_sub.c | 57 ++++++++++++++++++++++++-----------
2 files changed, 44 insertions(+), 27 deletions(-)
[PATCH 0/4] ASoC: stm32: sai: fix device and OF node leaks on probe
Posted by Johan Hovold 1 week ago
This series fixes device and OF node reference leaks during probe and
a clock prepare imbalance on probe failures.

Included is a related cleanup of an error path.

Johan


Johan Hovold (4):
  ASoC: stm32: sai: fix device leak on probe
  ASoC: stm32: sai: fix clk prepare imbalance on probe failure
  ASoC: stm32: sai: fix OF node leak on probe
  ASoC: stm32: sai: clean up probe error path

 sound/soc/stm/stm32_sai.c     | 14 +++------
 sound/soc/stm/stm32_sai_sub.c | 57 ++++++++++++++++++++++++-----------
 2 files changed, 44 insertions(+), 27 deletions(-)

-- 
2.51.2
Re: [PATCH 0/4] ASoC: stm32: sai: fix device and OF node leaks on probe
Posted by Mark Brown 6 days, 5 hours ago
On Mon, 24 Nov 2025 11:49:04 +0100, Johan Hovold wrote:
> This series fixes device and OF node reference leaks during probe and
> a clock prepare imbalance on probe failures.
> 
> Included is a related cleanup of an error path.
> 
> Johan
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/4] ASoC: stm32: sai: fix device leak on probe
      commit: e26ff429eaf10c4ef1bc3dabd9bf27eb54b7e1f4
[2/4] ASoC: stm32: sai: fix clk prepare imbalance on probe failure
      commit: 312ec2f0d9d1a5656f76d770bbf1d967e9289aa7
[3/4] ASoC: stm32: sai: fix OF node leak on probe
      commit: 23261f0de09427367e99f39f588e31e2856a690e
[4/4] ASoC: stm32: sai: clean up probe error path
      commit: 3a03de362975398b39d4c6df7325ccb982026a8f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH 0/4] ASoC: stm32: sai: fix device and OF node leaks on probe
Posted by Gabor Juhos 5 days, 3 hours ago
Hello Mark,

2025. 11. 25. 20:22 keltezéssel, Mark Brown írta:
> On Mon, 24 Nov 2025 11:49:04 +0100, Johan Hovold wrote:
>> This series fixes device and OF node reference leaks during probe and
>> a clock prepare imbalance on probe failures.
>>
>> Included is a related cleanup of an error path.
>>
>> Johan
>>
>> [...]
> 
> Applied to
> 
>    https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

It seems that the SPI tree is not the correct place for this series.

Regards,
Gabor