Re: [Cryptodev-linux-devel] [RFC 1/9] fix private data memleak

2014-01-22 Thread cristian.sto...@freescale.com
Hi Phil, You may want to have a look at this patch since it addresses an incomplete fix of mine. Thanks, Cristian S. > -Original Message- > From: Horia Geanta [mailto:horia.gea...@freescale.com] > Sent: Thursday, December 12, 2013 6:10 PM > To: Nikos Mavrogiannopoulos > Cc: cryptodev-li

Re: [Cryptodev-linux-devel] [PATCH v2] Replace INIT_COMPLETION with reinit_completion.

2014-01-22 Thread Phil Sutter
On Thu, Jan 16, 2014 at 12:18:08PM +0200, Horia Geanta wrote: > From: Cosmin Paraschiv > > In the 3.13-rc1 Linux kernel, the INIT_COMPLETION macro has been replaced > with an inline function, reinit_completion [1][2]. We are currently > using the 3.13-rc3 Linux kernel, which leads to the followin

Re: [Cryptodev-linux-devel] [PATCH] Replace INIT_COMPLETION with reinit_completion.

2014-01-22 Thread Gustavo Zacarias
On 01/21/2014 12:14 PM, Phil Sutter wrote: > Looking good so far. I just compile-tested against 3.10 and 3.13 without > problems. If you don't mind, I'll leave the patch sitting for a few more > days to allow for more discussion (if any at all). Works for me with 3.13 on ppc (caam & talitos). Rega