[LEDE-DEV] [PATCH] wireguard: bump to 20180514

2018-05-16 Thread Kevin Darbyshire-Bryant
b289d12 allowedips: Fix graphviz output after endianness patch Refresh cross compile compatibility patch Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- This snuck out the day after the previous bump! package/network/services/wireguard/Makefile

[LEDE-DEV] [PATCH] kmod-sched-cake: bump to latest 20180515

2018-05-15 Thread Kevin Darbyshire-Bryant
Following changes as part of the kernel upstreaming attempts. And fix a slight fsck up when calculating overheads for GSO packets. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions

[LEDE-DEV] [PATCH] wireguard: bump to 0.0.20180513

2018-05-13 Thread Kevin Darbyshire-Bryant
keygen-html: add zip file example f182b1a qemu: retry on 404 in wget for kernel.org race Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/n

[LEDE-DEV] [PATCH v2] dnsmasq: bump to 2.80test2

2018-05-12 Thread Kevin Darbyshire-Bryant
Fix DHCP broken-ness when --no-ping AND --dhcp-sequential-ip are set. f84e674 Be persistent with broken-upstream-DNSSEC warnings. Compile & run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmas

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-10 Thread Kevin Darbyshire-Bryant
> On 9 May 2018, at 11:27, Daniel Danzberger wrote: > > On 05/ >> >> >> So that smells more of a race condition between the writer filling with 0xFF >> and the reader catching up. > The open() syscall does the memset(0xff) and blocks. This ensures the memory > is >

[LEDE-DEV] [PATCH] kernel: bump to 4.9.99

2018-05-09 Thread Kevin Darbyshire-Bryant via Lede-dev
s. Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- .../ar7/patches-4.9/300-add-ac49x-platform.patch | 4 +-- .../403-mtd_fix_cfi_cmdset_0002_status_check.patch | 14 +--

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-08 Thread Kevin Darbyshire-Bryant 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 8 May 2018, at 21:11,

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-08 Thread Kevin Darbyshire-Bryant 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 8 May 2018, at 11:16,

[LEDE-DEV] [PATCH] kmod-sched-cake: bump to latest cake 2018-05-07

2018-05-08 Thread Kevin Darbyshire-Bryant via Lede-dev
up (for older kernel versions <4.4) 93b805c pedant tidy up superfluous semicolons on switch statements Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pac

[LEDE-DEV] [PATCH] kernel: bump to 4.9.98

2018-05-07 Thread Kevin Darbyshire-Bryant via Lede-dev
s. Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- .../linux/ar7/patches-4.9/300-add-ac49x-platform.patch | 4 ++-- .../403-mtd_fix_cfi_cmdset_0002_status_chec

[LEDE-DEV] [PATCH] dnsmasq: bump to 2.80test2

2018-05-07 Thread Kevin Darbyshire-Bryant via Lede-dev
d backport: Be persistent with broken-upstream-DNSSEC warnings. Fix DHCP broken-ness when --no-ping AND --dhcp-sequential-ip are set. Add logging for DNS error returns from upstream and local configuration. Compile & run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant &l

Re: [LEDE-DEV] [PATCH] igmpproxy: bump to 0.2.1

2018-05-07 Thread Kevin Darbyshire-Bryant 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 7 May 2018, at 09:34, John

[LEDE-DEV] [PATCH 2/2] cake: bump to 20180504 bake

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
Change due to upstream requirements. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/kernel/kmod-sched-cake/Makefile b/package/kernel/kmod-sched-ca

[LEDE-DEV] [PATCH 1/2] iproute2: import latest cake

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
once. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/utils/iproute2/Makefile| 2 +- .../iproute2/patches/950-add-cake-to-tc.patch | 869 ++--- 2 files changed, 425 insertions(+), 446 deletions(-) diff --git a/p

[LEDE-DEV] [PATCH 0/2] bump cake support in iproute2 & kmod

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
attempting to get cake upstream, a few changes most importantly to the netlink messaging for cake such that it's no longer backwards compatible, hence bumping iproute2's tc cake support and the cake module itself at the same time. Kevin Darbyshire-Bryant (2): iproute2: import latest cake

