[OpenWrt-Devel] [PATCH procd 1/2] jail: SIGSEGV must not be forwarded to the child process

2020-05-07 Thread Leonardo Mörlein
A segfault in ujail caused ujail to hang with no chance to abort. Raising the debug level revealed that SIGSEGV was delivered to the child process instead of handled directly by ujail. The corresponding debug message was triggered infinitely again and again: forwarding signal 11 to the

[OpenWrt-Devel] [PATCH procd 2/2] jail: unnamed jails can not have netns (fix segfault)

2020-05-07 Thread Leonardo Mörlein
Signed-off-by: Leonardo Mörlein --- jail/jail.c | 4 1 file changed, 4 insertions(+) diff --git a/jail/jail.c b/jail/jail.c index 67d4cad..a52c264 100644 --- a/jail/jail.c +++ b/jail/jail.c @@ -841,6 +841,10 @@ int main(int argc, char **argv) } if

[OpenWrt-Devel] [PATCH v4] ramips: add support for TRENDnet TEW-810DR

2020-05-07 Thread Heppler, J. Scott
Information for reviewers: By report, FCCid and board photos, this device shares a Cameo manufactured board with the D-Link DIR-810L. The DIR-810L dts does not enable GPIO40 for the Green Internet/Globe lan led. The TEW-810DR dts should be applicable to the DIR-810L and would provide improved

Re: [OpenWrt-Devel] [PATCH 1/1] firewall3: add --contiguous to time-based rules where needed

2020-05-07 Thread Philip Prindeville
Should I open a PR or is this the correct way to get a review for firewall3? Thanks > On May 1, 2020, at 1:21 PM, Philip Prindeville > wrote: > > From: Philip Prindeville > > If the start_time > stop_time on a rule, then the --contiguous arg > should be included in the rule. > >

[OpenWrt-Devel] [PATCH] ath79: add support for gl-e750

2020-05-07 Thread Luochongjun
The gl-e750 is a portable travel router that gives you safe access to the internet while traveling. Specifications: - SoC: Qualcomm Atheros AR9531 (650MHz) - RAM: 128 MB DDR2 - Flash: 16 MB SPI NOR (W25Q128FVSG) + 128 MB SPI NAND (GD5F1GQ4UFYIG) - Ethernet: 10/100: 1xLAN - Wireless: QCA9531

[OpenWrt-Devel] about openwrt mtdsplit usage on other embedded linux

2020-05-07 Thread Ratheendran R
Hi everyone, We want to use fit images for our embedded system, the default one using the ramdisk works for me. we want the kernel to be configured to mount rootfs included in fit image not the ramdisk approach. I came across your FIT kernel patch and found this interesting.

[OpenWrt-Devel] [firewall3][PATCH] redirects: fix segmentation fault

2020-05-07 Thread Alin Nastac
Fixes 9d7f49df47ad ("redurects: add support to define multiple zones for dnat reflection rules") Signed-off-by: Alin Nastac --- redirects.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/redirects.c b/redirects.c index b928287..45a6cb1 100644 --- a/redirects.c

[OpenWrt-Devel] [firewall3][PATCH v3] redirect & nat: add IPv6 NAT support

2020-05-07 Thread Alin Nastac
1) Remove hardcoded restrictions that disable redirect support on IPv6. 2) Allow usage of IP address lists in redirect and snat uci sections. This is needed for 2 scenarios: - use the interface address that matches the redirect & nat family when dest_ip is set to an interface name - set

Re: [OpenWrt-Devel] [18.06][PATCH 2/2] wireguard: bump to 1.0.20200401

2020-05-07 Thread Petr Štetiar
Petr Štetiar [2020-05-01 11:01:55]: Hi, > > From: "Jason A. Donenfeld" > > > > Recent backports to 5.5 and 5.4 broke our compat layer. This release is > > to keep things running with the latest upstream stable kernels. > > I think, that this is a not acceptable for 18.06. and I was wrong as