[PATCH v2] options.c: add DSCP code LE Least Effort

2022-01-08 Thread Kevin Darbyshire-Bryant via openwrt-devel
support to firewall3. Signed-off-by: Kevin Darbyshire-Bryant --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 6131786..2f419a3 100644 --- a/options.c +++ b/options.c @@ -146,6 +146,7 @@ static const struct { const char *name; uint8_t dscp; } dsc

[PATCH] options.c: add DSCP code LE Least Effort

2022-01-08 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 --- Signed-off-by: Kevin

Merged: dnsmasq: add match_tag for --dhcp-host

2021-11-09 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 --- Merged into my staging tree. Thank

Merged: dnsmasq: Update to version 2.86test3

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: kernel: drop the conntrack rtcache patch

2021-04-22 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] nettle: build on latest macos xcode

2020-11-18 Thread Kevin Darbyshire-Bryant
compiler warns that exit() isn't defined so the checks for build system compiler fail. include to define exit() Signed-off-by: Kevin Darbyshire-Bryant --- This could do with checking it doesn't break builds under Linux .../libs/nettle/patches/100-portability.

[PATCH] kernel: bump 5.4 to 5.4.53

2020-07-25 Thread Kevin Darbyshire-Bryant
different way. generic/hack-5.4/641-sch_cake-fix-IP-protocol-handling-in-the-presence-of.patch Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- .../910-unaligned_access_hacks.patch | 2 +- ...ce-quirks-for-Freeway-Airmouse-T3-an.patch | 4

[PATCH umdns] service.c: fix build on gcc 10

2020-07-19 Thread Kevin Darbyshire-Bryant
red here 42 | uint8_t name[]; | ^~~~ cc1: all warnings being treated as errors make[5]: *** [CMakeFiles/umdns.dir/build.make:132: CMakeFiles/umdns.dir/service.c.o] Error 1 Signed-off-by: Kevin Darbyshire-Bryant --- service.c | 6 -- 1 file changed, 4 insertions(+), 2 delet

[OpenWrt-Devel] [PATCH] kernel: bump 5.4 to 5.4.47

2020-06-17 Thread Kevin Darbyshire-Bryant
Refreshed patches. Run tested: x86/64 (apu2) Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- ...653-spi-Force-CS_HIGH-if-GPIO-descriptors-are-used.patch | 4 ++-- ...QUASH-spi-Demote-SPI_CS_HIGH-warning-to-KERN_DEBUG.patch | 2

[OpenWrt-Devel] Merged: odhcpd: remove bogus IPKG_INSTROOT reference

2020-06-11 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] odhcpd: remove bogus IPKG_INSTROOT reference

2020-06-10 Thread Kevin Darbyshire-Bryant
IPKG_INSTROOT is only set under image builder and we won't be running this script at build time either, so remove the reference before it gets cargo-culted into other scripts. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/odhcpd/Makefile| 2 +- package/ne

Re: [OpenWrt-Devel] [PATCH] umdns: update to latest version

2020-04-05 Thread Kevin Darbyshire-Bryant
Hi Nick, I’ve already done it… slightly incorrectly (I got the PKG_RELEASE wrong no harm done, can be fixed on next ‘release’ date update) Thanks for patch. I should have taken yours! Cheers, Kevin > On 5 Apr 2020, at 09:31, vinc...@systemli.org wrote: > > From: Nick Hainke > > Includes:

[OpenWrt-Devel] Merged: umdns: fix unused error

2020-04-05 Thread Kevin Darbyshire-Bryant
Merged. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: ath79: improve mikrotik-caldata.sh

2020-04-04 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v1] umdns: suppress address-of-packed-member warning

2020-04-04 Thread Kevin Darbyshire-Bryant
gned pointer value [-Werror=address-of-packed-member] 261 | uint16_t *swap = (uint16_t *) q; Work around what I think is a false positive by turning the warning off. Not ideal, but not quite as not ideal as build failure. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/u

