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