Re: [PATCH 05/28] Remove MPILIB_EXTRA

2014-02-09 Thread Paul Bolle
On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote: > The symbol is an orphan, get rid of it. > > Signed-off-by: Richard Weinberger Acked-by: Paul Bolle > --- > crypto/asymmetric_keys/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/crypto/asymmetric_keys/Kconfig b/cr

[PATCH 05/28] Remove MPILIB_EXTRA

2014-02-09 Thread Richard Weinberger
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger --- crypto/asymmetric_keys/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig index 03a6eb9..0320c7d 100644 --- a/crypto/asymmetric_keys/Kconfig +++ b

Re: [PATCH] crypto: caam - fix ERA retrieval function

2014-02-09 Thread Herbert Xu
On Thu, Feb 06, 2014 at 11:41:28AM +0200, Horia Geantă wrote: > On 2/6/2014 10:27 AM, Alex Porosanu wrote: > >SEC ERA has to be retrieved by reading the "fsl,sec-era" property > >from the device tree. This property is updated/filled in by > >u-boot. > > > >Change-Id: Ie1620354a0cf2cac5cd2c72bd5f244

Re: [PATCH 1/2] crypto: mxs-dcp: Use devm_kzalloc()

2014-02-09 Thread Herbert Xu
On Wed, Jan 29, 2014 at 01:58:15AM +0100, Marek Vasut wrote: > On Wednesday, January 29, 2014 at 01:36:11 AM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > Using devm_kzalloc() can make the code cleaner. > > > > While at it, remove the devm_kzalloc error message as there is standard OOM >

Re: [PATCH 0/4] crypto: ccp - selective algorithm registration and ipsec-related fixes

2014-02-09 Thread Herbert Xu
On Fri, Jan 24, 2014 at 04:17:50PM -0600, Tom Lendacky wrote: > Patch 1: Allow for selectively disabling the registration of an algorithm > family (sha or aes algorithms) via module parameters. > > Patch 2-4: Fix errors/issues that were found during IPSec testing. In > order to prevent deadlocks w

Re: [PATCH] crypto: talitos: init the priv->alg_list more earlier in talitos_probe()

2014-02-09 Thread Herbert Xu
On Tue, Jan 28, 2014 at 08:17:23PM +0800, Kevin Hao wrote: > In function talitos_probe(), it will jump to err_out when getting an > error in talitos_probe_irq(). Then the uninitialized list head > priv->alg_list will be used in function talitos_remove(). In this case > we would get a call trace lik

Re: Fix ccp_run_passthru_cmd dma variable assignments

2014-02-09 Thread Herbert Xu
On Fri, Jan 24, 2014 at 02:17:12PM -0600, Tom Lendacky wrote: > On 01/24/2014 12:39 PM, Dave Jones wrote: > > There are some suspicious looking lines of code in the new ccp driver, > > including > > one that assigns a variable to itself, and another that overwrites a > > previous assignment. > >

Re: [PATCH] crypto: caam - Fix job ring discovery in controller driver

2014-02-09 Thread Herbert Xu
On Fri, Feb 07, 2014 at 08:15:32AM +, Horia Geantă wrote: > On 1/24/2014 11:03 AM, Nitesh Lal wrote: > >The SEC Controller driver creates platform devices for it's child job ring > >nodes. > >Currently the driver uses for_each_compatible routine which traverses > >the whole device tree to crea

Re: [PATCH] dcp: aes: Move the AES operation type from actx to rctx

2014-02-09 Thread Herbert Xu
On Tue, Jan 14, 2014 at 06:31:01PM +0100, Marek Vasut wrote: > Move the AES operation type and mode from async crypto context to > crypto request context. This allows for recycling of the async crypto > context for different kinds of operations. > > I found this problem when I used dm-crypt, which