Re: [1/5] [CRYPTO] padlock: Add compatibility alias after rename

2006-07-14 Thread Herbert Xu
On Fri, Jul 14, 2006 at 06:21:59PM +1200, Michal Ludvig wrote: > > +#ifdef CONFIG_CRYPTO_DEV_PADLOCK_AES_MODULE > +#define CONFIG_CRYPTO_DEV_PADLOCK_AES > +#endif Just do it unconditionally. > +#ifdef CONFIG_CRYPTO_DEV_PADLOCK_AES > + tfm = crypto_alloc_tfm("aes-padlock", 0); > + if (tfm)

Re: [CRYPTO] padlock: Fix alignment after aes_ctx rearrange

2006-07-14 Thread Herbert Xu
On Fri, Jul 14, 2006 at 02:08:16PM +1200, Michal Ludvig wrote: > > I just recently discovered that your patch that rearranges struct > aes_ctx in padlock-aes.c breaks the alignment rules for xcrypt leading > to GPF Oopses. Thanks a lot for catching this. I've pushed the bug fix along. Cheers, -

Re: [-mm patch] drivers/crypto/padlock-sha.c: make 2 functions static

2006-07-14 Thread Herbert Xu
On Sat, Jul 15, 2006 at 02:35:40AM +0200, Adrian Bunk wrote: > This patch makes two needlessly global functions static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Thanks, patch applied. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Pa

[-mm patch] drivers/crypto/padlock-sha.c: make 2 functions static

2006-07-14 Thread Adrian Bunk
On Thu, Jul 13, 2006 at 10:48:00PM -0700, Andrew Morton wrote: >... > Changes since 2.6.18-rc1-mm1: >... > git-cryptodev.patch > > git trees. >... This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/crypto/padlock-sha.c |4