[LEDE-DEV] [PATCH] iproute2: backport json_print-fix-hidden-64-bit-type-promotion

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
some stats from some qdiscs under tc Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/utils/iproute2/Makefile| 2 +- ...on_print-fix-hidden-64-bit-type-promotion.patch | 288 + 2 files changed, 289 insertions(+),

[LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.96

2018-04-24 Thread Kevin Darbyshire-Bryant via Lede-dev
following required reworking: ar71xx/patches-4.9/930-chipidea-pullup.patch layerscape/patches-4.9/302-dts-support-layercape.patch sunxi/patches-4.9/0052-stmmac-form-4-12.patch Fixes for CVEs: CVE-2018-1108 CVE-2018-1092 Tested on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l.

[LEDE-DEV] [PATCH] iftop: bump to latest

2018-04-22 Thread Kevin Darbyshire-Bryant via Lede-dev
interface, rather than first "up" interface (Redhat #1403025) Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/utils/iftop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/iftop/Makefil

[LEDE-DEV] [PATCH] igmpproxy: bump to 0.2.1

2018-04-20 Thread Kevin Darbyshire-Bryant via Lede-dev
ich is new, maintained location for igmpproxy. Remove all patches as all have been upstreamed. Closes FS#1456 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- This needs a sanity check by nbd. package/network/services/igmpproxy/Makefile| 8 +- ...ackets-with

[LEDE-DEV] [PATCH] wireguard: bump to 20180420

2018-04-20 Thread Kevin Darbyshire-Bryant via Lede-dev
at: stable kernels are now receiving b87b619 62127f9 wg-quick: hide errors on save Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/se

[LEDE-DEV] [PATCH] Revert "iproute2: fix hidden uint to uin64_t promotion in json_print"

2018-03-30 Thread Kevin Darbyshire-Bryant via Lede-dev
rts commit 745d0e7f4b6e8659cc967291acd33889035127f0. It looks like upstream don't want the patch so let's revert it here too. I hope a fix from upstream is forthcoming. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/utils/iproute2/Makefile| 2 +-

[LEDE-DEV] [PATCH 2/2] iproute2: cake: support new overhead reporting & stats structures

2018-03-22 Thread Kevin Darbyshire-Bryant
fore because a (slightly out of date - see above stats) man page is included for reference. Better than nothing! Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- .../iproute2/patches/950-add-cake-to-tc.patch | 1235 +++- 1 file changed, 969 insertio

[LEDE-DEV] [PATCH 0/2] Bump to the latest version of cake

2018-03-22 Thread Kevin Darbyshire-Bryant
iproute2:tc) bump to the latest and greatest :-) Kevin Darbyshire-Bryant (2): kmod-sched-cake: split stats structures, add overhead stats iproute2: cake: support new overhead reporting & stats structures package/kernel/kmod-sched-cake/Makefile|6 +- .../iproute2/patches/

[LEDE-DEV] [PATCH v1] dnsmasq: bump to 2.79 release

2018-03-18 Thread Kevin Darbyshire-Bryant
94b6878 Tidy crypto.c of old library compat. Now need libnettle 3. 8b96552 Fix compiler warning. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmasq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/p

[LEDE-DEV] [PATCH v2] iproute2: fix hidden uint to uin64_t promotion in json_print

2018-03-18 Thread Kevin Darbyshire-Bryant
-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- v2: fixed a couple of spelling errors in commit message & bumped the pkg release package/network/utils/iproute2/Makefile| 2 +- ...x-hidden-uint-to-uin64_t-promottion-in-js.patch | 65 +

[LEDE-DEV] [PATCH] iproute2: fix hidden uint to uin64_t promottion in json_print

2018-03-18 Thread Kevin Darbyshire-Bryant
-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- ...x-hidden-uint-to-uin64_t-promottion-in-js.patch | 65 ++ 1 file changed, 65 insertions(+) create mode 100644 package/network/utils/iproute2/patches/910-iproute2-fix-hidden-uint-to-uin64_t-prom

