Re: [PATCH 2/2] crypto: twofish-x86_64-3way - module init/exit functions should be static

2012-03-15 Thread Randy Dunlap
On 03/15/2012 01:11 PM, Jussi Kivilinna wrote: > This caused conflict with camellia-x86_64 when compiled into kernel, same > function names and not static. > > Reported-by: Randy Dunlap > Signed-off-by: Jussi Kivilinna Acked-by: Randy Dunlap Thanks. > --- > arch/x86/crypto/twofish_glue_3w

Re: [PATCH 1/2] crypto: camellia-x86_64 - module init/exit functions should be static

2012-03-15 Thread Randy Dunlap
On 03/15/2012 01:11 PM, Jussi Kivilinna wrote: > This caused conflict with twofish-x86_64-3way when compiled into kernel, > same function names and not static. > > Reported-by: Randy Dunlap > Signed-off-by: Jussi Kivilinna Acked-by: Randy Dunlap Thanks. > --- > arch/x86/crypto/camellia_gl

[PATCH 2/2] crypto: twofish-x86_64-3way - module init/exit functions should be static

2012-03-15 Thread Jussi Kivilinna
This caused conflict with camellia-x86_64 when compiled into kernel, same function names and not static. Reported-by: Randy Dunlap Signed-off-by: Jussi Kivilinna --- arch/x86/crypto/twofish_glue_3way.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/crypto/tw

[PATCH 1/2] crypto: camellia-x86_64 - module init/exit functions should be static

2012-03-15 Thread Jussi Kivilinna
This caused conflict with twofish-x86_64-3way when compiled into kernel, same function names and not static. Reported-by: Randy Dunlap Signed-off-by: Jussi Kivilinna --- arch/x86/crypto/camellia_glue.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/crypto/ca

Re: linux-next: Tree for Mar 15 (crypto)

2012-03-15 Thread Jussi Kivilinna
Quoting Randy Dunlap : On 03/15/2012 12:59 AM, Stephen Rothwell wrote: Hi all, News: the build system (see below) has had its toolchains for most architectures updated to gcc 4.6.3. People might like to check the build results and consider if this change has caused any problems. There are a