Re: [BUILD_FAILURE] linux-next: Tree for May 19 - build fails on cryptd_alloc_hash ()

2008-05-19 Thread Herbert Xu
Randy Dunlap <[EMAIL PROTECTED]> wrote: > > Fixed on Thu May 15: http://lkml.org/lkml/2008/5/15/433 > and Herbert says that he merged it on Fri May 16, > so why did it miss being in linux-next on Mon May 19? > > Wrong tree/branch/whatever? Sorry, I forgot to push :) It's there now so should show

Re: linux-next 20080519 build failure

2008-05-19 Thread Herbert Xu
Philippe Roussel <[EMAIL PROTECTED]> wrote: > Hi, > > While building randconfigs I rant into > > crypto/built-in.o: In function cryptd_alloc':cryptd.c:(.text+0xe35b): > undefined reference to crypto_ahash_type' > make: *** [.tmp_vmlinux1] Error 1 > > with > > CONFIG_CRYPTO=y > CONFIG_CRYPTO_

Re: Linux CryptoAPI Userspace API proposal

2008-05-19 Thread Herbert Xu
On Thu, May 15, 2008 at 01:16:03PM -0700, Loc Ho wrote: > > Linux Crypto User Space Interface Requirement: > > 1. Support crypto and hashing/digest > 2. Flexible to support compression in the future > 3. Flexible to support PKA (public key acceleration) in the future I think extensibility as you

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Herbert Xu
On Mon, May 19, 2008 at 10:01:45PM +0200, Sebastian Siewior wrote: > * Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: > > >Sebastian, would you be so kind to test this patch on PowerPC? > Acked-by: Sebastian Siewior <[EMAIL PROTECTED]> Patch applied. Thanks a lot! -- Visit Openswan at ht

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Herbert Xu
On Mon, May 19, 2008 at 11:24:32PM +0200, Adrian-Ken Rüegsegger wrote: > > >> If there are no objections I will prepare patches for the other RIPEMD > >> modules and submit all of them in one patch set. > > Any objections on moving ripemd.h from include/crypto into crypto? > > Not from my side. I

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Adrian-Ken Rüegsegger
Sebastian Siewior wrote: > * Adrian-Ken R?egsegger | 2008-05-19 22:37:31 [+0200]: >> Sebastian Siewior wrote: >>> * Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: Sebastian, would you be so kind to test this patch on PowerPC? >>> Acked-by: Sebastian Siewior <[EMAIL PROTECTED]> >> Sebast

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Sebastian Siewior
* Adrian-Ken R?egsegger | 2008-05-19 22:37:31 [+0200]: >Sebastian Siewior wrote: >> * Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: >> >>> Sebastian, would you be so kind to test this patch on PowerPC? >> Acked-by: Sebastian Siewior <[EMAIL PROTECTED]> > >Sebastian, thanks for testing :)

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Adrian-Ken Rüegsegger
Sebastian Siewior wrote: > * Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: > >> Sebastian, would you be so kind to test this patch on PowerPC? > Acked-by: Sebastian Siewior <[EMAIL PROTECTED]> Sebastian, thanks for testing :) If there are no objections I will prepare patches for the oth

Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-19 Thread Sebastian Siewior
* Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: >Sebastian, would you be so kind to test this patch on PowerPC? Acked-by: Sebastian Siewior <[EMAIL PROTECTED]> -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [EMAIL PROTECTED] More majo

Re: [BUILD_FAILURE] linux-next: Tree for May 19 - build fails on cryptd_alloc_hash ()

2008-05-19 Thread Randy Dunlap
On Mon, 19 May 2008 22:38:06 +0530 Kamalesh Babulal wrote: > Hi, > > The next-20080519 kernel build fails on the x86_64 machine, when compiled > with the randconfig. > > LD .tmp_vmlinux1 > crypto/built-in.o: In function `cryptd_alloc_hash': > /root/ke

[BUILD_FAILURE] linux-next: Tree for May 19 - build fails on cryptd_alloc_hash ()

2008-05-19 Thread Kamalesh Babulal
Hi, The next-20080519 kernel build fails on the x86_64 machine, when compiled with the randconfig. LD .tmp_vmlinux1 crypto/built-in.o: In function `cryptd_alloc_hash': /root/kernels/linux-2.6.26-rc3/crypto/cryptd.c:485: undefined reference to `crypto_ahash_type' make: *** [.tm

linux-next 20080519 build failure

2008-05-19 Thread Philippe Roussel
Hi, While building randconfigs I rant into crypto/built-in.o: In function cryptd_alloc':cryptd.c:(.text+0xe35b): undefined reference to crypto_ahash_type' make: *** [.tmp_vmlinux1] Error 1 with CONFIG_CRYPTO=y CONFIG_CRYPTO_HASH=m Full config below. Hope this helps (and if not, sorry for t