[LEDE-DEV] [PATCH v1] dnsmasq: bump to 2.79rc1

2018-02-15 Thread Kevin Darbyshire-Bryant
break parsing. Refresh patches. Remove upstreamed patches: 250-Fix-infinite-retries-in-strict-order-mode.patch 260-dnssec-SIGINT.patch 270-dnssec-wildcards.patch Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmasq/Make

[LEDE-DEV] [PATCH 2/2] generic: swconfig: reduce lock duration on sysfs files

2018-02-13 Thread Kevin Darbyshire-Bryant
sysfs attributes 'port_mask' & 'speed_mask' held locks whilst doing mundane tasks such as sprintf. Refactor code to reduce length of time locks are held unnecessarily. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- .../generic/files/drivers/net/phy/swcon

[LEDE-DEV] [PATCH 1/2] generic: swconfig: add mode led attribute

2018-02-13 Thread Kevin Darbyshire-Bryant
behaviour. Attribute is 'link tx rx' by default for backwards compatible behaviour. Many thanks to Thibaut Varene for providing a more sensible led_event routine after I had mangled the original, and other coding style hints. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> A

[LEDE-DEV] [PATCH v2] kernel: bump 4.4 to 4.4.113 for 17.01

2018-01-27 Thread Kevin Darbyshire-Bryant
Refresh patches. Refresh x86/config for RETPOLINE. More Meltdown & Spectre mitigation. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- v2 - clarify this is for 17.01 include/kernel-version.mk | 4 ++-- ...backport_le

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.113

2018-01-27 Thread Kevin Darbyshire-Bryant
Refresh patches. Refresh x86/config for RETPOLINE. More Meltdown & Spectre mitigation. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- ...backport_leds-convert-IDE-trigger-to-c

[LEDE-DEV] [PATCH v1] wireguard: bump to 20180118

2018-01-25 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile index 0cb1

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Kevin Darbyshire-Bryant
> On 25 Jan 2018, at 12:58, Yousong Zhou <yszhou4t...@gmail.com> wrote: > > On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant > <ke...@darbyshire-bryant.me.uk> wrote: >> >> >>> On 25 Jan 2018, at 02:42, Yousong Zhou <yszhou4t...@gmail.

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Kevin Darbyshire-Bryant
> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: > > Signed-off-by: Yousong Zhou > --- > config/Config-build.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/Config-build.in b/config/Config-build.in > index

Re: [LEDE-DEV] [PATCH] config: add option to select kernel compile optimization type

2018-01-21 Thread Kevin Darbyshire-Bryant
e increases by ~100kB > but boot time decreased by ~8%. > > Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> Useful option - means I can drop a local commit :-) Tested-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> Cheers, Kevin D-B 012C AC

[LEDE-DEV] [PATCH v1] dnsmasq: backport validation fix in dnssec security fix

2018-01-20 Thread Kevin Darbyshire-Bryant
A DNSSEC validation error was introduced in the fix for CVE-2017-15107 Backport the upstream fix to the fix (a simple typo) Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- Guess who found this one! Running chez Kelley for a while as the CVE fixes were emb

[LEDE-DEV] [PATCH v1] dnsmasq: backport validation fix in dnssec security fix for 17.01

2018-01-20 Thread Kevin Darbyshire-Bryant
A DNSSEC validation error was introduced in the fix for CVE-2017-15107 Backport the upstream fix to the fix (a simple typo) Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmasq/Makefile | 2 +- package/n

[LEDE-DEV] [PATCH v1] dnsmasq: backport dnssec security fix

2018-01-19 Thread Kevin Darbyshire-Bryant
and zz.example.org, whereas in fact it only provides that proof between *.example.org and zz.example.org. This gives an attacker a way to prove that anything between !.example.org and *.example.org doesn't exists, when it may well do so. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me

[LEDE-DEV] [PATCH v1] dnsmasq: backport dnssec security fix for 17.01

2018-01-19 Thread Kevin Darbyshire-Bryant
and zz.example.org, whereas in fact it only provides that proof between *.example.org and zz.example.org. This gives an attacker a way to prove that anything between !.example.org and *.example.org doesn't exists, when it may well do so. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.112