[OpenWrt-Devel] [PATCH v1 2/2] kmod-sched-cake: switch to in-tree cake for 4.19+

2020-04-01 Thread Kevin Darbyshire-Bryant
work. Instead, remove the PROVIDES option and modify package sqm-scripts to depend on the correct module independently. Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake-oot/Makefile | 3 +- package/kernel/linux/modules/netsupport.mk| 17 +- ...-sch_cake-Mak

[OpenWrt-Devel] [PATCH v1 0/2] Moving to drop Out of tree cake

2020-04-01 Thread Kevin Darbyshire-Bryant
Kevin Darbyshire-Bryant (2): kmod-sched-cake: rename to kmod-sched-cake-oot kmod-sched-cake: switch to in-tree cake for 4.19+ .../Makefile | 12 +- package/kernel/linux/modules/netsupport.mk| 17 +- ...-sch_cake-Make-the-dual-modes-fairer.patch

[OpenWrt-Devel] [PATCH v1 1/2] kmod-sched-cake: rename to kmod-sched-cake-oot

2020-04-01 Thread Kevin Darbyshire-Bryant
removed. Signed-off-by: Kevin Darbyshire-Bryant --- .../Makefile| 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) rename package/kernel/{kmod-sched-cake => kmod-sched-cake-oot}/Makefile (75%) diff --git a/package/kernel/kmod-sched-c

[OpenWrt-Devel] [PATCH] libnftnl: bump to 1.1.5

2020-03-16 Thread Kevin Darbyshire-Bryant
ake[5]: *** [all] Error 2 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [/Users/kevin/wrt/build_dir/target-x86_64_musl/linux-x86_64/iptables-1.8.4/.built] Error 2 make[2]: Leaving directory `/Users/kevin/wrt/package/network/utils/iptables' Signed-off-by: Kevin D

[OpenWrt-Devel] [PATCH v2] instance: add 'requirejail' attribute

2020-02-02 Thread Kevin Darbyshire-Bryant
is output in DEBUG mode, thus processes started in a 'may jail' but non-jail capable environment do not spam the log. Signed-off-by: Kevin Darbyshire-Bryant --- v2 - change to 'requirejail' attribute service/instance.c | 33 +++-- service/instan

[OpenWrt-Devel] [PATCH procd] instance: Add 'mustjail' attribute

2020-02-01 Thread Kevin Darbyshire-Bryant
is output in DEBUG mode, thus processes started in a 'may jail' but non-jail capable environment do not spam the log. Signed-off-by: Kevin Darbyshire-Bryant --- service/instance.c | 33 +++-- service/instance.h | 1 + 2 files changed, 24 insertions(+

[OpenWrt-Devel] [PATCH procd v2] instance: Improve missing jail binary message

2020-01-31 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- Base error on new 'mustjail' attribute service/instance.c | 32 ++-- service/instance.h | 1 + 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/service/instance.c b/service/instance.c index e872ba

[OpenWrt-Devel] [PATCH procd] instance: Improve missing jail binary message

2020-01-30 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- service/instance.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/instance.c b/service/instance.c index e872ba0..b78a65f 100644 --- a/service/instance.c +++ b/service/instance.c @@ -824,7 +824,8 @@ instance_jail_parse

[OpenWrt-Devel] Merged: kernel: act_ctinfo: update backport

2019-12-03 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] kernel: act_ctinfo: update backport

2019-11-26 Thread Kevin Darbyshire-Bryant
Since the original backports from kernel 5.3 a few things have been tweaked by kernel bumps & other upstream changes. Update the backport to reflect upstream as closely as possible and remove the bitrot. Functions remain the same, error reporting improved. Signed-off-by: Kevin Darbyshire-Br

[OpenWrt-Devel] [PATCH] dnsmasq: correct sense & usage of dnsseccheckunsigned

2019-11-22 Thread Kevin Darbyshire-Bryant
ipt to pass required option in the disabled case. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 2 +- package/network/services/dnsmasq/files/dnsmasq.init | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/netw

[OpenWrt-Devel] [PATCH] netifd: dhcp proto convert release to norelease

2019-11-19 Thread Kevin Darbyshire-Bryant
Change dhcp no/release on shutdown to 'norelease' uci option to match existing proto dhcpv6 usage. Signed-off-by: Kevin Darbyshire-Bryant --- v2 - store the migrate script under netifd structure instead of as part of base-files package/network/config/netifd/Makefile| 2 +- .

[OpenWrt-Devel] [PATCH] netifd: dhcp proto convert release to norelease

2019-11-19 Thread Kevin Darbyshire-Bryant
Change dhcp no/release on shutdown to 'norelease' uci option to match existing proto dhcpv6 usage. Signed-off-by: Kevin Darbyshire-Bryant --- .../etc/uci-defaults/14_migrate-dhcp-release | 23 +++ package/network/config/netifd/Makefile| 2 +- .../netifd

[OpenWrt-Devel] Merged: rb532: Fix missing DEVICE_TITLE

2019-07-09 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [RFC]merge routing repository to packages

2019-07-05 Thread Kevin Darbyshire-Bryant
> On 5 Jul 2019, at 13:26, Paul Spooren wrote: > > Hi all, > > just as a notification as I don't want to spread the discussion to all > kinds of platforms: > > I proposed (actually jow in 2017) to merge openwrt-routing/packages into > openwrt/packages subfolder net. > > Please find the curre

[OpenWrt-Devel] [PATCH 1/1] kmod-sched-cake: drop out of tree package, use kernel version

2019-07-03 Thread Kevin Darbyshire-Bryant
implications. Backport upstream patches from k5.1 to address some small bugs and support fwmark usage. Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake/Makefile | 42 package/kernel/linux/modules/netsupport.mk| 16 ++ ...ly-update-parent-qlen-when

[OpenWrt-Devel] [PATCH 0/1] dropping out of tree cake

2019-07-03 Thread Kevin Darbyshire-Bryant
do with more testing though to prove I haven't stuffed the build in some way :-) Kevin Darbyshire-Bryant (1): kmod-sched-cake: drop out of tree package, use kernel version package/kernel/kmod-sched-cake/Makefile | 42 package/kernel/linux/modules/netsupport.mk| 16 ++ ...l

Re: [OpenWrt-Devel] Problems w/ "make defconfig oldconfig" after rebasing

2019-06-30 Thread Kevin Darbyshire-Bryant
> On 30 Jun 2019, at 19:27, Philip Prindeville > wrote: > > I’ve been busy with other things, and just had a chance to try to get caught > up with OpenWRT and my tickets, etc. I rebased openwrt and packages, then > did “make defconfig oldconfig” but I’m seeing: > > WARNING: Makefile 'packa

Re: [OpenWrt-Devel] ath10k-ct 4.19 and IBSS

2019-06-27 Thread Kevin Darbyshire-Bryant
> On 27 Jun 2019, at 15:49, Koen Vandeputte > wrote: > > >> On 6/27/19 7:17 AM, Koen Vandeputte wrote: > > I'm really wondering if the additional openwrt patches on top come in play > here .. > I'm not able to even send a simple ping across the link. Agreed. The ath10k-ct patches in packa

Re: [OpenWrt-Devel] New ath10k-ct firmware and driver available

2019-06-13 Thread Kevin Darbyshire-Bryant
> On 13 Jun 2019, at 16:54, Ben Greear wrote: > > > Here are recent release notes: > > wave-1: > > * May 9, 2019: Tweak rate-ctrl: Ramp PER up faster, down slower. This > helps throughput > in rate-vs-range test, especially with nss1. > > * May 20, 2019: Disable a

[OpenWrt-Devel] [firewall3] utils: coverity resource leak warning

2019-06-12 Thread Kevin Darbyshire-Bryant
solve coverity reported resource leak (socket handle) Signed-off-by: Kevin Darbyshire-Bryant --- utils.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/utils.c b/utils.c index 7f09787..fc6bbd7 100644 --- a/utils.c +++ b/utils.c @@ -944,18 +944,24 @@ bool

[OpenWrt-Devel] Merged: kernel: b53: register switch on probe

2018-11-23 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: tools: tplink-safeloader: add C7v5 EU SupportList

2018-11-23 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] hostapd: add utf8_ssid flag & enable as default

2018-11-14 Thread Kevin Darbyshire-Bryant
SSIDs may contain UTF8 characters but ideally hostapd should be told this is the case so it can advertise the fact. Default enable this option. add uci option utf8_ssid '0'/'1' for disable/enable e.g. config wifi-iface option utf8_ssid '0' Signed-o

[OpenWrt-Devel] Merged: ipq40xx: fix NBG6617 LED mapping

2018-11-04 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v2] kernel: revert evil EVIL module stripping patches

2018-10-28 Thread Kevin Darbyshire-Bryant
> On 27 Oct 2018, at 23:29, Daniel Santos wrote: > > Don't ever EVER do this! It has taken me several hours to discover the > underlying cause of my modules being mysteriously stripped, despite > having made certain CONFIG_MODULE_STRIP was not enabled. This is a > truely horrendous and dispic

[OpenWrt-Devel] Merged: tools/xz: Add PKG_CPE_ID for proper CVE tracking

2018-10-16 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: tools/libressl: Add PKG_CPE_ID for proper CVE tracking

2018-10-16 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] patch: Add missing CVE

2018-10-16 Thread Kevin Darbyshire-Bryant
> On 15 Oct 2018, at 18:17, Rosen Penev wrote: > > uscan reports a new CVE now that PKG_CPE_ID was added. > > Reordered patches by date. > > Signed-off-by: Rosen Penev > --- > tools/patch/Makefile | 2 +- > tools/patch/patches/010-CVE-2018-6951.patch | 29

[OpenWrt-Devel] Merged: patch: apply upstream cve fixes

2018-10-14 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [RFC PATCH 0/2] wpad basic variant

2018-10-12 Thread Kevin Darbyshire-Bryant
> On 12 Oct 2018, at 16:26, Kevin Darbyshire-Bryant > wrote: > > Peoples! And I should mention, credit, thank that nice Mr Kresin for doing the ‘switch to basic’ patch for relevant targets. Cheers, Kevin ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH 2/2] treewide: use wpad-basic for not small flash targets

2018-10-12 Thread Kevin Darbyshire-Bryant
From: Mathias Kresin Add out of the box support for 802.11r and 802.11w to all targets not suffering from small flash. Signed-off-by: Mathias Kresin Signed-off-by: Kevin Darbyshire-Bryant --- .../linux/adm8668/profiles/100-WRTU54G-TM.mk | 2 +- target/linux/apm821xx/image/Makefile

[OpenWrt-Devel] [PATCH 1/2] hostapd: add basic variant

2018-10-12 Thread Kevin Darbyshire-Bryant
Add a basic variant which provides WPA-PSK only, 802.11r and 802.11w. Signed-off-by: Kevin Darbyshire-Bryant --- include/target.mk | 2 +- package/network/services/hostapd/Config.in| 6 + package/network/services/hostapd/Makefile | 37 ++ .../hostapd

[OpenWrt-Devel] [RFC PATCH 0/2] wpad basic variant

2018-10-12 Thread Kevin Darbyshire-Bryant
ry nice Mr Woodhouse happy, and was/am going to discuss this at the conference to get some help/advice etc, but it's probably best to send this in now so people can formulate a response in advance. Help, guidance appreciated shouting less so but if need be :-) Kevin Kevin Darbyshi

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20181006

2018-10-09 Thread Kevin Darbyshire-Bryant
> On 8 Oct 2018, at 19:12, Lucian Cristian wrote: > > On 08.10.2018 11:56, Andre Heider wrote: >> Hi Jason, >> >> On 06/10/2018 05:09, Jason A. Donenfeld wrote: >>> diff --git a/package/network/services/wireguard/Makefile >>> b/package/network/services/wireguard/Makefile >>> index 29c7447..3

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.73

2018-10-02 Thread Kevin Darbyshire-Bryant
Refresh patches. Remove upstreamed patch: generic/pending-4.14/192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch Compile-tested on: ath79 Runtime-tested on: ath79 Signed-off-by: Kevin Darbyshire-Bryant --- This could do with a bit of testing/compilation on a few other platforms

[OpenWrt-Devel] Merged: kernel: re-enable MIPS VDSO

2018-09-21 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] kernel: re-enable MIPS VDSO

2018-09-21 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- .../pending-4.14/206-mips-disable-vdso.patch | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 target/linux/generic/pending-4.14/206-mips-disable-vdso.patch diff --git a/target/linux/generic/pending-4.14/206-mips-disable

[OpenWrt-Devel] Merged: fstools: Install mount.hotplug and 10-fstab.defaults as 600

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: usbmode: Update modeswitch data to 20170806

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged:

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged:

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged: lldpd: Install /etc/config file as 600

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged:

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Merged:

2018-09-19 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] base-files: make wifi report unknown command

2018-08-07 Thread Kevin Darbyshire-Bryant
> On 6 Aug 2018, at 15:49, Karl Palsson wrote: > > Signed PGP part > > John Crispin wrote: >> >> >> On 03/08/18 18:18, Thibaut VARÈNE wrote: >>> Avoid having /sbin/wifi silently ignore unknown keywords and execute >>> "enable"; instead display the help message and exit with an error. >>> >

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.59

2018-07-28 Thread Kevin Darbyshire-Bryant
59 Signed-off-by: Kevin Darbyshire-Bryant --- NOTE - Stijn's bump to 4.14.56 included a big warning WARNING: EXT4 IMAGES ARE BROKEN WITH THIS KERNEL!!! Personally not seen any evidence but this needs MORE TESTING! include/kernel-version.mk | 4 +- ...0001-crypt

[OpenWrt-Devel] [PATCH v1] 6in4: add maxtry option to make more persistent updating HE endpoint

2018-07-27 Thread Kevin Darbyshire-Bryant
Add option 'maxtry' to 6in4 interface definition. Defaults to 3. Defines maximum number of attempts to update Hurricane Electric tunnel endpoint address. Originally unconfigurable and hard coded to 3. Each update attempt has a 5 second timeout. Signed-off-by: Kevin Darbysh

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.58

2018-07-27 Thread Kevin Darbyshire-Bryant
27;s bump to 4.14.56 & my two subsequent bumps to 4.14.58 Bump to 4.14.56 Signed-off-by: Stijn Tintel Subsequent bump to 4.14.58 Signed-off-by: Kevin Darbyshire-Bryant --- NOTE - Stijn's bump to 4.14.56 included a big warning WARNING: EXT4 IMAGES ARE BROKEN WITH THIS KERNEL!!! Perso

Re: [OpenWrt-Devel] [PATCH 2/2] [RFC] kernel: bump 4.14 to 4.14.54 for 18.06

2018-07-11 Thread Kevin Darbyshire-Bryant
> On 11 Jul 2018, at 10:44, Hannu Nyman wrote: > > Kevin Darbyshire-Bryant wrote: >> Really not convinced I agree with the "patch 335 removes the whole code >> block where that one line changed in upstream”. > > You are right. > The corresponding addi

Re: [OpenWrt-Devel] [PATCH 2/2] [RFC] kernel: bump 4.14 to 4.14.54 for 18.06

2018-07-11 Thread Kevin Darbyshire-Bryant
> On 11 Jul 2018, at 05:45, Hannu Nyman wrote: > > Stijn Segers kirjoitti 10.7.2018 klo 23:08: >> Refreshed patches. The bump from .53 to .54 introduced a minor change in >> net/netfilter/nf_tables_api.c [1] but I am unable to >> judge if this is a fluke or not, so I'd like a second pair of ey

Re: [OpenWrt-Devel] Archer C7 v2 with Target System "Atheros ATH79 (DTS)" or "Atheros AR7xxx/AR9xxx"

2018-06-28 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 28 Jun 2018, at 08:26, m...

[OpenWrt-Devel] [PATCH v2] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
tested-for: lantiq, ramips Run-tested-on: lantiq BT hh5a, ramips MIR3g Signed-off-by: Kevin Darbyshire-Bryant --- v2 - actually it turns out 531-ATA-achi... isn't required & causes build failure - oops! Thanks to Gerard Looije for pointing out the error in my ways :-) includ

Re: [OpenWrt-Devel] 18.06: Cherry pick mtu fix

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 21 Jun 2018, at 08:13, Jaap

[OpenWrt-Devel] [PATCH] kernel: bump 4.14 to 4.14.51

2018-06-21 Thread Kevin Darbyshire-Bryant via openwrt-devel
mips MIR3g Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- ...stmmac-Disable-frame-filtering-completely.patch | 2 +- 16-netfilter-flow-table-support-for-IPv6.patch | 2 +- ...r-improve-flow-table-Kconfig-dependencies.patch | 2 +- .

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180620

2018-06-20 Thread Kevin Darbyshire-Bryant via openwrt-devel
ncy b7b193f queueing: remove useless spinlocks on sc 5bb62fe tools: getentropy requires 10.12 4e9f120 chacha20poly1305: use slow crypto on -rt kernels on arm too Compiled-for: ar71xx, lantiq Run-tested-on: ar71xx Archer C7 v2 & lantiq HH5a Signed-off-by: Kevin Darbyshire-Bryant --- package/ne

[OpenWrt-Devel] [RFC PATCH] ltq_atm: burn ifx_atm_alloc_tx with fire

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
nce commit 0276e1f7608a2b5252aee0c92c9834a150582ffe we no longer call or use ifx_atm_alloc_tx and the pointed to function atm_alloc_tx. Let's remove this unused code. Tested on: BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 45 +-

[OpenWrt-Devel] [PATCH] lantiq: atm: fix ifx_atm driver integration

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to David Woodhouse & Mathias Kresin . Tested-on: lantiq, BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- .../patches-4.14/0004-MIPS-lantiq-a

[OpenWrt-Devel] [PATCH] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
the ticking timebomb: 158f323b9868 ("net: adjust skb->truesize in pskb_expand_head() Sincerest thanks to Mathias Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-18 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 08:06, David Woodhouse wrote: > > On Sat, 2018-06-16 at 08:36 +0000, Kevin Darbyshire-Bryant via openwrt-devel > wrote: >> Backport a hot off the press upstream kernel ATM fix: >> >> Preserve value of skb->truesize when accounting to vcc >> >> "

Re: [OpenWrt-Devel] [PATCH 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 16 Jun 2018, at 10:43, Davi

[OpenWrt-Devel] [PATCH v2 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to David Woodhouse & Mathias Kresin . Tested-on: lantiq, BT HomeHub 5a Signed-off-by: Kevin Darbyshire-Bryant --- v2 - tweak to contributor credits, signed o

[OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes FS#1567 Signed-off-by: Kevin Darbyshire-Bryant --- ...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +

[OpenWrt-Devel] [PATCH 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
he solution to pppoatm vc-mux failing to work which started the whole investigation, but let's fix it up anyway. With sincerest thanks to dwmw2 & mkresin. Tested-on: lantiq, BT HomeHub 5a Signed-of-by: Kevin Darbyshire-Bryant Signed-off-by: Kevin Darbyshire-Bryant --- .../lantiq/patches-4.

[OpenWrt-Devel] [PATCH 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread Kevin Darbyshire-Bryant via openwrt-devel
Kresin for debugging assistance and to David Woodhouse for further guidance, cajoling & patience in interpreting the debug I was giving him and producing a fix! Fixes FS#1567 Signed-off-by: Kevin Darbyshire-Bryant --- ...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +

Re: [OpenWrt-Devel] [PATCH] ramips: mir3g: reduce usb power flapping at boot

2018-06-11 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 15:56, Mathias Kresin wrote: > > 08.06.2018 20:45, Kevin Darbyshire-Bryant: >> Define USB port power as set on by bootloader (which it is) The power >> gets cycled at kernel boot, but by defining as 'regulator-boot-on' >> reduces the power off to power on

[OpenWrt-Devel] [PATCH] kernel: bump 4.9 to 4.9.107

2018-06-09 Thread Kevin Darbyshire-Bryant via openwrt-devel
ile-tested for: ar71xx Run-tested on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 +- .../patches-4.9/910-unaligned_access_hacks.patch | 2 +- ..._pl011-Don-t-use-DT-aliases-for-numbering.patch | 2 +- .../950-0195-

[OpenWrt-Devel] [PATCH] ramips: mir3g: reduce usb power flapping at boot

2018-06-08 Thread Kevin Darbyshire-Bryant via openwrt-devel
as set on by bootloader (which it is) The power gets cycled at kernel boot, but by defining as 'regulator-boot-on' reduces the power off to power on at driver initial load & setup from around 5 seconds to around 2 seconds. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/

[OpenWrt-Devel] [PATCH] ramips: mir3g dts define usb port Vcc volt regulator GPIO

2018-06-07 Thread Kevin Darbyshire-Bryant via openwrt-devel
r load and disabled on driver unload. Enable kernel support for fixed voltage regulator types on mt7621. Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/ramips/dts/MIR3G.dts | 21 - target/linux/ramips/mt7621/config-4.14 | 2 ++ 2 files changed, 14 insert

[OpenWrt-Devel] [PATCH] kernel: bump to 4.9.105

2018-05-31 Thread Kevin Darbyshire-Bryant via openwrt-devel
for-AT8032.patch target/linux/generic/pending-4.9/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch target/linux/generic/pending-4.9/182-net-qmi_wwan-add-BroadMobi-BM806U-2020-2033.patch Compile & run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/ker

[OpenWrt-Devel] [PATCH] nettle: bump to 3.4

2018-05-30 Thread Kevin Darbyshire-Bryant via openwrt-devel
a bug fix/maintenance release. 3KB increase in ipk lib size on mips. Compile tested for: ar71xx, ramips Run tested on: ar71xx Archer C7 v2, ramips mir3g Signed-off-by: Kevin Darbyshire-Bryant --- package/libs/nettle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pa

Re: [OpenWrt-Devel] [PATCH 0/4 RFCv2] Realtek SMI RTL836x DSA driver

2018-05-29 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 29 May 2018, at 19:41, Linu

Re: [OpenWrt-Devel] FS#1567 reported: making openrwrt unusable (BT Home Hub 5) since between r6080 and r7050

2018-05-29 Thread Kevin Darbyshire-Bryant via openwrt-devel
018, at 08:57, David Woodhouse wrote: > > On Mon, 2018-05-28 at 14:08 +0000, Kevin Darbyshire-Bryant via openwrt- > devel wrote: >> >> I have a local-ish ‘tame’ ISP (AAISP) who might let me visit the >> office and try a test line there… but I’d have to book & arr

Re: [OpenWrt-Devel] [PATCH 1/2] curl: Use ca-bundle for all TLS libraries.

2018-05-28 Thread Kevin Darbyshire-Bryant via openwrt-devel
t; > > ___________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > http://lists.infradead.org/mailman/listinfo/openwrt-devel Works for me and has solved a long annoying issue of needing both ca-bundle & ca-certs instal

Re: [OpenWrt-Devel] FS#1567 reported: making openrwrt unusable (BT Home Hub 5) since between r6080 and r7050

2018-05-28 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 28 May 2018, at 14:52, Maur

[OpenWrt-Devel] [PATCH 2/2] kmod-sched-cake: RFC latest cake

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
rms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake/Make

[OpenWrt-Devel] [PATCH 1/2] iproute2: RFC update cake support

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
rms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Signed-off-by: Kevin Darbyshire-Bryant --- .../iproute2/patches/9

[OpenWrt-Devel] [PATCH 0/2] RFC bumps to latest cake

2018-05-22 Thread Kevin Darbyshire-Bryant via openwrt-devel
platforms and not so good on others. e.g. tc -s qdisc show dev net_device_running_cake won't return all the tin stats on some archs (MIPS r32 BE). Assistance required! Bug in openwrt? Bug in our code? Endian issue? Testing, reports, ideas, fixes especially welcome :-) Kevin Darbyshire-

Re: [OpenWrt-Devel] [PATCH] download.pl: Add a space between the hash and the comma.

2018-05-20 Thread Kevin Darbyshire-Bryant
> On 19 May 2018, at 18:03, Rosen Penev wrote: > > Makes it easier to copy/paste the hash manually. > > Signed-off-by: Rosen Penev > --- > scripts/download.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/download.pl b/scripts/download.pl > index 34fd6a6f0b.

[OpenWrt-Devel] [PATCH v2] wireguard: no longer need portability patch

2018-05-17 Thread Kevin Darbyshire-Bryant
Drop package/network/services/wireguard/patches/100-portability.patch Instead pass 'PLATFORM=linux' to make since we are always building FOR linux. Signed-off-by: Kevin Darbyshire-Bryant --- V2 - actually I don't need to bump the package version as this doesn't really ch

[OpenWrt-Devel] [PATCH] wireguard: no longer need portability patch

2018-05-17 Thread Kevin Darbyshire-Bryant
Drop package/network/services/wireguard/patches/100-portability.patch Instead pass 'PLATFORM=linux' to make since we are always building FOR linux. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/wireguard/Makefile | 3 ++- .../services/wireguard/p

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: bump 4.14 to 4.14.41

2018-05-17 Thread Kevin Darbyshire-Bryant
> On 17 May 2018, at 21:48, Lev wrote: > > On Thu, 17 May 2018 18:41:26 +0200 > Koen Vandeputte wrote: > >> -@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(void) >> +@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(voi > > Is this really compiles? No, but then it doesn

Re: [OpenWrt-Devel] [LEDE-DEV] RFC netifd: UCI parameter to sort name servers in resolv.conf.auto

2016-09-05 Thread Kevin Darbyshire-Bryant
On 05/09/16 13:49, Hans Dedecker wrote: On Mon, Sep 5, 2016 at 1:49 PM, Jo-Philipp Wich wrote: Hi Hans, imho it would also make sense to take any existing metric setting into account as well. At least I'd expect that if I have a wan1 with metric 10 and a wan2 with metric 20 that the DNS serv

Re: [OpenWrt-Devel] [LEDE-DEV] latency on PPPoA ADSL Annex A on using Lantiq

2016-08-05 Thread Kevin Darbyshire-Bryant
I can confirm this. Have seen it myself on a DGN3500, reported at least a month ago. Router terminated traffic is slow, routed traffic to/from internal lan is fine. It's not bufferbloat. On 04/08/16 16:20, Daniel Niasoff wrote: > One more thing I forgot to mention is that router traffic is fine

  1   2   >