Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-28 Thread Weedy
On 28 September 2017 at 23:04, Jim Gettys wrote: > I like two orders of magnitude improvement of latency under load! Anyone have > suggestions on what to buy for a new laptop these days? You can change your wifi card you know. It's just a mini pci-e card.

Re: [LEDE-DEV] [PATCH netifd] system-linux: add support for hotplug event 'move'

2017-09-28 Thread Philip Prindeville
Inline… > On Sep 28, 2017, at 2:32 AM, Martin Schiller wrote: > > If you rename a network interface, there is a move uevent > invoked instead of remove/add. > > This patch adds support for this kind of event. > > Signed-off-by: Martin Schiller > --- >

Re: [LEDE-DEV] Updating Perl to 5.26.1

2017-09-28 Thread Philip Prindeville
> On Sep 28, 2017, at 4:04 PM, Russell Senior wrote: > >> "Philip" == Philip Prindeville >> writes: > > Philip> Hi. I’m trying to update Perl from 5.24.1 to 5.26.1 but running > Philip> into some issues. > > Philip> We

Re: [LEDE-DEV] Updating Perl to 5.26.1

2017-09-28 Thread Russell Senior
> "Philip" == Philip Prindeville > writes: Philip> Hi. I’m trying to update Perl from 5.24.1 to 5.26.1 but running Philip> into some issues. Philip> We don’t use ./Configure to build the target versions (just the Philip> host version), so when new

[LEDE-DEV] [PATCH 2/3] sunxi: A64: add device tree changes for A64 Ethernet

2017-09-28 Thread Hauke Mehrtens
This adds the device tree changes needed to make the GMAC stmmac driver working for the Allwinner A64 SoCs. Signed-off-by: Hauke Mehrtens --- ...nner-sun50i-a64-Add-dt-node-for-the-sysco.patch | 33 +++ ...nner-sun50i-a64-add-dwmac-sun8i-Ethernet-.patch | 69

[LEDE-DEV] [PATCH 3/3] sunxi: H3: add device tree changes for H3 Ethernet

2017-09-28 Thread Hauke Mehrtens
This adds the device tree changes needed to make the GMAC stmmac driver working for the Allwinner H3 SoCs. Signed-off-by: Hauke Mehrtens --- ...unxi-h3-h5-Add-dt-node-for-the-syscon-con.patch | 32 +++ ...unxi-h3-h5-add-dwmac-sun8i-ethernet-drive.patch | 67

[LEDE-DEV] Updating Perl to 5.26.1

2017-09-28 Thread Philip Prindeville
Hi. I’m trying to update Perl from 5.24.1 to 5.26.1 but running into some issues. We don’t use ./Configure to build the target versions (just the host version), so when new settings are added, we need to figure out what they are… and what the appropriate settings are for all processors. And

Re: [LEDE-DEV] [PATCH 1/3] Remove ttl==255 restriction for queries

2017-09-28 Thread Philip Prindeville
> On Sep 28, 2017, at 2:32 PM, Christian Lamparter > wrote: > >> On Thursday, September 28, 2017 1:36:52 PM CEST Philip Prindeville wrote: >> Why was this test there and equally why are we removing it? > I guess it was there so umdns would ignore any forwarded mdns? >

Re: [LEDE-DEV] [PATCH 1/3] Remove ttl==255 restriction for queries

2017-09-28 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Thursday, September 28, 2017

Re: [LEDE-DEV] [PATCH 1/3] Remove ttl==255 restriction for queries

2017-09-28 Thread Philip Prindeville
Why was this test there and equally why are we removing it? > On Sep 28, 2017, at 1:09 AM, Philipp Meier wrote: > > Signed-off-by: Philipp Meier > --- > interface.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/interface.c

Re: [LEDE-DEV] [PATCH 3/3] Add debug output for service_timeout

2017-09-28 Thread Philip Prindeville
Inline Sent from my iPhone > On Sep 28, 2017, at 1:09 AM, Philipp Meier wrote: > > Signed-off-by: Philipp Meier > --- > service.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/service.c b/service.c > index

[LEDE-DEV] LEDE Reboot SNAPSHOT r4940-00e9a7a lantiq fails to connect to DSL

2017-09-28 Thread Mauro Mozzarelli
From r4940-00e9a7a release, just built, BT Home Hub 5 router fails to connect to dsl at boot. After issuing: # /etc/init.d/dsl_control stop and then # /etc/init.d/dsl_control start It will reconnect eventually, but it won't automatically after a reboot. I have seen a lantiq patch coming

[LEDE-DEV] Fix NULL pointer dereferece in at803x_link_change_notify()

2017-09-28 Thread Andrey Jr. Melnikov
Hello. Fix NULL pointer dereferece in at803x_link_change_notify(). Signed-Off-by: "Andrey Jr. Melnikov" -- diff --git a/target/linux/ar71xx/patches-4.4/902-at803x-add-reset-gpio-pdata.patch b/target/linux/ar71xx/patches-4.4/902-at803x-add-reset-gpio-pdata.patch index

[LEDE-DEV] [PATCH] kernel: update 4.4 to 4.4.89

2017-09-28 Thread Kevin Darbyshire-Bryant
Refresh patches. Compile & run tested on ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- ...alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch | 2 +-

[LEDE-DEV] [PATCH netifd] system-linux: add support for hotplug event 'move'

2017-09-28 Thread Martin Schiller
If you rename a network interface, there is a move uevent invoked instead of remove/add. This patch adds support for this kind of event. Signed-off-by: Martin Schiller --- system-linux.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-)

Re: [LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

2017-09-28 Thread John Crispin
On 28/09/17 09:42, Philipp Meier wrote: On 26/09/17 10:55, Philipp Meier wrote: Remove trailing comma in http service json configuration file Signed-off-by: Philipp Meier --- json/http.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

2017-09-28 Thread Philipp Meier
On 26/09/17 10:55, Philipp Meier wrote: Remove trailing comma in http service json configuration file Signed-off-by: Philipp Meier --- json/http.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/http.json b/json/http.json index

Re: [LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

2017-09-28 Thread Philipp Meier
On 26/09/17 10:55, Philipp Meier wrote: Remove trailing comma in http service json configuration file Signed-off-by: Philipp Meier --- json/http.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/http.json b/json/http.json index

[LEDE-DEV] [PATCH 3/3] Add debug output for service_timeout

2017-09-28 Thread Philipp Meier
Signed-off-by: Philipp Meier --- service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service.c b/service.c index 0a9e25d..97b6f91 100644 --- a/service.c +++ b/service.c @@ -121,8 +121,10 @@ service_timeout(struct service *s) {

[LEDE-DEV] [PATCH 1/3] Remove ttl==255 restriction for queries

2017-09-28 Thread Philipp Meier
Signed-off-by: Philipp Meier --- interface.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/interface.c b/interface.c index 3904c89..7f814d2 100644 --- a/interface.c +++ b/interface.c @@ -233,9 +233,6 @@ read_socket4(struct uloop_fd *u, unsigned int events)

[LEDE-DEV] [PATCH 2/3] Remove incorrect comma in http service json config

2017-09-28 Thread Philipp Meier
Signed-off-by: Philipp Meier --- json/http.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/http.json b/json/http.json index cf60532..2a7b50a 100644 --- a/json/http.json +++ b/json/http.json @@ -1,3 +1,3 @@ { - "http_80": {