Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Dirk Neukirchen
On 24.10.2014 22:36, Bastian Bittorf wrote:
 All platforms which are using 3.10.x at the moment are upgraded.
 
 compile tested on all platforms with:
 make tools/install
 make toolchain/install
 make target/linux/compile
 
 user@box:~/user/openwrt$ cat /tmp/log.txt
 [Wed Oct 22 00:53:22 CEST 2014] ./smoketest.sh: ar7 - OK
 [Wed Oct 22 01:08:27 CEST 2014] ./smoketest.sh: au1000 - OK
 [Wed Oct 22 04:35:56 CEST 2014] ./smoketest.sh: xburst - OK
 
 run tested on x86, au1000, ar71xx, mpc85xx and brcm47xx
 
Godd morning - some buildbot feedback:

ar7, au1000 and xburst fail to build on the buildbots around the update with
the same error in image generation regarding an included header

http://buildbot.openwrt.org:8010/builders/ar7 726/727
http://buildbot.openwrt.org:8010/builders/au1000 655/656
http://buildbot.openwrt.org:8010/builders/xburst 705/706

Error taken from buildbots:
In file included from include/linux/string.h:17:0,
 from include/linux/dynamic_debug.h:111,
 from include/linux/kernel.h:14,
 from arch/mips/boot/compressed/decompress.c:15:
