]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit611558522f3269fd21ce2ea15cb812610600d99e
tree05802b1a67f2a75a29d4aa049bc78555b9c4d118
parent4b6be73e2cbfb4f88f56ec4bc01fd3ea0d4cae63
parentf1a674b892448c1e6f1ea7d7b8d1ef6325fe646d
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: c83dd795eb5bc2eb68d94a9cf0dc1a26b8a5bd78
--
2.25.1
MAINTAINERS
include/sound/soc.h
sound/soc/codecs/rt5682.c
sound/soc/soc-core.c