From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [GIT PULL] ASoC fixes for v5.0 Date: Fri, 08 Feb 2019 14:15:43 +0100 Message-ID: References: <20190208123432.GC6695@sirena.org.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id E18F5267492 for ; Fri, 8 Feb 2019 14:15:43 +0100 (CET) In-Reply-To: <20190208123432.GC6695@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org 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