/mnt/dl/slave/ar7/build/build_dir/target-mipsel_mips32_uClibc-0.9.33.2/linux-ar7_generic/linux-3.10.58/arch/mips/include/asm/string.h:150:2:
 error: expected identifier or '(' before '{' token
 ({\
  ^
arch/mips/boot/compressed/decompress.c:48:7: note: in expansion of macro 
'memcpy'
 void *memcpy(void *dest, const void *src, size_t n)
   ^

culprit is possibly: generic/306-mips_mem_functions_performance.patch
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen dirkneukirc...@web.de [28.10.2014 08:18]:
 ar7, au1000 and xburst fail to build on the buildbots around the update with
 the same error in image generation regarding an included header

unsure whats wrong on buildserver.
with r43099 i did a clean build (tools+toolchain+kernel) for ar7 + au1000 
without errors.

bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen dirkneukirc...@web.de [28.10.2014 08:18]:
 http://buildbot.openwrt.org:8010/builders/ar7 726/727
 http://buildbot.openwrt.org:8010/builders/au1000 655/656
 http://buildbot.openwrt.org:8010/builders/xburst 705/706

i can reproduce it here - will dig into this. bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Dirk Neukirchen
On 28.10.2014 07:46, Dirk Neukirchen wrote:

 
 http://buildbot.openwrt.org:8010/builders/ar7 726/727
 http://buildbot.openwrt.org:8010/builders/au1000 655/656
 http://buildbot.openwrt.org:8010/builders/xburst 705/706
 
 Error taken from buildbots:
 In file included from include/linux/string.h:17:0,
  from include/linux/dynamic_debug.h:111,
  from include/linux/kernel.h:14,
  from arch/mips/boot/compressed/decompress.c:15:
 /mnt/dl/slave/ar7/build/build_dir/target-mipsel_mips32_uClibc-0.9.33.2/linux-ar7_generic/linux-3.10.58/arch/mips/include/asm/string.h:150:2:
  error: expected identifier or '(' before '{' token
  ({\
   ^
 arch/mips/boot/compressed/decompress.c:48:7: note: in expansion of macro 
 'memcpy'
  void *memcpy(void *dest, const void *src, size_t n)
^
 
 culprit is possibly: generic/306-mips_mem_functions_performance.patch
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 

might be related:

at the beginning in the buildbot logs:
.config:1787:warning: override: KERNEL_XZ changes choice state
.config:2081:warning: override: MIPS_MTX1 changes choice state

arch/mips/boot/compressed/decompress.c has CPP CONFIG_KERNEL_XZ
so CONFIG_HAVE_KERNEL_XZ / CONFIG_KERNEL_XZ decompressor fix (generic #061) 
affects MIPS 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Rafał Miłecki
On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote:
 On 24/10/14 23:41, Felix Fietkau wrote:

 On 2014-10-24 22:36, Bastian Bittorf wrote:

 All platforms which are using 3.10.x at the moment are upgraded.

 Changelogs:
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58

 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com

 Committed in r43049, thanks.


 Good evening, is it too much to ask for a BB refresh too? Thanks!

I've backported KERNEL_PATCHVER changes:
https://dev.openwrt.org/changeset/43066/
https://dev.openwrt.org/changeset/43067/

Daniel: will you send a patch bumping the kernel?

-- 
Rafał
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Daniel Petre

On 26/10/14 21:00, Rafał Miłecki wrote:

On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote:

On 24/10/14 23:41, Felix Fietkau wrote:


On 2014-10-24 22:36, Bastian Bittorf wrote:


All platforms which are using 3.10.x at the moment are upgraded.

Changelogs:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58

Signed-off-by: Bastian Bittorf bitt...@bluebottle.com


Committed in r43049, thanks.



Good evening, is it too much to ask for a BB refresh too? Thanks!


I've backported KERNEL_PATCHVER changes:
https://dev.openwrt.org/changeset/43066/
https://dev.openwrt.org/changeset/43067/

Daniel: will you send a patch bumping the kernel?


I was hoping developers would just adapt Bastian's patch for BB branch..




___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-26 Thread Rafał Miłecki
On 26 October 2014 20:11, Daniel Petre daniel.pe...@gmail.com wrote:
 On 26/10/14 21:00, Rafał Miłecki wrote:

 On 24 October 2014 23:05, Daniel Petre daniel.pe...@gmail.com wrote:

 On 24/10/14 23:41, Felix Fietkau wrote:


 On 2014-10-24 22:36, Bastian Bittorf wrote:


 All platforms which are using 3.10.x at the moment are upgraded.

 Changelogs:
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58

 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com


 Committed in r43049, thanks.



 Good evening, is it too much to ask for a BB refresh too? Thanks!


 I've backported KERNEL_PATCHVER changes:
 https://dev.openwrt.org/changeset/43066/
 https://dev.openwrt.org/changeset/43067/

 Daniel: will you send a patch bumping the kernel?


 I was hoping developers would just adapt Bastian's patch for BB branch..

We still need it to be compile-tested and preferably run-tested on
some devices. So you help is welcome!

-- 
Rafał
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-25 Thread John Crispin
sure, we can do that ...

On 24/10/2014 23:05, Daniel Petre wrote:
 
 
 On 24/10/14 23:41, Felix Fietkau wrote:
 On 2014-10-24 22:36, Bastian Bittorf wrote:
 All platforms which are using 3.10.x at the moment are
 upgraded.
 
 Changelogs: 
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58
 
 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com
 Committed in r43049, thanks.
 
 Good evening, is it too much to ask for a BB refresh too? Thanks!
 
 
 - Felix ___ 
 openwrt-devel mailing list openwrt-devel@lists.openwrt.org 
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
 ___ openwrt-devel
 mailing list openwrt-devel@lists.openwrt.org 
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-24 Thread Felix Fietkau
On 2014-10-24 22:36, Bastian Bittorf wrote:
 All platforms which are using 3.10.x at the moment are upgraded.
 
 Changelogs:
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.50
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.51
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.52
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.53
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.54
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.55
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.56
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.57
 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58
 
 A new symbol 'X86_16BIT' appeared in 3.10.52 with commit 
 34273f41d57ee8d854dcd2a1d754cbb546cb548f
 (x86-espfix-make-it-possible-to-disable-16-bit-support.patch)
 I defaults to 'unset', but it's worth a discussion to enable it
 (turn off support for any 16-bit software).
 
 Also removed the patch 0db3db45f5bd6df4bdc03bbd5dec672e16164c4e
 (fix build failure on memcpy() in decompress.c)
 and is obsolete by commit 29593fd5a8149462ed6fad0d522234facdaee6c8 upstream.
 included in kernel 3.10.56
 
 compile tested on all platforms with:
 make tools/install
 make toolchain/install
 make target/linux/compile
 
 user@box:~/user/openwrt$ cat /tmp/log.txt
 [Wed Oct 22 00:36:02 CEST 2014] ./smoketest.sh: ar71xx - OK
 [Wed Oct 22 00:53:22 CEST 2014] ./smoketest.sh: ar7 - OK
 [Wed Oct 22 01:08:27 CEST 2014] ./smoketest.sh: au1000 - OK
 [Wed Oct 22 01:21:43 CEST 2014] ./smoketest.sh: avr32 - OK
 [Wed Oct 22 01:37:47 CEST 2014] ./smoketest.sh: cns21xx - OK
 [Wed Oct 22 01:52:05 CEST 2014] ./smoketest.sh: cns3xxx - OK
 [Wed Oct 22 02:10:23 CEST 2014] ./smoketest.sh: gemini - OK
 [Wed Oct 22 02:29:07 CEST 2014] ./smoketest.sh: ixp4xx - OK
 [Wed Oct 22 02:44:01 CEST 2014] ./smoketest.sh: malta - OK
 [Wed Oct 22 02:55:57 CEST 2014] ./smoketest.sh: mpc85xx - OK
 [Wed Oct 22 03:07:56 CEST 2014] ./smoketest.sh: orion - OK
 [Wed Oct 22 03:24:30 CEST 2014] ./smoketest.sh: ppc40x - OK
 [Wed Oct 22 03:40:19 CEST 2014] ./smoketest.sh: ppc44x - OK
 [Wed Oct 22 03:55:29 CEST 2014] ./smoketest.sh: realview - OK
 [Wed Oct 22 04:09:47 CEST 2014] ./smoketest.sh: sparc - OK
 [Wed Oct 22 04:23:37 CEST 2014] ./smoketest.sh: x86 - OK
 [Wed Oct 22 04:35:56 CEST 2014] ./smoketest.sh: xburst - OK
 
 run tested on x86, au1000, ar71xx, mpc85xx and brcm47xx
 
 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com
Committed in r43049, thanks.

- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-24 Thread Daniel Petre



On 24/10/14 23:41, Felix Fietkau wrote:

On 2014-10-24 22:36, Bastian Bittorf wrote:

All platforms which are using 3.10.x at the moment are upgraded.

Changelogs:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58

Signed-off-by: Bastian Bittorf bitt...@bluebottle.com

Committed in r43049, thanks.


Good evening, is it too much to ask for a BB refresh too? Thanks!



- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel