[PATCH 0/5] dmaengine: Fix memory leak amongs virt-dma users

2015-03-27 Thread Peter Ujfalusi
Hi, Due to the implementation of some of the drivers using virt-dma they leak memory by design. All it takes is to stop a transfer which is not yet completed, this includes cyclic (audio) channels also. These drivers tend to remove the vdesc->node from the virt-dma lists when they start the

[PATCH 0/5] dmaengine: Fix memory leak amongs virt-dma users

2015-03-27 Thread Peter Ujfalusi
Hi, Due to the implementation of some of the drivers using virt-dma they leak memory by design. All it takes is to stop a transfer which is not yet completed, this includes cyclic (audio) channels also. These drivers tend to remove the vdesc-node from the virt-dma lists when they start the