mbox series

[GIT,PULL] ASoC fixes for v6.10-rc7

Message ID b612cf49c9449f240cfb709d876b7d0c.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.10-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.10-rc7

Message

Mark Brown July 11, 2024, 2:46 p.m. UTC
The following changes since commit 68f97fe330e01450ace63da0ce5cab676fc97f9a:

  ASoC: rt5645: fix issue of random interrupt from push-button (2024-06-26 16:34:48 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.10-rc7

for you to fetch changes up to 680e126ec0400f6daecf0510c5bb97a55779ff03:

  firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (2024-07-08 15:55:11 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.10

A few fairly small fixes for ASoC, there's a relatively large set of
hardening changes for the cs_dsp firmware file parsing and a couple of
other small device specific fixes.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: rt711-sdw: add missing readable registers

Kai Vehmanen (1):
      ASoC: SOF: Intel: hda: fix null deref on system suspend entry

Peter Ujfalusi (1):
      ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES

Richard Fitzgerald (5):
      firmware: cs_dsp: Fix overflow checking of wmfw header
      firmware: cs_dsp: Return error if block header overflows file
      firmware: cs_dsp: Validate payload length before processing block
      firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
      firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

 drivers/firmware/cirrus/cs_dsp.c | 227 ++++++++++++++++++++++++++++-----------
 sound/soc/codecs/rt711-sdw.c     |   2 +
 sound/soc/sof/intel/hda-dai.c    |  12 +--
 sound/soc/sof/intel/hda-pcm.c    |   6 ++
 4 files changed, 176 insertions(+), 71 deletions(-)