mbox series

[GIT,PULL] ASoC fixes for v5.0

Message ID 20190208123432.GC6695@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.0 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc5

Message

Mark Brown Feb. 8, 2019, 12:34 p.m. UTC
The following changes since commit 4cb79ef9c6c4413427cd70afbb1f3bc01e9b7abf:

  ASoC: amd: Fix potential NULL pointer dereference (2019-01-15 19:06:23 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc5

for you to fetch changes up to 860b454c2c0cbda6892954f5cdbbb48931b3c8db:

  ASoC: samsung: Prevent clk_get_rate() calls in atomic context (2019-02-07 14:34:53 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.0

A selection of driver specific fixes here, along with a few core fixes:

 - A fixup for some MFD devices that were broken by the previous fixes
   for deferred probe.
 - A fix for potential out of bounds array accesses when ordering DAPM
   power/up down sequences.
 - Avoid use after free issue when unloading and reloading drivers using
   topologies.

----------------------------------------------------------------
Charles Keepax (1):
      ASoC: core: Allow soc_find_component lookups to match parent of_node

Fabio Estevam (1):
      ASoC: MAINTAINERS: fsl: Change Fabio's email address

Guennadi Liakhovetski (1):
      ASoC: topology: fix oops/use-after-free case with dai driver

Jiada Wang (1):
      ASoC: rsnd: ssiu: correct shift bit for ssiu9

Kuninori Morimoto (2):
      ASoC: rsnd: fixup MIX kctrl registration
      ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count check

Pierre-Louis Bossart (1):
      ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tables

Russell King (1):
      ASoC: hdmi-codec: fix oops on re-probe

Shuming Fan (1):
      ASoC: rt5682: Correct the setting while select ASRC clk for AD/DA filter

Sylwester Nawrocki (1):
      ASoC: samsung: Prevent clk_get_rate() calls in atomic context

 MAINTAINERS                   |  4 ++--
 sound/soc/codecs/hdmi-codec.c |  4 ++--
 sound/soc/codecs/rt5682.c     |  2 ++
 sound/soc/samsung/i2s.c       | 10 +++++-----
 sound/soc/sh/rcar/core.c      |  8 ++++----
 sound/soc/sh/rcar/ssi.c       |  2 +-
 sound/soc/sh/rcar/ssiu.c      |  2 +-
 sound/soc/soc-core.c          |  9 +++++++--
 sound/soc/soc-dapm.c          | 24 ++++++++++++++++++++++++
 sound/soc/soc-topology.c      |  5 +++++
 10 files changed, 53 insertions(+), 17 deletions(-)

Comments

Takashi Iwai Feb. 8, 2019, 1:15 p.m. UTC | #1
On Fri, 08 Feb 2019 13:34:32 +0100,
Mark Brown wrote:
> 
> The following changes since commit 4cb79ef9c6c4413427cd70afbb1f3bc01e9b7abf:
> 
>   ASoC: amd: Fix potential NULL pointer dereference (2019-01-15 19:06:23 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc5
> 
> for you to fetch changes up to 860b454c2c0cbda6892954f5cdbbb48931b3c8db:
> 
>   ASoC: samsung: Prevent clk_get_rate() calls in atomic context (2019-02-07 14:34:53 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.0
> 
> A selection of driver specific fixes here, along with a few core fixes:
> 
>  - A fixup for some MFD devices that were broken by the previous fixes
>    for deferred probe.
>  - A fix for potential out of bounds array accesses when ordering DAPM
>    power/up down sequences.
>  - Avoid use after free issue when unloading and reloading drivers using
>    topologies.

Thanks pulled now.


Takashi