Re: [BUGFIX] Fix AES-NI CTR optimization compiling failure with gas 2.16.1

2010-03-23 Thread Huang Ying
Hi, Andrew, On Wed, 2010-03-24 at 05:23 +0800, Andrew Morton wrote: > On Fri, 12 Mar 2010 15:01:47 +0800 > Huang Ying wrote: > > > Andrew Morton reported that AES-NI CTR optimization failed to compile > > with gas 2.16.1, the error message is as follow: > > > > arch/x86/crypto/aesni-intel_asm.S

Re: [BUGFIX] Fix AES-NI CTR optimization compiling failure with gas 2.16.1

2010-03-23 Thread Andrew Morton
On Fri, 12 Mar 2010 15:01:47 +0800 Huang Ying wrote: > Andrew Morton reported that AES-NI CTR optimization failed to compile > with gas 2.16.1, the error message is as follow: > > arch/x86/crypto/aesni-intel_asm.S: Assembler messages: > arch/x86/crypto/aesni-intel_asm.S:752: Error: suffix or ope

Re: [PATCH 0/2] crypto: omap-sha1-md5: OMAP3 SHA1 & MD5 driver

2010-03-23 Thread Herbert Xu
On Wed, Mar 17, 2010 at 03:12:49PM +0200, Dmitry Kasatkin wrote: > Earlier kernel contained omap sha1 and md5 driver, which was not maintained, > was not ported to new crypto APIs and removed from the source tree. > > This driver implements async and sync crypto API. > > It still contains pr_debu

Re: [patch v3] pcrypt: handle crypto_get_attr_type() errors

2010-03-23 Thread Steffen Klassert
On Mon, Mar 22, 2010 at 06:28:45PM +0300, Dan Carpenter wrote: > I was concerned about the error handling for crypto_get_attr_type() in > pcrypt_alloc_aead(). Steffen Klassert pointed out that we could simply > avoid calling crypto_get_attr_type() if we passed the type and mask as a > parameters.