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

2018-05-16 Thread Hans Dedecker
On Tue, May 15, 2018 at 11:00 PM, Kevin Darbyshire-Bryant wrote: > Following changes as part of the kernel > upstreaming attempts. And fix a slight fsck up > when calculating overheads for GSO packets. Patch applied to both master and openwrt-18.06; thx Hans > > Signed-off-by: Kevin Darbyshire-B

Re: [LEDE-DEV] [PATCH 1/2] kernel: bump 4.9 to 4.9.99

2018-05-16 Thread Arjen de Korte
Citeren Koen Vandeputte : Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte Tested-by: Arjen de Korte Target: ar71xx (Netgear WNDR4300) --- Refreshed on the latest master state (commit: "mt76: update to the latest version") in

[LEDE-DEV] [PATCH 1/2] kernel: bump 4.9 to 4.9.100

2018-05-16 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- Will also apply to 18.06 branch include/kernel-version.mk | 4 +- .../ar7/patches-4.9/300-add-ac49x-platform.patch | 4 +- .../403-mtd_fix_cfi_cmdset_00

Re: [LEDE-DEV] [PATCH 2/2] kernel: bump 4.14 to 4.14.41

2018-05-16 Thread Michael Yartys 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 --- Tested-by: Michael Yartys Comp

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

2018-05-16 Thread Kevin Darbyshire-Bryant
52be69b version: bump snapshot 4884b45 ncat-client-server: add wg-quick variant a333551 wg-quick: add darwin implementation f5bf84d compat: backport for OpenSUSE 15 fe1ae1b wg-quick: add wg symlink ecc1c5f wg-quick: add android implementation 3e6bb79 tools: reorganize for multiplatform wg-quick b28

Re: [LEDE-DEV] [PATCH 1/2] kernel: bump 4.9 to 4.9.100

2018-05-16 Thread Arjen de Korte
Citeren Koen Vandeputte : Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte Tested-by: Arjen de Korte Target: ar71xx (Netgear WNDR4300) --- Will also apply to 18.06 branch include/kernel-version.mk | 4

[LEDE-DEV] [PATCH] brcm2708: USB tethering by default

2018-05-16 Thread Christo Nedev
Signed-off-by: Christo Nedev --- target/linux/brcm2708/Makefile | 1 + target/linux/brcm2708/base-files/etc/board.d/02_network | 13 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefi

Re: [LEDE-DEV] [PATCH] brcm2708: USB tethering by default

2018-05-16 Thread Rafał Miłecki
On 16 May 2018 at 23:22, Christo Nedev wrote: > Signed-off-by: Christo Nedev Why? Also: answer should be already in a commit body. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] ath10k-firmware: Update QCA988X firmware to the latest version

2018-05-16 Thread Timo Sigurdsson
This patch updates the QCA988X firmware to the latest revision firmware-5.bin_10.2.4-1.0-00037 found in the ath10k-firmware and linux-firmware repositories. Tested on TP-Link Archer C7 v2 (ar71xx). Signed-off-by: Timo Sigurdsson --- package/firmware/ath10k-firmware/Makefile | 8 1 fi

[LEDE-DEV] [PATCH] ath10k-firmware: Update QCA988X firmware to the latest version

2018-05-16 Thread Timo Sigurdsson
Hi, the following patch merely updates the ath10k/QCA988X firmware to the latest version found in the ath10k firmware repository which is the same version that is currently in the linux-firmware repository. I have tested this firmware release for almost 3 months now on a TP-Link Archer C7 v2 with

[LEDE-DEV] [PATCH 1/4] staging: mt7621-gpio: remove redundant owner assignments of drivers

2018-05-16 Thread Rosen Penev
From: HariPrasath Elango Remove the reduntant owner initialization from this platform driver as the platform_driver_register() takes care of it. Signed-off-by: HariPrasath Elango Reviewed-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- .../0028-GPIO-ralink-add-mt7621-gpio-controller.patc

[LEDE-DEV] [PATCH 2/4] staging: mt7621-gpio: mt7621: make symbol gc_map static

2018-05-16 Thread Rosen Penev
From: Wei Yongjun Fixes the following sparse warning: drivers/staging/mt7621-gpio/gpio-mt7621.c:47:3: warning: symbol 'gc_map' was not declared. Should it be static? Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- .../0028-GPIO-ralink-add-mt7621-gpio-controller.patch

[LEDE-DEV] [PATCH 4/4] staging: mt7621-pinctrl: Remove redundant owner assignment

2018-05-16 Thread Rosen Penev
From: Christian Lütke-Stetzkamp Remove the owner assignment form the platform driver as platform_driver_register() already initializes the owner. Found using coccinelle. Signed-off-by: Christian Lütke-Stetzkamp Signed-off-by: Greg Kroah-Hartman --- .../patches-4.14/0025-pinctrl-ralink-add-pin

[LEDE-DEV] [PATCH 3/4] staging: mt7621-spi: Remove redundant owner assignment

2018-05-16 Thread Rosen Penev
From: Christian Lütke-Stetzkamp Remove the owner assignment form the platform driver as platform_driver_register() already initializes the owner. Found using coccinelle. Signed-off-by: Christian Lütke-Stetzkamp Signed-off-by: Greg Kroah-Hartman --- .../ramips/patches-4.14/0043-spi-add-mt7621-