2018-01-18 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- .../patches-4.4/910-unaligned_access_hacks.patch | 2 +- ...use-skb_cow_head-to-deal-with-cloned-skbs.patch | 36 ...-use-skb_co

[LEDE-DEV] [PATCH v1] kernel: bump 4.14 to 4.14.14

2018-01-18 Thread Kevin Darbyshire-Bryant
Refresh patches. CVEs completely or partially addressed: CVE-2017-5715 CVE-2017-5753 CVE-2017-17741 CVE-2017-1000410 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- .../generic/hack-4.

[LEDE-DEV] [PATCH v2] kernel: bump 4.9 to 4.9.77

2018-01-18 Thread Kevin Darbyshire-Bryant
C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- v2 - include CVE info include/kernel-version.mk | 4 +- ...use-skb_cow_head-to-deal-with-cloned-skbs.patch | 36 - ...-use-skb_cow_head-to-deal-with-cloned-skb.patch | 35 -

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.112 for 17.01

2018-01-18 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- .../patches-4.4/910-unaligned_access_hacks.patch | 2 +- ...use-skb_cow_head-to-deal-with-cloned-skbs.patch | 36 ...-use-skb_co

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.77

2018-01-18 Thread Kevin Darbyshire-Bryant
-skb_cow_head-to-deal-with-cloned-skbs.patch target/linux/generic/backport-4.9/023-5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch Compile-tested: ar71xx Archer C7 v2 Run-tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/

[LEDE-DEV] [PATCH v1] dnsmasq: use SIGINT for dnssec time valid

2018-01-15 Thread Kevin Darbyshire-Bryant
ream patch to use SIGINT. ntpd hotplug script updated to use SIGINT. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmasq/Makefile | 2 +- .../services/dnsmasq/files/dnsmasqsec.hotplug | 2 +- .../dnsmasq/patches/

[LEDE-DEV] [PATCH v2] base-files: sysupgrade: correct command help text

2018-01-12 Thread Kevin Darbyshire-Bryant
Commit 30f61a34b4cfd2c676fea4a919e089d6a77254e9 claimed to drop -d & -p options. In reality only -d was dropped. Update command help text to reflect that -d is no longer a supported option. Fixes FS#1187 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- v2

[LEDE-DEV] [PATCH v1] base-files: sysupgrade: correct command help text

2018-01-12 Thread Kevin Darbyshire-Bryant
Commit 30f61a34b4cfd2c676fea4a919e089d6a77254e9 claimed to drop -d & -p options. In reality only -d was dropped. Update command help text to reflect that -d is no longer a supported option. Fixes FS#1187 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- pa

Re: [LEDE-DEV] [PATCH 1/2] ltq-atm: rewrite tx path to use IRQs

2018-01-11 Thread Kevin Darbyshire-Bryant
> On 10 Jan 2018, at 18:47, Antti Seppälä wrote: >> >> diff --git a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_core.h >> b/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_core.h >> index 2f754c982b2a..398be7d8282a 100644 >> ---

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.111 for 17.01

2018-01-10 Thread Kevin Darbyshire-Bryant
Refresh patches Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- target/linux/generic/patches-4.4/204-module_strip.patch | 4 ++-- target/linux/generic/patches-4

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.76

2018-01-10 Thread Kevin Darbyshire-Bryant
Refresh patches Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- .../patches-4.9/810-iommu-support-layerscape.patch | 24 +++--- .

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.111

2018-01-10 Thread Kevin Darbyshire-Bryant
Refresh patches Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- target/linux/generic/pending-4.4/204-module_strip.patch | 4 ++-- target/linux/generic/pending-4

[LEDE-DEV] [PATCH v1] kernel: bump 4.14 to 4.14.13

2018-01-10 Thread Kevin Darbyshire-Bryant
Refresh patches Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- .../octeon/patches-4.14/110-er200-ethernet_probe_order.patch | 6 +++--- target/linux/octeon/patches-4.14/160-c

