Re: [PATCH] dmaengine: sprd: Fix the possible memory leak issue

From: Vinod Koul
Date: Tue Oct 15 2019 - 06:17:40 EST


On 09-10-19, 17:11, Baolin Wang wrote:
> If we terminate the channel to free all descriptors associated with this
> channel, we will leak the memory of current descriptor if the current
> descriptor is not completed, since it had been deteled from the desc_issued
> list and have not been added into the desc_completed list.
>
> Thus we should check if current descriptor is completed or not, when freeing
> the descriptors associated with one channel, if not, we should free it to
> avoid this issue.

Applied, thanks

--
~Vinod