Re: [PATCH] crypto: omap-sham: fix memleak

2018-04-28 Thread Herbert Xu
On Tue, Apr 17, 2018 at 02:53:13PM -0500, Bin Liu wrote: > Fixes: 8043bb1ae03cb ("crypto: omap-sham - convert driver logic to use sgs > for data xmit") > > The memory pages freed in omap_sham_finish_req() were less than those > allocated in omap_sham_copy_sgs(). > > Cc: sta...@vger.kernel.org >

Re: [PATCH] crypto: omap-sham: fix memleak

2018-04-18 Thread Tero Kristo
On 17/04/18 22:53, Bin Liu wrote: Fixes: 8043bb1ae03cb ("crypto: omap-sham - convert driver logic to use sgs for data xmit") The memory pages freed in omap_sham_finish_req() were less than those allocated in omap_sham_copy_sgs(). Cc: sta...@vger.kernel.org Signed-off-by: Bin Liu

[PATCH] crypto: omap-sham: fix memleak

2018-04-17 Thread Bin Liu
Fixes: 8043bb1ae03cb ("crypto: omap-sham - convert driver logic to use sgs for data xmit") The memory pages freed in omap_sham_finish_req() were less than those allocated in omap_sham_copy_sgs(). Cc: sta...@vger.kernel.org Signed-off-by: Bin Liu --- drivers/crypto/omap-sham.c |