Re: [PATCH v3 04/17] crypto: Add userspace configuration API

2011-09-22 Thread Herbert Xu
On Wed, Sep 21, 2011 at 11:02:38AM +0200, Steffen Klassert wrote: > > +/* Netlink message attributes. */ > +enum crypto_attr_type_t { > + CRYPTOCFGA_UNSPEC, > + CRYPTOCFGA_PRIORITY_VAL,/* __u32 */ > + __CRYPTOCFGA_MAX > + > +#define CRYPTOCFGA_MAX (__CRYPTOCFGA_MAX - 1) > +}; >

Re: cryptodev tree on github

2011-09-22 Thread Stephen Rothwell
Hi Herbert, On Thu, 22 Sep 2011 21:44:06 +1000 Herbert Xu wrote: > > I've just created the cryptodev tree on github: > > git://github.com/herbertx/cryptodev.git > > Stephen, please pull from this location for the time being. I will switch to this from tomorrow. Are you also going to mo

Re: [PATCH 1/4] crypto: blowfish - split generic and common c code

2011-09-22 Thread Jussi Kivilinna
Quoting Herbert Xu : On Fri, Sep 02, 2011 at 01:45:07AM +0300, Jussi Kivilinna wrote: Patch splits up the blowfish crypto routine into a common part (key setup) which will be used by blowfish crypto modules (x86_64 assembly and generic-c). Also fixes errors/warnings reported by checkpatch.

cryptodev tree on github

2011-09-22 Thread Herbert Xu
Hi: I've just created the cryptodev tree on github: git://github.com/herbertx/cryptodev.git Stephen, please pull from this location for the time being. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH] lib/sha1.c: quite sparse noise about symbol not declared

2011-09-22 Thread Herbert Xu
On Tue, Sep 13, 2011 at 02:58:51PM -0700, m...@google.com wrote: > +cc linux-crypto, herbert, davem, torvalds > > H Hartley Sweeten (hartl...@visionengravers.com) wrote: > > Include to pickup the declarations for sha_transform > > and sha_init to quite the sparse noise: > > > > warning: symbol '

Re: [PATCH 1/4] crypto: blowfish - split generic and common c code

2011-09-22 Thread Herbert Xu
On Fri, Sep 02, 2011 at 01:45:07AM +0300, Jussi Kivilinna wrote: > Patch splits up the blowfish crypto routine into a common part (key setup) > which will be used by blowfish crypto modules (x86_64 assembly and generic-c). > > Also fixes errors/warnings reported by checkpatch. > > Signed-off-by:

[PATCH 29/55] crypto: irq: Remove IRQF_DISABLED

2011-09-22 Thread Yong Zhang
Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this