RE: [PATCH 4/4] Talitos: fix the issue of dma memory leak

2012-07-11 Thread Liu Qiang-B32616
-Original Message- From: Geanta Neag Horia Ioan-B05471 Sent: Wednesday, July 11, 2012 3:09 PM To: Liu Qiang-B32616 Cc: linux-cry...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Li Yang- R58472; Phillips Kim-R1AAHA; Herbert Xu; David S. Miller Subject: RE: [PATCH 4/4] Talitos: fix

RE: [PATCH 4/4] Talitos: fix the issue of dma memory leak

2012-07-11 Thread Geanta Neag Horia Ioan-B05471
On Tue, 10 Jul 2012 09:00:14 +0300, Qiang Liu qiang@freescale.com wrote: An error will be happened when test with mass data: DMA-API: device driver tries to sync DMA memory it has not allocated; DMA-API: debugging out of memory - disabling dma mapping memory of request-desc is not released

[PATCH 4/4] Talitos: fix the issue of dma memory leak

2012-07-10 Thread Qiang Liu
An error will be happened when test with mass data: DMA-API: device driver tries to sync DMA memory it has not allocated; DMA-API: debugging out of memory - disabling dma mapping memory of request-desc is not released by right device, it should be private-dev but not dev; Cc: Herbert Xu

Re: [linuxppc-release] [PATCH 4/4] Talitos: fix the issue of dma memory leak

2012-07-10 Thread Timur Tabi
Qiang Liu wrote: An error will be happened when test with mass data: Please don't use the phrase fix the issue in patch summaries. It's redundant. This patch should be titled, drivers/crypto: fix memory leak in Talitos driver diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c

RE: [linuxppc-release] [PATCH 4/4] Talitos: fix the issue of dma memory leak

2012-07-10 Thread Liu Qiang-B32616
-Original Message- From: Tabi Timur-B04825 Sent: Wednesday, July 11, 2012 5:26 AM To: Liu Qiang-B32616 Cc: linux-cry...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Herbert Xu; Li Yang-R58472; David S. Miller Subject: Re: [linuxppc-release] [PATCH 4/4] Talitos: fix the issue