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
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
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
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
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
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 @
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
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:(