Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
On Fri, 13 Nov 2020 at 10:35, Felix Fietkau wrote: > > Please show me the full /etc/config/network so I can test with it as-is. Here it goes (WG keys redacted): config interface 'loopback' option ifname 'lo' option proto 'static' list ipaddr '127.0.0.1/8' config interface 'lan'

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread e9hack
Am 13.11.2020 um 11:19 schrieb Rui Salvaterra: > This broke the switch VLAN configuration on at least Archer C6 v2 EU and > Archer > C7 (both switchdev-based one-armed routers). Which Archer C7 version is mentioned here? I'm using an Archer C7 v2 and didn't see any issues. Regards, Hartmut

[PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
This broke the switch VLAN configuration on at least Archer C6 v2 EU and Archer C7 (both switchdev-based one-armed routers). Signed-off-by: Rui Salvaterra --- package/network/config/netifd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
Hi, Felix, On Fri, 13 Nov 2020 at 10:25, Felix Fietkau wrote: > > Please git-bisect this and show me the config that doesn't work anymore, > so that I can fix it properly. I can't bisect this now, as I'm using the router. The config (in /etc/config/network), however, is trivial: config switch

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Felix Fietkau
On 2020-11-13 11:19, Rui Salvaterra wrote: > This broke the switch VLAN configuration on at least Archer C6 v2 EU and > Archer > C7 (both switchdev-based one-armed routers). > > Signed-off-by: Rui Salvaterra Please git-bisect this and show me the config that doesn't work anymore, so that I

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Felix Fietkau
On 2020-11-13 11:34, Rui Salvaterra wrote: > Hi, Felix, > > On Fri, 13 Nov 2020 at 10:25, Felix Fietkau wrote: >> >> Please git-bisect this and show me the config that doesn't work anymore, >> so that I can fix it properly. > > I can't bisect this now, as I'm using the router. The config (in

[PATCH 19.07] kernel: Update kernel 4.14 to version 4.14.206

2020-11-13 Thread Josef Schlehofer
From: Hauke Mehrtens This is a security update as currently in OpenWrt 19.07, there is version 4.14.202 it means that it is vulnerable against vulnerability known as Sad DNS (DNS cache poisoning). Since kernel 4.14.203, there is present mitigation to this attack by randomizing ICMP global rate

[PATCH v2 2/2] mvebu: LS421DE: improve the HDD leds

2020-11-13 Thread Daniel González Cabanelas
Improve the HDD LEDs used for disk activity: - Use the trigger activity per ata channel Signed-off-by: Daniel González Cabanelas --- changes in V2: deleted label modification .../files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts| 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH] iproute2: update to 5.9

2020-11-13 Thread Hauke Mehrtens
On 11/12/20 6:18 PM, Hans Dedecker wrote: Update iproute2 to latest stable 5.9; for the changes see https://lwn.net/Articles/834755/ Refresh patches Signed-off-by: Hans Dedecker Acked-by: Hauke Mehrtens --- package/network/utils/iproute2/Makefile | 4 ++--

[PATCH v2 1/2] mvebu: LS421DE: fix low performance issue

2020-11-13 Thread Daniel González Cabanelas
The Buffalo Linkstation LS421DE isn't able to enable the Level 2 cache (AKA Aurora cache). As of result of this, the throughput is about half of the expected, e.g when doing network data transfers. Fix it by adding the broken-idle property in the coherency fabric node. Signed-off-by: Daniel

RE: [PATCH 19.07] kernel: Update kernel 4.14 to version 4.14.206

2020-11-13 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Josef Schlehofer > Sent: Freitag, 13. November 2020 09:33 > To: openwrt-devel@lists.openwrt.org > Cc: Hauke Mehrtens > Subject: [PATCH 19.07] kernel: Update kernel 4.14 to version

Re: [PATCH 19.07] kernel: Update kernel 4.14 to version 4.14.206

2020-11-13 Thread Koen Vandeputte
On 13.11.20 13:35, Adrian Schmutzler wrote: -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Josef Schlehofer Sent: Freitag, 13. November 2020 09:33 To: openwrt-devel@lists.openwrt.org Cc: Hauke Mehrtens Subject: [PATCH 19.07]