Re: [INFRA]: build bot /tmp dir not writable

2021-02-23 Thread Petr Štetiar
Sebastian Kemper [2021-02-22 12:09:54]: Hi, > Since a few days at least it seems there is some issue on the build > bots. include/toplevel.mk runs this: > > export GNU_HOST_NAME:=$(shell $(TOPDIR)/scripts/config.guess) it might be probably better to handle this corner case and make it hard

Re: [PATCH v2] kernel: DSA roaming fix for Marvell mv88e6xxx

2021-02-23 Thread Tad
Thank you again for this! I've had it running on mamba and caiman under 5.10.16 for over 24 hours now. No issues encountered. Regards, Tad. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[PATCH 4/6] jshn.c: use size_t instead of int

2021-02-23 Thread Sergey Ponomarev
This fixes Clang-Tidy warnings Signed-off-by: Sergey Ponomarev --- jshn.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jshn.c b/jshn.c index 7a2f935..43a82e0 100644 --- a/jshn.c +++ b/jshn.c @@ -36,7 +36,7 @@ static struct avl_tree env_vars; static struct

[PATCH 6/6] jshn.c: getenv_avl(): var->val is always not NULL

2021-02-23 Thread Sergey Ponomarev
Signed-off-by: Sergey Ponomarev --- jshn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshn.c b/jshn.c index 6490fbc..979182f 100644 --- a/jshn.c +++ b/jshn.c @@ -170,7 +170,7 @@ static int jshn_parse(const char *str) static char *getenv_avl(const char *key) {

[PATCH 5/6] jshn.c: add_json_element():

2021-02-23 Thread Sergey Ponomarev
Extract variable to store json_object_get_type() Replace switch with json_type_to_name() Signed-off-by: Sergey Ponomarev --- jshn.c | 32 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/jshn.c b/jshn.c index 43a82e0..6490fbc 100644 --- a/jshn.c

[PATCH] mvebu/omnia: fix the device tree

2021-02-23 Thread Rui Salvaterra
Backport [1] and fix [2] hardware buffer management. Also fix the IRQ storm caused by a misconfiguration of the PCA9538 interrupt pin [3]. [1]

[PATCH] netifd: bridge: set default value for igmp_snoop

2021-02-23 Thread sotux82
From: Zheng Qian When luci unchecked the igmp snoop option for a bridge, it just delete the igmp_snooping key from the config file. So netifd can't change /sys/devices/virtual/net/br-lan/bridge/multicast_snooping from "1" to "0". This patch will set a default value to false for the bridge

[PATCH] busybox: sysntpd: option to bind server to iface

2021-02-23 Thread Alexey Dobrovolsky
NTPD in busybox has option -I to bind server to IFACE. However, capabilities of the busybox are limited, the -I option cannot be repeated and only one interface can be effectively specified in it. This option is currently not configurable via UCI. The patch adds an interface option to the system