From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [GIT PULL] ASoC fixes for v5.0 Date: Fri, 18 Jan 2019 16:09:18 +0100 Message-ID: References: <20190118125453.GB6260@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 21521266A89 for ; Fri, 18 Jan 2019 16:09:19 +0100 (CET) In-Reply-To: <20190118125453.GB6260@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, 18 Jan 2019 13:54:53 +0100, Mark Brown wrote: > > The following changes since commit a7a850dba82498a1e050d8d153cae67ce0edb3b2: > > Merge branch 'asoc-4.21' into asoc-next (2018-12-18 12:23:59 +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-rc2 > > for you to fetch changes up to 4cb79ef9c6c4413427cd70afbb1f3bc01e9b7abf: > > ASoC: amd: Fix potential NULL pointer dereference (2019-01-15 19:06:23 +0000) > > ---------------------------------------------------------------- > ASoC: Fixes for v5.0 > > Quite a big batch of fixes here. There's a couple of things going on, > the main one is that we found some issues with not deferring probe when > we should, causing us to skip some driver initialization. The fixes for > this then in turn exposed some issues with how we were searching for > components which had previously gone unnoticed due to the original > issue. > > There's also been the normal driver specific stuff and there's been what > looks like several batches of automated scanning for issues which have > generated quite a large set of smaller fixes for potential crashes and > missed error handling. Pulled now. Thanks. > ---------------------------------------------------------------- > > Should probably have pointed out that the DaVinci runtime PM fix here is > a big diff but mostly code motion, it fixes problems where the device > would stop working after runtime PM. OK, will mention in the pull request to Linus. Takashi