Re: [LEDE-DEV] [PATCH v1] dnsmasq: use SIGUSR2 for dnssec time valid

2018-01-09 Thread Kevin Darbyshire-Bryant
> On 5 Jan 2018, at 11:10, Karl Palsson wrote: > > > The freshly released busybox 1.28 has a number of DNS related > fixes for NTP btw. > > ntpd: do run the script at least once in 11 minutes > ntpd: improve treatment of DNS resolution failures > ntpd:

[LEDE-DEV] [PATCH v1] kmod-sched-cake: bump to latest cake bake for 17.01

2018-01-08 Thread Kevin Darbyshire-Bryant
ack_filter: fix TCP flag check. A very contrived case may have lead to dropping a SYN packet that should not be dropped. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[LEDE-DEV] [PATCH v1] kmod-sched-cake: bump to latest cake bake

2018-01-08 Thread Kevin Darbyshire-Bryant
ack_filter: fix TCP flag check. A very contrived case may have lead to dropping a SYN packet that should not be dropped. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

Re: [LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.75

2018-01-08 Thread Kevin Darbyshire-Bryant
> On 8 Jan 2018, at 11:12, Nick Lowe wrote: > > Agreed. So this will seemingly regress something like an APU2 and > therefore probably should not be merged to LEDE as-is? I’ll let an adult decide the performance/security tradeoff. signature.asc Description: Message

Re: [LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.75

2018-01-08 Thread Kevin Darbyshire-Bryant
> On 8 Jan 2018, at 11:04, Nick Lowe wrote: > > Hi, > > Where in 4.9.75 does it avoid the page table isolation mitigation for AMD? > > Committed to the 4.14 and 4.15 branch is: > >

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.110

2018-01-07 Thread Kevin Darbyshire-Bryant
Refresh patches AFixes: CVE-2017-5754 aka Meltdown Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +- .../patches-4.4/910-unaligned_access_hacks.patch | 2 +- .../generic/pending-4.4/208-d

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.75

2018-01-07 Thread Kevin Darbyshire-Bryant
Refresh patches Fixes: CVE-2017-5754 aka Meltdown Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk| 4 ++-- ...sb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patc

[LEDE-DEV] [PATCH v1] busybox: clean up patch fuzz

2018-01-04 Thread Kevin Darbyshire-Bryant
Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- .../utils/busybox/patches/500-move-traceroute-applets-to-bin.patch | 4 ++-- package/utils/busybox/patches/600-cve-2017-16544.patch | 7 +-- 2

[LEDE-DEV] [PATCH v1] lua: clean up patch fuzz

2018-01-04 Thread Kevin Darbyshire-Bryant
Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- .../patches/010-lua-5.1.3-lnum-full-260308.patch | 47 +++--- .../012-lnum-fix-ltle-relational-operators.patch | 4 +- package/utils/lua/p

[LEDE-DEV] [PATCH v1] argp-standalone: clean up patch fuzz

2018-01-04 Thread Kevin Darbyshire-Bryant
Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- .../argp-standalone/patches/001-throw-in-funcdef.patch | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package/lib

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.109

2018-01-03 Thread Kevin Darbyshire-Bryant
Refresh patches Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +- .../patches-4.4/910-unaligned_access_hacks.patch | 2 +- .../generic/pending-4.4/208-disable-modorder.patch | 4 +- .../pending-4

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.109 for 17.01

2018-01-03 Thread Kevin Darbyshire-Bryant
Refresh patches. Run-tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +- ...d-firmware-loader-for-uPD720201-and-uPD72.patch | 6 +- .../802-usb-xhci-force-msi-renesas-xhci

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.74

2018-01-02 Thread Kevin Darbyshire-Bryant
Refresh patches Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk| 4 ++-- ...sb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 6 +++--- .../patches-4.9/802-us

[LEDE-DEV] [PATCH v1] dnsmasq: use SIGUSR2 for dnssec time valid

2018-01-02 Thread Kevin Darbyshire-Bryant
from the overloaded SIGHUP signal to the under-utilised SIGUSR2. ntpd hotplug script updated to use SIGUSR2. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/network/services/dnsmasq/Makefile | 2 +- .../services/dnsmasq/files/dnsmasqsec.hotplug

[LEDE-DEV] [PATCH v1] procd: procd_send_signal use signal names

2018-01-02 Thread Kevin Darbyshire-Bryant
ed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/system/procd/Makefile | 2 +- package/system/procd/files/procd.sh | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index

Re: [LEDE-DEV] dnsmasq dnssec problem

2018-01-01 Thread Kevin Darbyshire-Bryant
> On 1 Jan 2018, at 15:31, e9hack wrote: > > Hi, > > dnsmasq with dnssec enabled doesn't work properly. If dnssec is enabled, the > parameter dnssec-no-timecheck is add too, > depend on some conditions related to sysntpd. If this parameter is added and > dnsmasq receives a

[LEDE-DEV] [PATCH v2] kernel: bump 4.9 to 4.9.73

2017-12-30 Thread Kevin Darbyshire-Bryant
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- v2 - remove new references to pp->link,speed,duplex on mvneta include/kernel-version.mk | 4 +- .../090-net-g

[LEDE-DEV] [PATCH v1] iproute2: cake: fix patch format error

2017-12-30 Thread Kevin Darbyshire-Bryant
Fix patch format error introduced in c4e9487cf5 Refresh patches to tidy fuzz Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- for 17.01 .../network/utils/iproute2/patches/950-add-cake-to-tc.patch | 13 - ...monitor-fix-ip-monitor-can-t-work-when-

Re: [LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.108 for 17.01

2017-12-29 Thread Kevin Darbyshire-Bryant
> On 29 Dec 2017, at 23:36, John Crispin wrote: > > > > On 30/12/17 00:22, John Crispin wrote: >> Hi Kevin, >> >> fails to apply for me ?! >> >> John >> > > my bad, applied, Thanks ! > John > hehe :-) np. Had me checking though :-) Kevin

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.73

2017-12-29 Thread Kevin Darbyshire-Bryant
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- .../090-net-generalize-napi_complete_done.patch| 2 +- .../120-net-mvneta-add-BQL-support

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.108 for 17.01

2017-12-26 Thread Kevin Darbyshire-Bryant
Refresh patches. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- target/linux/generic/patches-4.4/653-disable_netlink_trim.patch | 2 +- .../204-net-igb-register-mii_bus-for-Se

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.108

2017-12-26 Thread Kevin Darbyshire-Bryant
Refresh patches. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- target/linux/generic/pending-4.4/653-disable_netlink_trim.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.72

2017-12-25 Thread Kevin Darbyshire-Bryant
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- ...ky-CPU-port-fixes-for-devices-not-using-p.patch | 4 +-- .../960-add-rasbperrypi-compatible

[LEDE-DEV] [PATCH v1] wireguard: bump to 20171221

2017-12-23 Thread Kevin Darbyshire-Bryant
Compile-test-for: ar71xx Run-tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- Please cherry-pick for 17.01 package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packa

[LEDE-DEV] [PATCH v1] kmod-sched-cake: bump to latest bake

2017-12-22 Thread Kevin Darbyshire-Bryant
Fix overhead accounting error introduced by f33c4d6 refactor cake_advance_shaper and ack_filter Symptoms were links running under rate. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 inse

[LEDE-DEV] [PATCH v2 2/2] iproute2: cake: support new operating modes for 17.01

2017-12-22 Thread Kevin Darbyshire-Bryant
/ack-filter-aggressive: Filter excessive TCP ACKS. Useful in highly assymetric links (downstream v upstream capacity) where the majority of upstream link capacity is occupied with ACKS for downstream traffic. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/net

[LEDE-DEV] [PATCH v2 1/2] kmod-sched-cake: bump to latest bake of cake for 17.01

2017-12-22 Thread Kevin Darbyshire-Bryant
ACKS for downstream traffic. A separate iproute2 patch to teach it about Cake's new features will follow. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[LEDE-DEV] [PATCH v2 0/2] update cake support on 17.01

2017-12-22 Thread Kevin Darbyshire-Bryant
counting Kevin Darbyshire-Bryant (2): kmod-sched-cake: bump to latest bake of cake for 17.01 iproute2: cake: support new operating modes for 17.01 package/kernel/kmod-sched-cake/Makefile| 6 +- package/network/utils/iproute2/Makefile| 2 +- .../iproute2/patches/950-

Re: [LEDE-DEV] Patch refresh issues - mystery whitespace

2017-12-21 Thread Kevin Darbyshire-Bryant
> On 20 Dec 2017, at 08:44, Kevin Darbyshire-Bryant > <ke...@darbyshire-bryant.me.uk> wrote: > > > >> On 17 Dec 2017, at 09:57, Kevin Darbyshire-Bryant >> <ke...@darbyshire-bryant.me.uk> wrote: >> >> Dear Illuminati, >> >>

[LEDE-DEV] [PATCH v1 2/2] iproute2: cake: support new operating modes for 17.01

2017-12-21 Thread Kevin Darbyshire-Bryant
/ack-filter-aggressive: Filter excessive TCP ACKS. Useful in highly assymetric links (downstream v upstream capacity) where the majority of upstream link capacity is occupied with ACKS for downstream traffic. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/net

[LEDE-DEV] [PATCH v1 1/2] kmod-sched-cake: bump to latest bake of cake for 17.01

2017-12-21 Thread Kevin Darbyshire-Bryant
ACKS for downstream traffic. A separate iproute2 patch to teach it about Cake's new features will follow. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[LEDE-DEV] [PATCH v1 0/2] Update cake support on 17.01

2017-12-21 Thread Kevin Darbyshire-Bryant
iltering along with minor optimisation tweaks. The upstreaming efforts for iproute's tc can be found at https://github.com/dtaht/iproute2-cake-next/commits/net-next The repository also includes a man page! (tc-cake.8) Well worth a read. Kevin Darbyshire-Bryant (2): kmod-sched-cake: bump to lat

[LEDE-DEV] [PATCH v1] kernel: bump 4.9 to 4.9.71 for master

2017-12-21 Thread Kevin Darbyshire-Bryant
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 ++-- ...700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.pat

[LEDE-DEV] [PATCH v1] kernel: bump 4.4 to 4.4.107 for master

2017-12-21 Thread Kevin Darbyshire-Bryant
Refresh patches. Update patch that no longer applied: oxnas/0072-mtd-backport-v4.7-0day-patches-from-Boris.patch Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- include/kernel-version.mk | 4 +-- ...ky-CPU-port-fixes-for-devices-not

Re: [LEDE-DEV] [PATCH] kernel: bump 4.4 to 4.4.107 for 17.01

2017-12-21 Thread Kevin Darbyshire-Bryant
f..8a78bda840 100644 > --- a/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch > +++ b/target/linux/ramips/patches-4.4/0043-spi-add-mt7621-support.patch > @@ -13,7 +13,7 @@ Signed-off-by: John Crispin <blo...@openwrt.org> > > --- a/drivers/spi/Kconfig > +++ b/drivers/spi/Kconfig

Re: [LEDE-DEV] [PATCH] gcc: 7.2: remove mips patch causing broken code

2017-12-18 Thread Kevin Darbyshire-Bryant
> On 18 Dec 2017, at 10:12, Felix Fietkau <n...@nbd.name> wrote: > > On 2017-12-18 11:07, Kevin Darbyshire-Bryant wrote: >> Hi Felix, >> >> Thanks for explaining that. I suspect you’re right that there’s an >> underlying bug in gcc mips. So ideally we

Re: [LEDE-DEV] [PATCH] gcc: 7.2: remove mips patch causing broken code

2017-12-18 Thread Kevin Darbyshire-Bryant
> On 18 Dec 2017, at 08:40, Felix Fietkau wrote: > > On 2017-12-17 22:21, Hauke Mehrtens wrote: >> This patch made GCC produce broken code, remove it. >> In mp_cmp_d() function in th libtommath shipped with dropbear the >> following code was compiled wrong: >> >> /* compare

Re: [LEDE-DEV] [PATCH] gcc: 7.2: remove mips patch causing broken code

2017-12-17 Thread Kevin Darbyshire-Bryant
> On 17 Dec 2017, at 21:21, Hauke Mehrtens wrote: > > This patch made GCC produce broken code, remove it. > In mp_cmp_d() function in th libtommath shipped with dropbear the > following code was compiled wrong: > > /* compare based on magnitude */ > if (a->used > 1) { >

Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-17 Thread Kevin Darbyshire-Bryant
> On 17 Dec 2017, at 17:22, Etienne Haarsma wrote: > > uint8_t *oob = ops->oobbuf; > uint8_t *buf = ops->datbuf; > -@@ -2662,7 +2697,7 @@ err_out: > - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len, > - size_t

[LEDE-DEV] [PATCH v1 1/2] kmod-sched-cake: bump to latest bake of cake

2017-12-15 Thread Kevin Darbyshire-Bryant
ACKS for downstream traffic. A separate iproute2 patch to teach it about Cake's new features will follow. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[LEDE-DEV] [PATCH v1 2/2] iproute2: cake: support new operating modes

2017-12-15 Thread Kevin Darbyshire-Bryant
/ack-filter-aggressive: Filter excessive TCP ACKS. Useful in highly assymetric links (downstream v upstream capacity) where the majority of upstream link capacity is occupied with ACKS for downstream traffic. Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- package/net

[LEDE-DEV] [PATCH v1 0/2] update to the latest cake bake

2017-12-15 Thread Kevin Darbyshire-Bryant
iltering along with minor optimisation tweaks. The upstreaming efforts for iproute's tc can be found at https://github.com/dtaht/iproute2-cake-next/commits/net-next The repository also includes a man page! (tc-cake.8) Well worth a read. Kevin Darbyshire-Bryant (2): kmod-sched-cake: bump to lat

[LEDE-DEV] [PATCH] wireguard: bump to 20171211

2017-12-12 Thread Kevin Darbyshire-Bryant
depend on AS_AVX c45ed55 compat: support RAP in assembly 7f29cf9 curve25519: modularize dispatch Refresh patches. Compile-test-for: ar71xx Run-tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- Please cherry-pick for 17.01 package/n

Re: [LEDE-DEV] Adding firewall extensions for xt_geoip usage

2017-12-09 Thread Kevin Darbyshire-Bryant
> On 9 Dec 2017, at 01:15, Philip Prindeville > wrote: > > > config rule > option name kaspersky_servers > option prototcp > option dest_port 25 > list src81.176.69.118 > list src81.176.230.4 >

[LEDE-DEV] [PATCH v1] dnsmasq: fix dhcp-host entries with empty macs

2017-11-28 Thread Kevin Darbyshire-Bryant
nd "tags" helper variables in dhcp_host_add() local, avoiding the need for explicitely resetting them with each invocation. Reported-by: Russell Senior <russ...@personaltelco.net> Tested-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> Signed-off-by: Jo-Philipp Wic

[LEDE-DEV] [PATCH v1] wireguard: bump to snapshot 20171127

2017-11-27 Thread Kevin Darbyshire-Bryant
package bumps on ad-hoc basis without the 'official' title. Run-tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- Please cherry-pick for 17.01 package/network/services/wireguard/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 del

Re: [LEDE-DEV] [PATCH odhcpd] dhcpv4: notify DHCP ack messages via ubus

2017-11-24 Thread Kevin Darbyshire-Bryant
> On 24 Nov 2017, at 10:56, Borja Salazar wrote: > > Signed-off-by: Borja Salazar > --- > src/dhcpv4.c | 8 > src/odhcpd.h | 1 + > src/ubus.c | 19 +++ > 3 files changed, 28 insertions(+) I suspect people are going to

[LEDE-DEV] [PATCH v1] wireguard: bump to 20171122

2017-11-24 Thread Kevin Darbyshire-Bryant
C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> --- Please cherry-pick for 17.01 package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/wireguard/Makefile b/package/network/se

  1   2   3   >