Re: [PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules

2014-02-14 Thread Tim Chen
On Sat, 2014-02-15 at 09:23 +0800, Herbert Xu wrote: > On Fri, Feb 14, 2014 at 11:14:37AM -0800, Tim Chen wrote: > > We added the soft module dependency of various crypto algorithm's module > > alias > > to generic crypto algorithm's module. This loads hardware accelerated > > modules and uses t

Re: [PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules

2014-02-14 Thread Herbert Xu
On Fri, Feb 14, 2014 at 11:14:37AM -0800, Tim Chen wrote: > We added the soft module dependency of various crypto algorithm's module alias > to generic crypto algorithm's module. This loads hardware accelerated > modules and uses them when available. > > Signed-off-by: Tim Chen I don't see the

Re: [PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules

2014-02-14 Thread Tim Chen
On Fri, 2014-02-14 at 15:28 -0500, Neil Horman wrote: > On Fri, Feb 14, 2014 at 11:14:37AM -0800, Tim Chen wrote: > > We added the soft module dependency of various crypto algorithm's module > > alias > > to generic crypto algorithm's module. This loads hardware accelerated > > modules and uses

Re: [PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules

2014-02-14 Thread Neil Horman
On Fri, Feb 14, 2014 at 11:14:37AM -0800, Tim Chen wrote: > We added the soft module dependency of various crypto algorithm's module alias > to generic crypto algorithm's module. This loads hardware accelerated > modules and uses them when available. > This is great, but have any of the module l

Re: [PATCH] crypto: omap-sham: Map SG pages if they are HIGHMEM before accessing

2014-02-14 Thread Joel Fernandes
Gentle ping for this fix patch. Could it be accepted for -rc? Thanks. -Joel On 01/28/2014 05:43 PM, Joel Fernandes wrote: > HIGHMEM pages may not be mapped so we must kmap them before accessing. > This resolves a random OOPs error that was showing up during OpenSSL SHA > tests. > > Signed-off-b

[PATCH] crypto: Add soft module dependency to load HW accelerated crypto modules

2014-02-14 Thread Tim Chen
We added the soft module dependency of various crypto algorithm's module alias to generic crypto algorithm's module. This loads hardware accelerated modules and uses them when available. Signed-off-by: Tim Chen --- crypto/blowfish_generic.c | 1 + crypto/camellia_generic.c | 1 + crypto/cast5_

Re: [patch] crypto: remove a duplicate checks in __cbc_decrypt()

2014-02-14 Thread Johannes Götzfried
On Thu, Feb 13, 2014 at 05:58:32PM +0300, Dan Carpenter wrote: > Signed-off-by: Dan Carpenter Acked-by: Johannes Götzfried > --- > This doesn't change how the code works, but maybe their is a bug in the > original code. Please review? > diff --git a/arch/x86/crypto/cast5_avx_glue.c > b/arch/

Re: [patch] crypto: remove a duplicate checks in __cbc_decrypt()

2014-02-14 Thread Jussi Kivilinna
On 13.02.2014 16:58, Dan Carpenter wrote: > We checked "nbytes < bsize" before so it can't happen here. > > Signed-off-by: Dan Carpenter Acked-by: Jussi Kivilinna > --- > This doesn't change how the code works, but maybe their is a bug in the > original code. Please review? > > diff --git a/

[PATCH v2 0/2] Introduce omap-des driver for OMAP SoCs

2014-02-14 Thread Joel Fernandes
Here are revised patches for omap-des driver addressing review comments at: https://lkml.org/lkml/2013/8/30/116 Joel Fernandes (2): crypto: omap-des: Add omap-des driver for OMAP4/AM43xx crypto: omap-des: Add config and build options drivers/crypto/Kconfig| 11 + drivers/crypto/Makefil

[PATCH v2 2/2] crypto: omap-des: Add config and build options

2014-02-14 Thread Joel Fernandes
Add config and build options for the omap-des driver. Signed-off-by: Joel Fernandes --- drivers/crypto/Kconfig | 11 +++ drivers/crypto/Makefile |1 + 2 files changed, 12 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 13857f5..8e38000 100644 ---

[PATCH v2 1/2] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx

2014-02-14 Thread Joel Fernandes
Add omap-des driver with platform data for OMAP4/AM43xx. Support added for DES ECB and CBC modes. Also add support for 3DES operation where 3 64-bit keys are used to perform a DES encrypt-decrypt-encrypt (des3_ede) operation on a buffer. Tests have been conducted with the CRYPTO test manager, and

Re: Instructions to release your payment.

2014-02-14 Thread Dr.William Davies
Attention Sir, Following an application brought, seeking the release of your due payment through British bank, I am directed to inform you that the application has been approved and Natwest bank of London has been mandated to make transfer of your payment to the bank account you will nominate. Pl

Re: [PATCH 6/9 v6] ARM: dts: exynos5250/5420: add dt node for sss module

2014-02-14 Thread Tomasz Figa
Hi Kukjin, On 14.02.2014 00:28, Kukjin Kim wrote: On 02/07/14 14:24, Naveen Krishna Chatradhi wrote: This patch adds the device tree node for SSS module found on Exynos5420 and Exynos5250 Signed-off-by: Naveen Krishna Chatradhi Reviewed-by: Tomasz Figa TO: CC: Kukjin Kim CC: --- changes since

Re: [PATCH] crypto: mxs-dcp: Fix platform_get_irq() error handling

2014-02-14 Thread Marek Vasut
On Friday, February 14, 2014 at 04:04:44 AM, Fabio Estevam wrote: > From: Fabio Estevam > > We should test the error case for each platform_get_irq() assignment and > propagate the error accordingly. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Best regards, Marek Vasut -- To unsub