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
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
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
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
>
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
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
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.
> >
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
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