[PATCH for stable v2 0/2] ASoC: topology: Fix loading topology issue

Amadeusz Sławiński posted 2 patches 1 year, 5 months ago
sound/soc/soc-topology.c | 32 ++++++++------------------------
1 file changed, 8 insertions(+), 24 deletions(-)
[PATCH for stable v2 0/2] ASoC: topology: Fix loading topology issue
Posted by Amadeusz Sławiński 1 year, 5 months ago
Commit 97ab304ecd95 ("ASoC: topology: Fix references to freed memory")
is a problematic fix for issue in topology loading code, which was
cherry-picked to stable. It was later corrected in
0298f51652be ("ASoC: topology: Fix route memory corruption"), however to
apply cleanly e0e7bc2cbee9 ("ASoC: topology: Clean up route loading")
also needs to be applied.

Link: https://lore.kernel.org/linux-sound/ZrwUCnrtKQ61LWFS@sashalap/T/#mbfd273adf86fe93b208721f1437d36e5d2a9aa19

Should be applied to stable 6.1, 6.6, 6.9.

v2:
 - Mention base commit
 - Sign-off patches again, as those are cherrypicks

Amadeusz Sławiński (2):
  ASoC: topology: Clean up route loading
  ASoC: topology: Fix route memory corruption

 sound/soc/soc-topology.c | 32 ++++++++------------------------
 1 file changed, 8 insertions(+), 24 deletions(-)

-- 
2.34.1

Re: [PATCH for stable v2 0/2] ASoC: topology: Fix loading topology issue
Posted by Greg Kroah-Hartman 1 year, 5 months ago
On Wed, Aug 14, 2024 at 05:47:47PM +0200, Amadeusz Sławiński wrote:
> Commit 97ab304ecd95 ("ASoC: topology: Fix references to freed memory")
> is a problematic fix for issue in topology loading code, which was
> cherry-picked to stable. It was later corrected in
> 0298f51652be ("ASoC: topology: Fix route memory corruption"), however to
> apply cleanly e0e7bc2cbee9 ("ASoC: topology: Clean up route loading")
> also needs to be applied.
> 
> Link: https://lore.kernel.org/linux-sound/ZrwUCnrtKQ61LWFS@sashalap/T/#mbfd273adf86fe93b208721f1437d36e5d2a9aa19
> 
> Should be applied to stable 6.1, 6.6, 6.9.

6.9 is long end-of-life (as shown on the front page of kernel.org.)

Patches queued up to 6.1 and 6.6 now, thanks.

greg k-h