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

[LEDE-DEV] [PATCH 2/3] mvebu: copy config and patches from 4.9 to 4.14

2018-01-07 Thread Hauke Mehrtens
This is in preparation for the 4.14 port, this is just coping all the files to make it easier to see the differences between kernel 4.9 and kernel 4.14. Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/{config-4.9 => config-4.14}| 0

[LEDE-DEV] [PATCH 0/3] mvebu: add kernel 4.14 support

2018-01-07 Thread Hauke Mehrtens
This add support for kernel 4.14 to the mvebu target. My main reason to add kernel 4.14 support is to make it easier to also add support for the Marvell Armada 3700LP ARM64 SoCs especially the ESPRESSObin board. I do not have any of the currently supported boards so I can not runtime test

[LEDE-DEV] [PATCH 1/3] mvebu: move files to files-4.9 and files-4.4 folder

2018-01-07 Thread Hauke Mehrtens
This is needed to prevent copying it into kernel 4.14. These device tree files are already integrated into kernel 4.14 and we would like to use the upstream versions only. Signed-off-by: Hauke Mehrtens --- .../{files => files-4.4}/arch/arm/boot/dts/armada-385-linksys-rango.dts

[LEDE-DEV] [PATCH 5/5] apm821xx: remove kernel 4.9 support

2018-01-07 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/apm821xx/config-4.9 | 326 --- .../200-add-meraki-mr24-ikarem-support.patch | 32 - .../201-add-amcc-apollo3g-support.patch| 30 - .../202-add-netgear-wndr4700-support.patch

[LEDE-DEV] [PATCH 4/5] apm821xx: switch to 4.14.x kernel

2018-01-07 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/apm821xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 6d711543c4..c3253322f2 100644 --- a/target/linux/apm821xx/Makefile

Re: [LEDE-DEV] [PATCH fstools] overlay: fix race condition when switching to jffs2

2018-01-07 Thread Roman Yeryomin
On 2018-01-03 22:54, Hauke Mehrtens wrote: On 12/15/2017 03:10 PM, Roman Yeryomin wrote: There is a race between `cp -a /tmp/root/* /rom/overlay` from libfstools/overlay.c and a process creating new file(s) before pivot(/rom, /mnt) occured. That is a process can create a file and it will not be

[LEDE-DEV] [PATCH v2] jshn: add functionality to read big JSON

2018-01-07 Thread Christian Beier
This is an updated version of the patch I sent earlier, now with the reformatting changes requested by John. Apparently my previous resend somehow got lost (as I did not use git send-email?). ___ Lede-dev mailing list Lede-dev@lists.infradead.org

[LEDE-DEV] [PATCH 2/5] apm821xx: convert MR24 to use DT PHY defintion

2018-01-07 Thread Christian Lamparter
Convert the MR24 to use the DT phy probing and at803x PHY driver. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/dts/meraki-mr24.dts | 12 + target/linux/apm821xx/nand/config-default | 1 + ...c-replace-custom-rgmii_mode_name-with-phy.patch

[LEDE-DEV] mtdsplit differences between ar71xx linux 4.4 and 4.9?

2018-01-07 Thread Christian Beier 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 --- Hi guys, I am currently in the

[LEDE-DEV] [PATCH RFC] mac80211: Don't check for platform files with external kernel trees

2018-01-07 Thread Florian Fainelli
When building with an external kernel tree, do not check the different platform files since this is almost guaranteed they are going to differ. Signed-off-by: Florian Fainelli --- package/kernel/mac80211/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2

Re: [LEDE-DEV] [PATCH RFC] mac80211: Don't check for platform files with external kernel trees

2018-01-07 Thread Felix Fietkau
> On 8. Jan 2018, at 10:31, Florian Fainelli wrote: > > When building with an external kernel tree, do not check the different > platform files since this is almost guaranteed they are going to differ. > > Signed-off-by: Florian Fainelli But that

[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