kernel-fxtec-pro1x/sound/soc/davinci
Xiyu Yang 49aa5538c5 ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type
[ Upstream commit a697ae6ea56e23397341b027098c1b11d9ab13da ]

davinci_mcasp_get_dma_type() invokes dma_request_chan(), which returns a
reference of the specified dma_chan object to "chan" with increased
refcnt.

When davinci_mcasp_get_dma_type() returns, local variable "chan" becomes
invalid, so the refcount should be decreased to keep refcount balanced.

The reference counting issue happens in one exception handling path of
davinci_mcasp_get_dma_type(). When chan device is NULL, the function
forgets to decrease the refcnt increased by dma_request_chan(), causing
a refcnt leak.

Fix this issue by calling dma_release_channel() when chan device is
NULL.

Signed-off-by: Xiyu Yang <xiyuyang19@fudan.edu.cn>
Signed-off-by: Xin Tan <tanxin.ctf@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/1587818916-38730-1-git-send-email-xiyuyang19@fudan.edu.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-06-25 15:32:48 +02:00
..
davinci-evm.c ASoC: davinci - Fix possible NULL derefrence. 2017-01-27 11:58:54 +00:00
davinci-i2s.c ASoC: davinci-i2s: mark expected switch fall-through 2018-08-03 17:42:28 +01:00
davinci-i2s.h
davinci-mcasp.c ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type 2020-06-25 15:32:48 +02:00
davinci-mcasp.h ASoC: davinci-mcasp: Fix dra7 DMA offset when using CFG port 2016-06-02 10:57:37 +01:00
davinci-vcif.c ASoC: DaVinci: Delete an error message for a failed memory allocation in two functions 2017-08-14 17:40:13 +01:00
edma-pcm.c ASoC: edma-pcm: Include edma-pcm.h 2014-08-17 09:31:06 -05:00
edma-pcm.h ASoC: edma-pcm: Add empty functions for !CONFIG_SND_EDMA_SOC builds 2014-07-16 22:09:08 +01:00
Kconfig ASoC: davinci-mcasp: Convert to use the sdma-pcm instead of omap-pcm 2018-05-11 11:26:15 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00