[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: *** [.tmp_vmlinux1

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/kernels/linux-2.6.26-rc3/crypto/cryptd.c:485

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 other

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 :) You welcome.

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] Sebastian, thanks for

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

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've