[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 --- This snuck out the day after the previous bump! package/network/services/wireguard/Makefile | 4 ++-- .../services/wireguard/patches

[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 --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a

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

2018-05-13 Thread Kevin Darbyshire-Bryant
ng 9a1bea6 keygen-html: add zip file example f182b1a qemu: retry on 404 in wget for kernel.org race Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/wireguard/M

[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 --- package/network/services/dnsmasq/Makefile | 8 +- ...tent-with-br

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 > initialized before the op

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

2018-05-09 Thread Kevin Darbyshire-Bryant via Lede-dev
Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- 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 +- .../411-mtd-cfi_cmdset_0002-

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, Rosen

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, Danie

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

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

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

2018-05-07 Thread Kevin Darbyshire-Bryant via Lede-dev
Tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- .../linux/ar7/patches-4.9/300-add-ac49x-platform.patch | 4 ++-- .../403-mtd_fix_cfi_cmdset_0002_status_check.patch | 14 +++--- .../411-mtd-cfi_c

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

2018-05-07 Thread Kevin Darbyshire-Bryant via Lede-dev
kport: 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 --- p

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 --- 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-cake/Makefile index 2156eee0e4..fe5e2acd5

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

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
this once. Signed-off-by: Kevin Darbyshire-Bryant --- 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/package/network/utils/iproute2/

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

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
empting 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

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

2018-05-06 Thread Kevin Darbyshire-Bryant via Lede-dev
s wonkyness in some stats from some qdiscs under tc Signed-off-by: Kevin Darbyshire-Bryant --- package/network/utils/iproute2/Makefile| 2 +- ...on_print-fix-hidden-64-bit-type-promotion.patch | 288 + 2 files changed, 289 insertions(+), 1 deletion(-) create

[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 --- incl

[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 --- package/network/utils/iftop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/iftop/Makefile b/package/network/utils/

[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 --- This needs a sanity check by nbd. package/network/services/igmpproxy/Makefile| 8 +- ...ackets-with-IP-Router-Alert-option-RFC-21.p

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

2018-04-20 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 Tested on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk

[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 --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/wireguard/Makefile b/package/networ

[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 --- package/network/utils/iproute2/Makefile| 2 +- ...x-hidden-uint-to-u

[LEDE-DEV] [PATCH 1/2] kmod-sched-cake: split stats structures, add overhead stats

2018-03-22 Thread Kevin Darbyshire-Bryant
length transformations. 0517357 Rework overhead compensation to use dynamic transport header offset instead of (inaccurate) static one. c1a0c8e Refactor length handling code to better centralise overhead calculations Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake

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

2018-03-22 Thread Kevin Darbyshire-Bryant
er than before because a (slightly out of date - see above stats) man page is included for reference. Better than nothing! Signed-off-by: Kevin Darbyshire-Bryant --- .../iproute2/patches/950-add-cake-to-tc.patch | 1235 +++- 1 file changed, 969 insertions(+), 266 deletions(-)

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

2018-03-22 Thread Kevin Darbyshire-Bryant
userspace 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/p

[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 --- package/network/services/dnsmasq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/dnsmasq

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

2018-03-18 Thread Kevin Darbyshire-Bryant
tch has been sent upstream. Fixes FS#1425 Signed-off-by: Kevin Darbyshire-Bryant --- 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
tch has been sent upstream. Fixes FS#1425 Signed-off-by: Kevin Darbyshire-Bryant --- ...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-uin

[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 --- package/network/services/dnsmasq/Makefile | 8 +- .../210-d

[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 --- .../generic/files/drivers/net/phy/swconfig_leds.c| 20

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

2018-02-13 Thread Kevin Darbyshire-Bryant
e rate (if configured) This maintains compatibility with existing 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. Sig

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

2018-02-03 Thread Kevin Darbyshire-Bryant
nline certain functions No patch refresh required. Compile-tested-for: ar71xx Run-tested-on: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/wireguard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/ser

[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 --- v2 - clarify this is for 17.01 include/kernel-version.mk | 4 ++-- ...backport_leds-convert-IDE-trigger-to-common-

[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 --- include/kernel-version.mk | 4 ++-- ...backport_leds-convert-IDE-trigger-to-common-disk-trigger.patch | 2 +- target/l

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

2018-01-25 Thread Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant --- 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 0cb17e9cc1..0cc850be29 100644 --- a

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 wrote: > > On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant > wrote: >> >> >>> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: >>> >>> Signed-off-by: Yousong Zhou >>> --- >>>

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 f9987fc..7ec7653 100644 > --- a/config/Config-build.in

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

2018-01-21 Thread Kevin Darbyshire-Bryant
boot time decreased by ~8%. > > Signed-off-by: Koen Vandeputte Useful option - means I can drop a local commit :-) Tested-by: Kevin Darbyshire-Bryant Cheers, Kevin D-B 012C ACB2 28C6 C53E 9775 9123 B3A2 389B 9DE2 334A signature.asc Description: Message signed with OpenPGP

[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 --- Guess who found this one! Running chez Kelley for a while as the CVE fixes were embargoed. About 30 minutes after I sent to

[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 --- package/network/services/dnsmasq/Makefile | 2 +- package/network/services/dnsmasq/patches/270-dnssec

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

2018-01-19 Thread Kevin Darbyshire-Bryant
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 --- package/network/ser

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

2018-01-19 Thread Kevin Darbyshire-Bryant
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 --- package/network/ser

[LEDE-DEV] subtle reminders before it gets deleted.

2018-01-19 Thread Kevin Darbyshire-Bryant
*cough* https://patchwork.ozlabs.org/patch/830136/ It’s you, not me ;-) Cheers, Kevin D-B 012C ACB2 28C6 C53E 9775 9123 B3A2 389B 9DE2 334A signature.asc Description: Message signed with OpenPGP ___ Lede-dev mailing list Lede-dev@lists.infradead.o

[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 --- 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_cow_head-to-deal-with-cloned-skb.patch

[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 --- include/kernel-version.mk | 4 ++-- .../generic/hack-4.14/904-debloat_dma_buf.patch| 2 +- .../666-Add

[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 --- 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 - ...use-skb_cow_head-to-deal-with

[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 --- 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_cow_head-to-deal-with-cloned-skb.patch

[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 --- include/kernel-version.mk

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

2018-01-15 Thread Kevin Darbyshire-Bryant
to SIGINT. Backport the upstream patch to use SIGINT. ntpd hotplug script updated to use SIGINT. Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 2 +- .../services/dnsmasq/files/dnsmasqsec.hotplug | 2 +- .../dnsmasq/patches/26

[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 --- v2 - remember to bump the package release

[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 --- package/base-files/files/sbin/sysupgrade

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 >> --- a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_core.h >> +++ b/p

[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 --- include/kernel-version.mk | 4 ++-- target/linux/generic/patches-4.4/204-module_strip.patch | 4 ++-- target/linux/generic/patches-4.4/902-debloat_proc.patch | 2 +- 3 files

[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 --- include/kernel-version.mk | 4 ++-- .../patches-4.9/810-iommu-support-layerscape.patch | 24 +++--- .../110-pxa3xxx_revert_irq_thread.patch| 2 +- 3

[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 --- include/kernel-version.mk | 4 ++-- target/linux/generic/pending-4.4/204-module_strip.patch | 4 ++-- target/linux/generic/pending-4.4/902-debloat_proc.patch | 2 +- 3 files

[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 --- include/kernel-version.mk | 4 ++-- .../octeon/patches-4.14/110-er200-ethernet_probe_order.patch | 6 +++--- target/linux/octeon/patches-4.14/160-cmdline-hack.patch | 8

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: mention in help text that

[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 --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/kmod

[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 --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/kmod

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 signed with OpenPGP __

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: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v4.15-rc7&id=694d99d40972f12e59a36

[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 --- 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.4/653

[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 --- include/kernel-version.mk| 4 ++-- ...sb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 6 +++--- .../patches-4.9/802

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

2018-01-05 Thread Kevin Darbyshire-Bryant
> On 5 Jan 2018, at 08:22, e9hack wrote: > > Am 02.01.2018 um 16:29 schrieb Kevin Darbyshire-Bryant: >> Move 'check dnssec timestamp enable' from SIGHUP handler to SIGUSR2. > > Hi, > > your patch fixes the DNS problem for me. Good, as I suspected

[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 --- .../utils/busybox/patches/500-move-traceroute-applets-to-bin.patch | 4 ++-- package/utils/busybox/patches/600-cve-2017-16544.patch | 7 +-- 2 files changed, 3 insertions(+), 8

[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 --- .../patches/010-lua-5.1.3-lnum-full-260308.patch | 47 +++--- .../012-lnum-fix-ltle-relational-operators.patch | 4 +- package/utils/lua/patches/020-shared_liblua.patch | 2

[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 --- .../argp-standalone/patches/001-throw-in-funcdef.patch | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package/libs/argp-standalone/patches/001-throw-in

[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 --- 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.4/653-disable_netlink_trim.patch | 2

[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 --- include/kernel-version.mk | 4 +- ...d-firmware-loader-for-uPD720201-and-uPD72.patch | 6 +- .../802-usb-xhci-force-msi-renesas-xhci.patch | 4 +- .../patches-4.4/910

[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 --- include/kernel-version.mk| 4 ++-- ...sb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch | 6 +++--- .../patches-4.9/802-usb-xhci-force-msi-renesas-xhci.patch

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

2018-01-02 Thread Kevin Darbyshire-Bryant
best thing is to move functionality from the overloaded SIGHUP signal to the under-utilised SIGUSR2. ntpd hotplug script updated to use SIGUSR2. Signed-off-by: Kevin Darbyshire-Bryant --- 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
Usage documentation for 'procd_send_signal' states "The signal is SIGHUP by default, and must be specified by NAME." Make actual behaviour match the stated documented behaviour. https://wiki.openwrt.org/inbox/procd-init-scripts Suggested-by: Jo-Philip Wich Signed-off-

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 SIGHUP before ntpd

[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 --- v2 - remove new references to pp->link,speed,duplex on mvneta include/kernel-version.mk | 4 +- .../090-net-generalize-napi_complete_done.patch| 2 +- .../120-

[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 --- for 17.01 .../network/utils/iproute2/patches/950-add-cake-to-tc.patch | 13 - ...monitor-fix-ip-monitor-can-t-work-when-NET_NS-is-n.patch | 9 ++--- 2 files

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 --- include/kernel-version.mk | 4 +-- .../090-net-generalize-napi_complete_done.patch| 2 +- .../120-net-mvneta-add-BQL-support.patch | 16 - .../300

[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 --- include/kernel-version.mk | 4 ++-- target/linux/generic/patches-4.4/653-disable_netlink_trim.patch | 2 +- .../204-net-igb-register-mii_bus-for-SerDes-w-external-phy.patch | 4

[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 --- include/kernel-version.mk | 4 ++-- target/linux/generic/pending-4.4/653-disable_netlink_trim.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kernel-version.mk

[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 --- include/kernel-version.mk | 4 +-- ...ky-CPU-port-fixes-for-devices-not-using-p.patch | 4 +-- .../960-add-rasbperrypi-compatible.patch | 32

[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 --- 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/pa

[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 --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a

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

2017-12-22 Thread Kevin Darbyshire-Bryant
ack-filter/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 --- package/network/utils/ipr

[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
pied with ACKS for downstream traffic. A separate iproute2 patch to teach it about Cake's new features will follow. Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/kmod-

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

2017-12-22 Thread Kevin Darbyshire-Bryant
in overhead accounting 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/

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 > wrote: > > > >> On 17 Dec 2017, at 09:57, Kevin Darbyshire-Bryant >> wrote: >> >> Dear Illuminati, >> >> I have a bit of a mystery with patch refreshes, namely that I’m occasiona

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

2017-12-21 Thread Kevin Darbyshire-Bryant
ack-filter/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 --- package/network/utils/ipr

[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
pied with ACKS for downstream traffic. A separate iproute2 patch to teach it about Cake's new features will follow. Signed-off-by: Kevin Darbyshire-Bryant --- package/kernel/kmod-sched-cake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/kmod-

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

2017-12-21 Thread Kevin Darbyshire-Bryant
amp; ack filtering 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:

[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 --- include/kernel-version.mk | 4 ++-- ...700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch | 4 ++-- ...CIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix

[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 --- include/kernel-version.mk | 4 +-- ...ky-CPU-port-fixes-for-devices-not-using-p.patch | 4 +-- 5-03-mtd

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

2017-12-21 Thread Kevin Darbyshire-Bryant
nfig SPI_RT2880 > help > This selects a driver for the Ralink RT288x/RT305x SPI Controller. > > diff --git > a/target/linux/ramips/patches-4.4/0511-net-mediatek-add-support-for-the-multiphy-carrier-pa.patch > > b/target/linux/ramips/patches-4.4/0511-net-medi

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

2017-12-20 Thread Kevin Darbyshire-Bryant
> On 17 Dec 2017, at 09:57, Kevin Darbyshire-Bryant > wrote: > > Dear Illuminati, > > I have a bit of a mystery with patch refreshes, namely that I’m occasionally > getting extra whitespace on the end of some block header patch lines (Lines > beginning @@). As

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 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 need some code that e

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 based on magnitude

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) { > return 1; > } > > In

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 *retlen, const uint8_t *

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

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

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

2017-12-15 Thread Kevin Darbyshire-Bryant
ack-filter/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 --- package/network/utils/ipr

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

2017-12-15 Thread Kevin Darbyshire-Bryant
amp; ack filtering 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-ca

  1   2   3   >