Re: [LEDE-DEV] LEDE v17.01.0 final

2017-02-28 Thread yanosz
Hello, Am 02/22/2017 um 06:47 PM schrieb Jo-Philipp Wich: > Hi, > > The LEDE Community is proud to announce the first stable version of the > LEDE 17.01 version series. > > LEDE 17.01.0 "Reboot" incorporates thousands of commits over the last > nine months of effort. With this release, the LEDE

[LEDE-DEV] [PATCH] procd.sh: use parrameterized respawn values

2017-02-28 Thread Claudiu Brasovean
continue work started here: http://patchwork.ozlabs.org/patch/520859 Extend /etc/config/system with parameters to set the default respawn treshold and respawn timeout for procd launched services that have respawn enabled. This results in cleaner init scripts, while making sure services ha

[LEDE-DEV] [PATCH netifd v3] system-linux: add VXLAN support

2017-02-28 Thread Matthias Schiffer
VXLAN shares many attributes with the tunnel devices, so it is implemented as a new tunnel type. The 'remote' attribute can be used for an unicast peer or a multicast group. The IANA-assigned port 4789 is used by default, instead of the non-standard port Linux defaults to. Signed-off-by: Matthias

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-02-28 Thread Martin Tippmann
On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers wrote: > Okay, so I tracked it down to cake being the culprit. When I disable the > Cake SQM instance, no more of those traces, and no more sudden reboots. > > If I can help debug this, let me know - I enabled a Cake SQM instance on an > APU2 and so fa

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
Hello John, I sent the first patch using the output of git show, but there was something wrong and it was suggested to use git format-patch, so I sent the last using the following method: I do a git pull for trunk first, then inside the trunk directory: 1. git checkout -b ipvs 2. I apply my

Re: [LEDE-DEV] [RFC] ipq806x: Add USB Type Selector for R7500

2017-02-28 Thread Mathias Kresin
2017-02-27 13:34 GMT+01:00 Thomas Reifferscheid : > The patch enables the primary USB port on R7500. Because of the > missing general IPQ8064x TCSR initialisation functions a workaround > using pinctrl,single was chosen. It allows us to set 1a4000b0 from > .0010 to .0011 thus enabling the p

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread John Crispin
On 28/02/2017 12:52, Mauro Mozzarelli wrote: > Then I take the output from git format-patch and I post it to the > mailing list. How exactly did you do this ? i assume using copy&paste into your mail client ? try using "git send-email" ___ Lede-dev ma

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
To obtain a functional Load Balancer, in addition to the kernel modules we require also the "ipvsadm" tool which is used to create and manage the load balancer kernel table. I prepared a separate package that includes other than ipvsadm also the necessary startup and configuration scripts conf

Re: [LEDE-DEV] [PATCH odhcpd] dhcpv6-ia: Check lockf return value

2017-02-28 Thread Mathias Kresin
2017-02-28 6:53 GMT+01:00 Florian Fainelli : > Signed-off-by: Florian Fainelli > --- > src/dhcpv6-ia.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c > index 888634fe1f29..fb5044884441 100644 > --- a/src/dhcpv6-ia.c > +++ b/src/d

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
John, I confirm I copy and paste using Thunderbird. My mail server requires authentication. I am afraid no luck with send-email: $ git-send-email git-send-email: command not found $ git send-email git: 'send-email' is not a git command. See 'git --help'. $ git --version git version 2.7.

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Kevin Darbyshire-Bryant
On 28/02/17 12:28, Mauro Mozzarelli wrote: John, I confirm I copy and paste using Thunderbird. My mail server requires authentication. I am afraid no luck with send-email: $ git-send-email you need to install the git email package. Something like sudo apt install git-email Cheers,

[LEDE-DEV] [PATCH] ar71xx: set status led for the gl-* boards

2017-02-28 Thread Wojciech Jowsa
This sets status_led for the gl-ar300m and gl-mifi boards, and fixes led names so that they follow correct naming scheme. It also fixes mangled whitespace in the mach-gl-ar300m.c. Signed-off-by: Wojciech Jowsa --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 21 +- target/linux/ar71xx/

Re: [LEDE-DEV] [PATCH] ar71xx: set status led for the gl-* boards

2017-02-28 Thread Wojciech Jowsa
Hi, Spaces have been there from the first commit but I have fixed that in the latest patch. Hope, this is the last one :) On Mon, Feb 27, 2017 at 11:32 AM, John Crispin wrote: > > > On 15/02/2017 16:33, Wojciech Jowsa wrote: >> This sets status_led for the gl-ar300m and gl-mifi boards, and fixe

[LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-28 Thread mauro
From: Mauro Mozzarelli IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer at the front of a cluster of real servers, it can direct requests for TCP/UDP based services to the rea

[LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-28 Thread mauro
From: Mauro Mozzarelli IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer at the front of a cluster of real servers, it can direct requests for TCP/UDP based services to the rea

[LEDE-DEV] [PATCH] include/kernel: Allow to use git clone kernel into external tree

2017-02-28 Thread hauke . mehrtens
From: Hauke Mehrtens This combines the usage of external kernel tree with the cloning of the kernel tree form git. The new kernel will be cloned into an external directory and then used from there. Signed-off-by: Hauke Mehrtens --- include/kernel-defaults.mk | 17 +++-- 1 file chan

Re: [LEDE-DEV] undefined reference to `memmove' caused by __builtin_memmove()

2017-02-28 Thread Hauke Mehrtens
Hi Felix, On 2017-02-28 07:11, Felix Fietkau wrote: On 2017-02-20 15:10, Mehrtens, Hauke wrote: When I compile MIPS malta with the LEDE patches on kernel 4.9 I get this error in the kernel build: CC arch/mips/boot/compressed/decompress.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin

Re: [LEDE-DEV] [PATCH] include/kernel: Allow to use git clone kernel into external tree

2017-02-28 Thread Florian Fainelli
On 02/28/2017 10:06 AM, hauke.mehrt...@intel.com wrote: > From: Hauke Mehrtens > > This combines the usage of external kernel tree with the cloning of the > kernel tree form git. The new kernel will be cloned into an external > directory and then used from there. > > Signed-off-by: Hauke Mehrten

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-02-28 Thread Stijn Segers
Op di, 28 feb 2017 om 1:15 , schreef Eric Luehrsen : On 02/27/2017 03:17 PM, Stijn Segers wrote: Okay, so I tracked it down to cake being the culprit. When I disable the Cake SQM instance, no more of those traces, and no more sudden reboots. If I can help debug this, let me know - I enab

Re: [LEDE-DEV] [PATCH] [BUG] XRX200 VPE support is broken since conflicting SMP support was introduced

2017-02-28 Thread Stefan Koch
2017-02-22 17:11 GMT+01:00 Daniel Golle : > 4) Write a proper, platform agnostic driver to connect the SLIC via > SPI, PCM, I2C or whatever and add a simple DAHDI driver for it. Then > have asterisk do the transcoding (maybe some ASM optimization to make > it even take advantage of MIPS DSP instruc

Re: [LEDE-DEV] [PATCH] [BUG] XRX200 VPE support is broken since conflicting SMP support was introduced

2017-02-28 Thread Stefan Koch
2017-02-22 17:05 GMT+01:00 David Woodhouse : > On Wed, 2017-02-22 at 16:33 +0100, Stefan Koch wrote: > > Surely you can still have have SMP support in the kernel; all you need > to do is take the other CPU offline properly before you repurpose it > for VPE? I have created a LEDE pull request with

Re: [LEDE-DEV] [PATCH] [BUG] XRX200 VPE support is broken since conflicting SMP support was introduced

2017-02-28 Thread Daniel Golle
Hi Stefan, On Tue, Feb 28, 2017 at 07:37:08PM +0100, Stefan Koch wrote: > 2017-02-22 17:11 GMT+01:00 Daniel Golle : > > 4) Write a proper, platform agnostic driver to connect the SLIC via > > SPI, PCM, I2C or whatever and add a simple DAHDI driver for it. Then > > have asterisk do the transcoding

[LEDE-DEV] include/kernel: Allow to use git clone kernel into external tree

2017-02-28 Thread Giuseppe Lippolis
> This combines the usage of external kernel tree with the cloning of the > kernel tree form git. The new kernel will be cloned into an external > directory and then used from there. I find it very useful if someone need to develop a kernel patch. If the problem is the download time my suggestion

[LEDE-DEV] [PATCH odhcpd v2] dhcpv6-ia: Check lockf return value

2017-02-28 Thread Florian Fainelli
Check the lockf return value to fix the following warning/error: /home/fainelli/dev/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/odhcpd-2017-02-21-1b630f8b/src/dhcpv6-ia.c: In function 'dhcpv6_write_statefile': /home/fainelli/dev/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/odhc

Re: [LEDE-DEV] [PATCH odhcpd] dhcpv6-ia: Check lockf return value

2017-02-28 Thread Florian Fainelli
On 02/28/2017 03:48 AM, Mathias Kresin wrote: > 2017-02-28 6:53 GMT+01:00 Florian Fainelli : >> Signed-off-by: Florian Fainelli >> --- >> src/dhcpv6-ia.c | 8 ++-- >> 1 file changed, 6 insertions(+), 2 deletions(-) >> >> diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c >> index 888634fe1f29..

[LEDE-DEV] USB3.0 regression / trying to isolate / testers needed

2017-02-28 Thread Thomas Reifferscheid
Hello, Apparently there is a confirmed regression with Lede for at least three devices when inserting a USB 3.0 device during boot [0]. The USB port then is found dead until the next reboot. I'd like to identify the extent to which this issue is affecting Lede and get answers to the following que

Re: [LEDE-DEV] Cake SQM killing my DIR-860L - was: [17.01] Kernel: bump to 4.4.51

2017-02-28 Thread Stijn Segers
Op di, 28 feb 2017 om 11:40 , schreef Martin Tippmann : On Mon, Feb 27, 2017 at 9:17 PM, Stijn Segers wrote: Okay, so I tracked it down to cake being the culprit. When I disable the Cake SQM instance, no more of those traces, and no more sudden reboots. If I can help debug this, let me kn