Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread John Crispin
On 27/08/2015 14:15, Alexey Brodkin wrote: Hi John, On Thu, 2015-08-27 at 13:59 +0200, John Crispin wrote: Hi Alexey, have you already sent these patches upstream to the gcc people ? I'm not really sure which patches you're talking about. If you're talking about patches I put in

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread Alexey Brodkin
Hi John, On Thu, 2015-08-27 at 14:25 +0200, John Crispin wrote: On 27/08/2015 14:15, Alexey Brodkin wrote: Hi John, On Thu, 2015-08-27 at 13:59 +0200, John Crispin wrote: Hi Alexey, have you already sent these patches upstream to the gcc people ? I'm not really sure which

[OpenWrt-Devel] [PATCH] ramips: Added WIZnet WizFi630A Platform based on Ralink RT5350

2015-08-27 Thread Tobias Welz
This patch is to add the WIZnet WizFi630A board as a new platform. Signed-off-by: Tobias Welz t...@wiznet.eu --- .../linux/ramips/base-files/etc/board.d/02_network | 10 ++ target/linux/ramips/base-files/etc/diag.sh |3 + target/linux/ramips/base-files/lib/ramips.sh |3 +

[OpenWrt-Devel] [PATCH v4] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Martin Tesar
Add support for Comtrend VR-3026e v1. The device is almost identical to the Comtrend VR-3025un. Signed-off-by: Martin Tesar tesar...@gmail.com --- target/linux/brcm63xx/base-files/etc/diag.sh | 3 + .../base-files/etc/uci-defaults/02_network | 3 +-

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-27 Thread Adam Kuklycz
Just following up on the suspected memory leak, and image build sizes. With the memory leak, it's not a memory leak as such rather than conntrackd filling things up with a log file. After 22 hours of running: root@gateway-openwrt:/tmp/log# ls -l -rw---1 root root 30080612

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-27 Thread Felix Fietkau
On 2015-08-28 01:03, Adam Kuklycz wrote: Just following up on the suspected memory leak, and image build sizes. With the memory leak, it's not a memory leak as such rather than conntrackd filling things up with a log file. After 22 hours of running: root@gateway-openwrt:/tmp/log# ls -l

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-27 Thread Adam Kuklycz
Fair enough. MUSL: -rw-r--r-- 1 adamk adamk 6700676 Aug 27 23:15 root.squashfs UCLIBC: -rw-r--r-- 1 adamk adamk 6601764 Aug 27 14:19 root.squashfs So about 100KB difference. Running Ubuntu 14.04.2 LTS x64 here. I guess what I am looking at is the final product, which is around 300KB

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Yousong Zhou
On 27 August 2015 at 17:29, John Crispin blo...@openwrt.org wrote: On 27/08/2015 10:50, Dirk Neukirchen wrote: On 27.08.2015 09:27, Yousong Zhou wrote: On 27 August 2015 at 12:02, Dirk Neukirchen dirkneukirc...@web.de wrote: - it causes issues with qemu versions 2.2 should fix issues with

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread John Crispin
On 26/08/2015 18:20, Etienne Champetier wrote: 2015-08-26 15:48 GMT+02:00 John Crispin blo...@openwrt.org mailto:blo...@openwrt.org: On 26/08/2015 01:00, Etienne CHAMPETIER wrote: This patch series rework a bit ujail, and add capabilities support to it nice

[OpenWrt-Devel] [PATCH 0/3] Add support of ARC architecture

2015-08-27 Thread Alexey Brodkin
This patch series adds support for the Synopsys DesignWare ARC architecture. DesignWare ARC700 is family of 32-bit CPUs developed by Synopsys, Inc. Since version 3.9 ARC architecture is supported in mainline Linux developemnt. Since version 2014.04 ARC architecture is supported in mainline

[OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-08-27 Thread Alexey Brodkin
This patch introduces support of new boards with ARC cores. [1] Synopsys SDP board This is a new-generation development board from Synopsys that consists of base-board and CPU tile-board (which might have a real ASIC or FPGA with CPU image). It sports a lot of DesignWare

[OpenWrt-Devel] [PATCH 2/3] ARC: specify location of output elf

2015-08-27 Thread Alexey Brodkin
For now on ARC we deal with vmlinux output file which is created in the root of kernel build folder. Once we move to uImage we'll be able to use default location in arch/arc/boot. Signed-off-by: Alexey Brodkin abrod...@synopsys.com --- include/kernel-defaults.mk | 4 1 file changed, 4

Re: [OpenWrt-Devel] [PATCH v3] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Martin Tesar
Hi, it's just a cosmetic change. Now I understand I shouldn't do that. Should I create a new patch? Regards, Martin 27. 8. 2015 v 11:23, Jonas Gorski j...@openwrt.org: On Wed, Aug 26, 2015 at 7:18 PM, Martin Tesar tesar...@gmail.com wrote: Add support for Comtrend VR-3026e v1. The device is

Re: [OpenWrt-Devel] [PATCH v3] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Jonas Gorski
On Thu, Aug 27, 2015 at 12:41 PM, Martin Tesar tesar...@gmail.com wrote: Hi, it's just a cosmetic change. Now I understand I shouldn't do that. Should I create a new patch? Yes, please. I don't mind the cosmetic change per se, it just should be in a separate patch. Jonas

[OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread Alexey Brodkin
This includes binutils, gcc, gdb and uClibc-ng. Latest release of ARC gcc (as of today it is arc-2015.06) is based on upstream gcc 4.8.4. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/gcc Latest release of ARC binutils (as of today it is

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread Etienne Champetier
2015-08-27 12:18 GMT+02:00 John Crispin blo...@openwrt.org: On 26/08/2015 18:20, Etienne Champetier wrote: 2015-08-26 15:48 GMT+02:00 John Crispin blo...@openwrt.org mailto:blo...@openwrt.org: On 26/08/2015 01:00, Etienne CHAMPETIER wrote: This patch series rework a bit

[OpenWrt-Devel] ubus: potential regression in request processing

2015-08-27 Thread Zefir Kurtisi
Hello all, After upgrading from a rather old commit (4c4f35cf2230) to HEAD, I observe a change in the ubus processing of requests / notifications which to me seems at least strange if not wrong. The scenario used is simple: 1) server with request handler that a) first sends a notification

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread John Crispin
Hi Alexey, have you already sent these patches upstream to the gcc people ? John On 27/08/2015 13:03, Alexey Brodkin wrote: This includes binutils, gcc, gdb and uClibc-ng. Latest release of ARC gcc (as of today it is arc-2015.06) is based on upstream gcc 4.8.4. Sources are

Re: [OpenWrt-Devel] [PATCH v3] bcm63xx: add Comtrend VR-3026e support

2015-08-27 Thread Jonas Gorski
On Wed, Aug 26, 2015 at 7:18 PM, Martin Tesar tesar...@gmail.com wrote: Add support for Comtrend VR-3026e v1. The device is almost identical to the Comtrend VR-3025un. Signed-off-by: Martin Tesar tesar...@gmail.com --- target/linux/brcm63xx/base-files/etc/diag.sh | 3 +

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 10:50, Dirk Neukirchen wrote: On 27.08.2015 09:27, Yousong Zhou wrote: On 27 August 2015 at 12:02, Dirk Neukirchen dirkneukirc...@web.de wrote: - it causes issues with qemu versions 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 11:29, John Crispin wrote: hjaving ne eminent need for size reduction does not mean bloat is acceptable typo tastic ... note to self: dont send mails on the ipad when you have a kid in one arm ;) ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-27 Thread Felix Fietkau
On 2015-08-27 01:48, Adam Kuklycz wrote: Hi all, I was wondering why OpenWRT switched to musl -- is it purely because uclibc hasn't actually maintained their code properly? That's only part of the reason. Aside from the maintainenance, the code quality of uClibc is also poor compared to

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Dirk Neukirchen
On 27.08.2015 09:27, Yousong Zhou wrote: On 27 August 2015 at 12:02, Dirk Neukirchen dirkneukirc...@web.de wrote: - it causes issues with qemu versions 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Yousong Zhou
On 27 August 2015 at 12:02, Dirk Neukirchen dirkneukirc...@web.de wrote: - it causes issues with qemu versions 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004 But it's a bug within qemu. I have a

Re: [OpenWrt-Devel] [PATCH] uci: add import call

2015-08-27 Thread Rafał Miłecki
On 26 August 2015 at 18:13, Alexander Couzens lyn...@fe80.eu wrote: similiar to import from uci cli. import removes all old configs and import the new config. example: ubus call uci import \ '{config: dhcp, values: { srv: { .type: host, .name: srv, mac: 00:11:22:33:44:55, ip: 192.168.1.2

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-08-27 Thread John Crispin
Hi, i just skimmed over the patch quickly and ... On 27/08/2015 13:03, Alexey Brodkin wrote: diff --git a/target/linux/arc/axs10x/base-files/etc/config/network b/target/linux/arc/axs10x/base-files/etc/config/network new file mode 100644 index 000..1d46510 --- /dev/null +++

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread Alexey Brodkin
Hi John, On Thu, 2015-08-27 at 13:59 +0200, John Crispin wrote: Hi Alexey, have you already sent these patches upstream to the gcc people ? I'm not really sure which patches you're talking about. If you're talking about patches I put in toolchain/gcc/patches/arc-2015.06 folder those are

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-27 Thread Adam Kuklycz
Hi Felix Thanks for clarifying. I've also noticed what appears to be a memory leak in my latest build as well which I am working on drilling down now. After a couple days of uptime the device is out of memory. It's much more pronounced when doing downloads with many connections