OpenCloudOS-Kernel/sound/soc/qcom
Aleksandr Mishin b32e36e398 ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe()
[ Upstream commit f9f7f29f64454bb20896c7d918c3abc3a1aa487b ]

If IORESOURCE_MEM "lpass-rxtx-cdc-dma-lpm" or "lpass-va-cdc-dma-lpm"
resources is not provided in Device Tree due to any error,
platform_get_resource_byname() will return NULL which is later
dereferenced. According to sound/qcom,lpass-cpu.yaml, these resources
are provided, but DT can be broken due to any error. In such cases driver
must be able to protect itself, since the DT is external data for the
driver.
Adjust this issues by adding NULL return check.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: b138706225 ("ASoC: qcom: Add regmap config support for codec dma driver")
Signed-off-by: Aleksandr Mishin <amishin@t-argos.ru>
Link: https://patch.msgid.link/20240605104953.12072-1-amishin@t-argos.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-08-03 08:53:59 +02:00
..
qdsp6 ASoC: q6apm-lpass-dai: close graph on prepare errors 2024-07-05 09:33:45 +02:00
Kconfig ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE 2023-01-09 13:04:14 +00:00
Makefile ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE 2023-01-09 13:04:14 +00:00
apq8016_sbc.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
apq8096.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
common.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
common.h ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE 2023-01-09 13:04:14 +00:00
lpass-apq8016.c ASoC: qcom: merge DAI call back functions into ops 2023-08-14 13:10:14 +01:00
lpass-cdc-dma.c ASoC: qcom: Fix uninitialized pointer dmactl 2024-03-06 14:48:37 +00:00
lpass-cpu.c ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() 2024-08-03 08:53:59 +02:00
lpass-hdmi.c ASoC: qcom: lpass-hdmi: remove useless return 2021-03-10 13:01:49 +00:00
lpass-hdmi.h ASoC: qcom: Add support for lpass hdmi driver 2020-10-08 20:27:34 +01:00
lpass-ipq806x.c ASoC: qcom: merge DAI call back functions into ops 2023-08-14 13:10:14 +01:00
lpass-lpaif-reg.h ASoC: qcom: Add register definition for codec rddma and wrdma 2022-02-24 20:21:42 +00:00
lpass-platform.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
lpass-sc7180.c ASoC: qcom: merge DAI call back functions into ops 2023-08-14 13:10:14 +01:00
lpass-sc7280.c ASoC: qcom: merge DAI call back functions into ops 2023-08-14 13:10:14 +01:00
lpass.h ASoC: qcom: merge DAI call back functions into ops 2023-08-14 13:10:14 +01:00
sc7180.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
sc7280.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
sc8280xp.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
sdm845.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
sdw.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
sdw.h ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIRE 2023-01-09 13:04:14 +00:00
sm8250.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00
storm.c ASoC: qcom: convert not to use asoc_xxx() 2024-03-06 14:48:37 +00:00