Re: New build failures in v3.13-rc1

2013-12-30 Thread Geert Uytterhoeven
CC davem, sparclinux On Sun, Nov 24, 2013 at 12:54 AM, Kirill Tkhai wrote: > 23.11.2013, 22:40, "Guenter Roeck" : >> === >> Building sparc64:allmodconfig ... failed >> -- >> Error log: >> arch/sparc/kernel/kgdb_64.c: In function 'kgdb_trap': >>

Re: New build failures in v3.13-rc1

2013-12-30 Thread Geert Uytterhoeven
CC davem, sparclinux On Sun, Nov 24, 2013 at 12:54 AM, Kirill Tkhai tk...@yandex.ru wrote: 23.11.2013, 22:40, Guenter Roeck li...@roeck-us.net: === Building sparc64:allmodconfig ... failed -- Error log: arch/sparc/kernel/kgdb_64.c: In function 'kgdb_trap':

Re: New build failures in v3.13-rc1

2013-11-23 Thread Kirill Tkhai
23.11.2013, 22:40, "Guenter Roeck" : > === > Building sparc64:allmodconfig ... failed > -- > Error log: > arch/sparc/kernel/kgdb_64.c: In function 'kgdb_trap': > arch/sparc/kernel/kgdb_64.c:162:7: error: implicit declaration of function > 'exception_enter'

Re: New build failures in v3.13-rc1

2013-11-23 Thread Benjamin Herrenschmidt
On Sat, 2013-11-23 at 10:40 -0800, Guenter Roeck wrote: > > According to Stephen introduced by commit 7c105b63b (powerpc: Add > CONFIG_CPU_LITTLE_ENDIAN kernel config option). We have a fix for that, I'll send it to Linus next week. Cheers, Ben. -- To unsubscribe from this list: send the line

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 12:08 PM, Ard Biesheuvel wrote: This is a known issue that will hopefully be sorted shortly: http://marc.info/?l=linux-arm-kernel=138515869216723=2 I assume you are referring to the arm:allmodconfig build failure. Yes, I suspected that Herbert's pull request might fix that.

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck wrote: drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Not really surprising as console_initcall() is not defined for

Re: New build failures in v3.13-rc1

2013-11-23 Thread Ard Biesheuvel
This is a known issue that will hopefully be sorted shortly: http://marc.info/?l=linux-arm-kernel=138515869216723=2 -- Ard. On 23 November 2013 20:13, Guenter Roeck wrote: > On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: >> >> On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck wrote: >>> >>>

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck wrote: drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Not really surprising as console_initcall() is not defined for

Re: New build failures in v3.13-rc1

2013-11-23 Thread Geert Uytterhoeven
On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck wrote: > drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in > declaration of 'console_initcall' [-Werror=implicit-int] > > Not really surprising as console_initcall() is not defined for modules. > I am a bit at loss why this is only

New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
Building arm:allmodconfig ... failed -- Error log: arch/arm/crypto/aesbs-glue.c:13:32: fatal error: crypto/ablk_helper.h: No such file or directory compilation terminated. make[1]: *** [arch/arm/crypto/aesbs-glue.o] Error 1 ablk_helper.h only exists in

New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
Building arm:allmodconfig ... failed -- Error log: arch/arm/crypto/aesbs-glue.c:13:32: fatal error: crypto/ablk_helper.h: No such file or directory compilation terminated. make[1]: *** [arch/arm/crypto/aesbs-glue.o] Error 1 ablk_helper.h only exists in

Re: New build failures in v3.13-rc1

2013-11-23 Thread Geert Uytterhoeven
On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck li...@roeck-us.net wrote: drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Not really surprising as console_initcall() is not defined for modules. I am a bit at loss why

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck li...@roeck-us.net wrote: drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Not really surprising as console_initcall() is

Re: New build failures in v3.13-rc1

2013-11-23 Thread Ard Biesheuvel
This is a known issue that will hopefully be sorted shortly: http://marc.info/?l=linux-arm-kernelm=138515869216723w=2 -- Ard. On 23 November 2013 20:13, Guenter Roeck li...@roeck-us.net wrote: On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck li...@roeck-us.net wrote: drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in declaration of 'console_initcall' [-Werror=implicit-int] Not really surprising as console_initcall() is

Re: New build failures in v3.13-rc1

2013-11-23 Thread Guenter Roeck
On 11/23/2013 12:08 PM, Ard Biesheuvel wrote: This is a known issue that will hopefully be sorted shortly: http://marc.info/?l=linux-arm-kernelm=138515869216723w=2 I assume you are referring to the arm:allmodconfig build failure. Yes, I suspected that Herbert's pull request might fix that.

Re: New build failures in v3.13-rc1

2013-11-23 Thread Benjamin Herrenschmidt
On Sat, 2013-11-23 at 10:40 -0800, Guenter Roeck wrote: According to Stephen introduced by commit 7c105b63b (powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option). We have a fix for that, I'll send it to Linus next week. Cheers, Ben. -- To unsubscribe from this list: send the line

Re: New build failures in v3.13-rc1

2013-11-23 Thread Kirill Tkhai
23.11.2013, 22:40, Guenter Roeck li...@roeck-us.net: === Building sparc64:allmodconfig ... failed -- Error log: arch/sparc/kernel/kgdb_64.c: In function 'kgdb_trap': arch/sparc/kernel/kgdb_64.c:162:7: error: implicit declaration of function 'exception_enter'