Re: linux-next: Tree for Jun 13 (crypto)

2012-06-13 Thread Herbert Xu
On Wed, Jun 13, 2012 at 08:03:17PM +0300, Jussi Kivilinna wrote: > > Reverting commit e2f4d85d5b2049a90859aa10de914ed31a4f17a4, "crypto: > serpent - add common glue code for avx and sse2 implementation", > should help for most. > > >arch/x86/crypto/serpent-avx-x86_64.o: In function `serpent_dec_b

Re: [PATCH 2/2] drivers: crypto: fix typo in nx driver config option

2012-06-13 Thread Kent Yoder
On Wed, 2012-06-13 at 13:22 -0500, Seth Jennings wrote: > Cc: Kent Yoder > Signed-off-by: Seth Jennings > --- > drivers/crypto/Kconfig |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Kent Yoder > diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig > index 1092a77

Re: linux-next: Tree for Jun 13 (crypto)

2012-06-13 Thread Jussi Kivilinna
Quoting Johannes Goetzfried : On Wed, Jun 13, 2012 at 08:03:17PM +0300, Jussi Kivilinna wrote: >arch/x86/crypto/serpent-avx-x86_64.o: In function `serpent_xts_decrypt': >(.text+0x856c): multiple definition of `serpent_xts_decrypt' >arch/x86/crypto/serpent-sse2-x86_64.o:(.text+0xae8): first de

Re: linux-next: Tree for Jun 13 (crypto)

2012-06-13 Thread Johannes Goetzfried
On Wed, Jun 13, 2012 at 08:03:17PM +0300, Jussi Kivilinna wrote: > >arch/x86/crypto/serpent-avx-x86_64.o: In function `serpent_xts_decrypt': > >(.text+0x856c): multiple definition of `serpent_xts_decrypt' > >arch/x86/crypto/serpent-sse2-x86_64.o:(.text+0xae8): first defined here > > Reverting comm

Re: [PATCH 1/2] drivers: crypto: move nx build to driver/crypto Makefile

2012-06-13 Thread Kent Yoder
On Wed, 2012-06-13 at 13:22 -0500, Seth Jennings wrote: > When the nx driver was pulled, the Makefile that actually > builds it is arch/powerpc/Makefile. This is unnatural. > > This patch moves the line that builds the nx driver from > arch/powerpc/Makefile to drivers/crypto/Makefile where it > be

[PATCH 2/2] drivers: crypto: fix typo in nx driver config option

2012-06-13 Thread Seth Jennings
Cc: Kent Yoder Signed-off-by: Seth Jennings --- drivers/crypto/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 1092a77..b9b11a6 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -298,7 +298,7 @

[PATCH 1/2] drivers: crypto: move nx build to driver/crypto Makefile

2012-06-13 Thread Seth Jennings
When the nx driver was pulled, the Makefile that actually builds it is arch/powerpc/Makefile. This is unnatural. This patch moves the line that builds the nx driver from arch/powerpc/Makefile to drivers/crypto/Makefile where it belongs. Cc: Kent Yoder Signed-off-by: Seth Jennings --- arch/powe

Re: linux-next: Tree for Jun 13 (crypto)

2012-06-13 Thread Jussi Kivilinna
Quoting Randy Dunlap : On 06/12/2012 10:54 PM, Stephen Rothwell wrote: Hi all, Changes since 20120612: on x86_64: arch/x86/crypto/serpent-avx-x86_64.o: In function `serpent_xts_decrypt': (.text+0x856c): multiple definition of `serpent_xts_decrypt' arch/x86/crypto/serpent-sse2-x86_64.o:(