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

2017-10-03 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 --- v2: Update the pkg-mirror-hash, up

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-03 Thread Alexander Couzens
Hi Jo, thanks for your mail! On Sun, 1 Oct 2017 14:43:03 +0200 Jo-Philipp Wich wrote: > FORMAT > > The proposed format for adding CPE IDs to Makefiles would be a new > variable called "PKG_CPE" which is set to the corresponding ID of the > package. Multiple ids may be specified, separated by s

Re: [LEDE-DEV] Severe dnsmasq vulnerabilities affecting LEDE

2017-10-03 Thread Daniel Engberg
In addition to Jo-Philipp Wich's announcement the buildbots in LEDE's infrastructure are backlogged meaning that the following targets (including notable mentions) does not have an updated package for dnsmasq as time of writing: arc_arc700 arm_arm926ej-s arm_cortex-a5 arm_cortex-a53_neon-vfpv4

[LEDE-DEV] Severe dnsmasq vulnerabilities affecting LEDE

2017-10-03 Thread Jo-Philipp Wich
The Google security team identified a number of critical security issues present in dnsmasq, the embedded DNS and DHCP server used by LEDE as well as many other different open and proprietary firmwares and network appliances. A total of six different flaws affecting both DNS and DHCP functionality

Re: [LEDE-DEV] [PATCH] firewall3: Enable TCP_ECN by default.

2017-10-03 Thread David Lang
On Tue, 3 Oct 2017, Kevin Darbyshire-Bryant wrote: It's tempting to set it to 1 (like I have for the past year+) and be damned :-) So what is the failure mode and how will people who experience failures know what they need to change? David Lang _

Re: [LEDE-DEV] When is next major release (w/ kernel v4.9) expected?

2017-10-03 Thread Sebastian Kemper
On Sun, Oct 01, 2017 at 04:23:51PM +0200, Zoltan Gyarmati wrote: > > Dear All, > > i join to this question. > > https://lede-project.org/releases/17.01/start#roadmap seems to be > outdated, the last mentioned > planned release is there for July, and apparently it didn't happen, so > it would be

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

2017-10-03 Thread David Woodhouse
On Tue, 2017-10-03 at 13:24 +0300, Andrey Jr. Melnikov wrote: > Rebase from 4.4 to 4.9 or 4.14 is same - for example ar71xx need write forĀ  > ALL targets dts configs. Er, what? If your rebase to 4.14 for anything but an ultra-new platform which is still in the initial throes of development is an

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

2017-10-03 Thread Andrey Jr. Melnikov
Stijn Tintel wrote: > On 03-10-17 03:31, David Lang wrote: > > 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. > I would prefer to have a release based on 4.9 first. Many targets hav

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

2017-10-03 Thread Stijn Tintel
On 03-10-17 03:31, David Lang wrote: > 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. I would prefer to have a release based on 4.9 first. Many targets have already received extensive te

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

2017-10-03 Thread txt.file
Linux 4.9 is used in Debian stretch. This version will probably be supported for the next 3 years. Maybe even 4 or 5 years. David Lang wrote: >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 >po

Re: [LEDE-DEV] [PATCH] firewall3: Enable TCP_ECN by default.

2017-10-03 Thread Kevin Darbyshire-Bryant
On 03/10/17 08:16, Rosen Penev wrote: ECN is used by fq_codel and other AQMs. Kernel 4.2 added a fallback in case of failure, so adjust to kernel default. The kernel default is 2, which is what you've set the firewall3 default to be now as well. 2 accepts ECN on incoming connections but does

[LEDE-DEV] [PATCH] firewall3: Enable TCP_ECN by default.

2017-10-03 Thread Rosen Penev
ECN is used by fq_codel and other AQMs. Kernel 4.2 added a fallback in case of failure, so adjust to kernel default. Signed-off-by: Rosen Penev --- defaults.c | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults.c b/defaults.c index 85a3750..68e40f5 100644 --- a/defaults.c +++ b/default