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

2010-03-24 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 ying.hu...@intel.com wrote: Andrew Morton reported that AES-NI CTR optimization failed to compile with gas 2.16.1, the error message is as follow:

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

2010-03-24 Thread Dmitry Kasatkin
On 23/03/10 13:32, ext Herbert Xu wrote: 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

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

2010-03-24 Thread Herbert Xu
On Tue, Mar 23, 2010 at 11:34:31AM +0100, Steffen Klassert wrote: 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

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

2010-03-24 Thread Herbert Xu
On Wed, Mar 24, 2010 at 02:24:18PM +0800, Huang Ying wrote: Subject: [BUGFIX] Fix another AES-NI CTR optimization compiling failure with gas 2.16.1 The previous AES-NI CTR optimization compiling failure gas 2.16.1 fix introduces another compiling failure by itself. This patch fixes that.

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

2010-03-24 Thread Andrew Morton
On Wed, 24 Mar 2010 14:24:18 +0800 Huang Ying ying.hu...@intel.com wrote: Can you tell me how to setup the building environment with binutils 2.16.1? I just build it by hand and make the installed bin directory the first one in $PATH. gcc searches an internal search patch before $PATH. They

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

2010-03-24 Thread Dmitry Kasatkin
On 23/03/10 13:32, ext Herbert Xu wrote: 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