Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart...
authorMark Brown <broonie@kernel.org>
Wed, 8 Jul 2020 15:50:36 +0000 (16:50 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jul 2020 15:50:36 +0000 (16:50 +0100)
commit76c49909a69259c0f1fee4f88f8c326fc5efe0dd
tree05802b1a67f2a75a29d4aa049bc78555b9c4d118
parent81e7d4ce8bff6af7988d070db5e59525e7b31b5e
parent8bf9475fe49fa96eea57724bb04e0931d101bc5a
Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

While experimenting and introducing errors in Baytrail topology files
until I got them right, I encountered multiple kernel oopses and
memory leaks. This is a first batch to harden the code, but we should
probably think of a tool to fuzz the topology...

Pierre-Louis Bossart (5):
  ASoC: topology: fix kernel oops on route addition error
  ASoC: topology: fix tlvs in error handling for widget_dmixer
  ASoC: topology: use break on errors, not continue
  ASoC: topology: factor kfree(se) in error handling
  ASoC: topology: add more logs when topology load fails.

 sound/soc/soc-topology.c | 97 ++++++++++++++++++++++++----------------
 1 file changed, 58 insertions(+), 39 deletions(-)

base-commit: a5911ac5790acaf98c929b826b3f7b4a438f9759
--
2.25.1
MAINTAINERS
include/sound/soc.h
sound/soc/codecs/rt5682.c
sound/soc/soc-core.c