Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: cs35l56: Fix some cleanup memory leaks
@ 2026-06-10  9:34 Richard Fitzgerald
  2026-06-10  9:34 ` [PATCH v2 1/3] ASoC: cs35l56: Fix missing calls to wm_adsp2_remove() Richard Fitzgerald
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Fitzgerald @ 2026-06-10  9:34 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

These are for-next.

They are not urgent because it only leaks memory if the driver failed to
component_probe or is removed, which wouldn't happen in normal use.

This series fixes some memory leaks:
- The memory allocated by wm_adsp/cs_dsp was not freed.
- If component_probe() failed it didn't clean up.

The addition of this cleanup in patch #3 exposes an existing possible
double-free of the debugfs, which is fixed in patch #2.

Changes in V2:
- Added patch to prevent the double-free of debugfs

Richard Fitzgerald (3):
  ASoC: cs35l56: Fix missing calls to wm_adsp2_remove()
  ASoC: cs35l56: Prevent double-free of debugfs
  ASoC: cs35l56: Cleanup if component_probe fails

 sound/soc/codecs/cs35l56-shared.c |  1 +
 sound/soc/codecs/cs35l56.c        | 20 ++++++++++++++++++--
 sound/soc/codecs/wm_adsp.c        |  7 +++++++
 3 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-11  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  9:34 [PATCH v2 0/3] ASoC: cs35l56: Fix some cleanup memory leaks Richard Fitzgerald
2026-06-10  9:34 ` [PATCH v2 1/3] ASoC: cs35l56: Fix missing calls to wm_adsp2_remove() Richard Fitzgerald
2026-06-10  9:34 ` [PATCH v2 2/3] ASoC: cs35l56: Prevent double-free of debugfs Richard Fitzgerald
2026-06-10  9:34 ` [PATCH v2 3/3] ASoC: cs35l56: Cleanup if component_probe fails Richard Fitzgerald
2026-06-10 10:24 ` [PATCH v2 0/3] ASoC: cs35l56: Fix some cleanup memory leaks Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox