Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-02 Thread David Lang
note that the kernel currently under development (4.14) is tagged to be a LTS kernel (6 years of support), so it would be good to work on that if possible. ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-10-02 Thread Sergey Ryazanov
Hello Nerijus, On Fri, Sep 29, 2017 at 7:32 PM, Nerijus Baliunas wrote: > On Fri, 8 Sep 2017 22:50:13 +0300 Sergey Ryazanov > wrote: >> >> >> Did you see the "Marvell 88E6060 PHY driver attached" in kernel >> >> >> messages log?

Re: [LEDE-DEV] [PATCH procd v2 10/17] seccomp: Log seccomp violations with utrace

2017-10-02 Thread Michal Sojka
On Mon, Sep 25 2017, Michal Sojka wrote: > Older kernel version shipped by LEDE/OpenWrt contained patch > target/linux/generic/patches-3.18/999-seccomp_log.patch that logged > seccomp violations. For some reason, newer kernels do not have this > patch. Without this kind of logging, it is very hard

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-02 Thread Florian Fainelli
On 10/02/2017 12:57 PM, Ted Hess wrote: >> -Original Message- From: Hauke Mehrtens Sent: Monday, October >> 02, 2017 3:18 PM To: lede-dev@lists.infradead.org Subject: [LEDE-DEV] >> kernel 4.9 migration for next release >> For the next major LEDE release after 17.01 all targets should be on

[LEDE-DEV] [PATCH 2/2] ath10k-ct driver: use dma_alloc_coherent, 4.13 based driver

2017-10-02 Thread greearb
From: Ben Greear This should help ath10k work on systems with little or no IOMMU memory. apu2 can boot two 9888 NICs now, for instance. From upstream patch by Adrian Chadd. And, start building the 4.13 based CT ath10k driver. Signed-off-by: Ben Greear

[LEDE-DEV] [PATCH 1/2] ath10k-ct firmware: Tx-hang and EAPOL handling fixes for wave-2 firmware.

2017-10-02 Thread greearb
From: Ben Greear Changes since last LEDE release include: * Fix key-setting bug that broke sending the EAPOL 2/4 in some cases. This was a bug I introduced some time back while trying to fix .11r and simplify the key handling logic. (Patch to

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-02 Thread Ted Hess
-Original Message- From: Hauke Mehrtens Sent: Monday, October 02, 2017 3:18 PM To: lede-dev@lists.infradead.org Subject: [LEDE-DEV] kernel 4.9 migration for next release For the next major LEDE release after 17.01 all targets should be on kernel 4.9, otherwise they will most likely

[LEDE-DEV] kernel 4.9 migration for next release

2017-10-02 Thread Hauke Mehrtens
For the next major LEDE release after 17.01 all targets should be on kernel 4.9, otherwise they will most likely not be included in the release. The following targets are on kernel 4.9 and are fine: * apm821xx * arc770 * archs38 * armvirt * ath25 * bcm53xx * brcm2708 * cns3xxx * imx6 * ipq806x *

[LEDE-DEV] [PATCH] dnsmasq: bump to v2.78

2017-10-02 Thread Kevin Darbyshire-Bryant
Fixes CVE-2017-14491, 14492, 14493, 14494, 14495, 14496 For lede-17.01 Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 6 +- ...10-Tweak-ICMP-ping-check-logic-for-DHCPv4.patch | 25 --

[LEDE-DEV] [PATCH] dnsmasq: bump to v2.78

2017-10-02 Thread Kevin Darbyshire-Bryant
From: Kevin Darbyshire-Bryant Fixes CVE-2017-14491, 14492, 14493, 14494, 14495, 14496 Signed-off-by: Kevin Darbyshire-Bryant --- package/network/services/dnsmasq/Makefile | 6 +-

[LEDE-DEV] Fw: FYI: LEDE got bossie award

2017-10-02 Thread Ted Hess
Fwd to a wider distribution /ted -Original Message- From: juha-pekka.laesvu...@iteco.fi Sent: Monday, October 02, 2017 8:07 AM To: cont...@lede-project.org Subject: FYI: LEDE got bossie award Hi! Just to let you know that LEDE got bossie award

Re: [LEDE-DEV] [PATCH 3/3] ramips: backport TP-Link image checks from AR71xx

2017-10-02 Thread Sergey Ryazanov
On Mon, Oct 2, 2017 at 12:31 PM, Mathias Kresin wrote: > 2017-10-02 11:10 GMT+02:00 Sergey Ryazanov : >> On Mon, Oct 2, 2017 at 9:43 AM, Mathias Kresin wrote: >>> 02.10.2017 01:33, Sergey Ryazanov: Backport TP-Link image

Re: [LEDE-DEV] [PATCH 3/3] ramips: backport TP-Link image checks from AR71xx

2017-10-02 Thread Mathias Kresin
2017-10-02 11:10 GMT+02:00 Sergey Ryazanov : > On Mon, Oct 2, 2017 at 9:43 AM, Mathias Kresin wrote: >> 02.10.2017 01:33, Sergey Ryazanov: >>> >>> Backport TP-Link image compatibility checks (verify hardware id & >>> revision) from AR71xx platform and adopt

Re: [LEDE-DEV] [PATCH 3/3] ramips: backport TP-Link image checks from AR71xx

2017-10-02 Thread Sergey Ryazanov
On Mon, Oct 2, 2017 at 9:43 AM, Mathias Kresin wrote: > 02.10.2017 01:33, Sergey Ryazanov: >> >> Backport TP-Link image compatibility checks (verify hardware id & >> revision) from AR71xx platform and adopt it for v2/v3 image header. >> >> Use new functionality for Archer C20/C20i

Re: [LEDE-DEV] [PATCH 3/3] Add debug output for service_timeout

2017-10-02 Thread Philipp Meier
On 09/28/2017 09:35 PM, Philip Prindeville wrote: Inline Sent from my iPhone On Sep 28, 2017, at 1:09 AM, Philipp Meier wrote: Signed-off-by: Philipp Meier --- service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [LEDE-DEV] [PATCH 3/3] ramips: backport TP-Link image checks from AR71xx

2017-10-02 Thread Mathias Kresin
02.10.2017 01:33, Sergey Ryazanov: Backport TP-Link image compatibility checks (verify hardware id & revision) from AR71xx platform and adopt it for v2/v3 image header. Use new functionality for Archer C20/C20i sysupgrade image verification. NAK. The image metadata (more precisely the