Re: [OpenWrt-Devel] [PATCH 1/2] ramips: mt7621: fix pcie related warnings in mt7621.dtsi

2018-05-30 Thread Rosen Penev
On Tue, May 29, 2018 at 11:35 PM, Rosen Penev wrote: > List of warnings: > > Node /pcie@1e14/pcie0 node name is not "pci" or "pcie" > Node /pcie@1e14/pcie0 missing ranges for PCI bridge (or not a bridge) > Node /pcie@1e14/pcie0 missing bus-range for PCI bridge > Node /pcie@1e14/pci

Re: [OpenWrt-Devel] [PATCH v2 4/4] ustream-ssl: openssl-1.1 compatibility

2018-05-30 Thread Rosen Penev
On Wed, May 30, 2018 at 7:20 PM, Eneas U de Queiroz via openwrt-devel wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automaticall

[OpenWrt-Devel] [PATCH v2 1/4] openssl: Upgrade to 1.1.0h

2018-05-30 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This version brings major changes

Re: [OpenWrt-Devel] [PATCH v2 3/4] adb: added patch for openssl 1.1.0 compatibility

2018-05-30 Thread Rosen Penev
On Wed, May 30, 2018 at 7:20 PM, Eneas U de Queiroz via openwrt-devel wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automaticall

Re: [OpenWrt-Devel] [PATCH v2 0/4] openssl 1.1.0 patch set

2018-05-30 Thread Rosen Penev
On Wed, May 30, 2018 at 7:19 PM, Eneas U de Queiroz via openwrt-devel wrote: > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automaticall

[OpenWrt-Devel] [PATCH v2 3/4] adb: added patch for openssl 1.1.0 compatibility

2018-05-30 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Signed-off-by: Eneas U de Queiroz

[OpenWrt-Devel] [PATCH v2 4/4] ustream-ssl: openssl-1.1 compatibility

2018-05-30 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- I've rewritten the patch, removing

[OpenWrt-Devel] [PATCH v2 0/4] openssl 1.1.0 patch set

2018-05-30 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- I've updated the patches. Here ar

[OpenWrt-Devel] [PATCH v2 2/4] libevent2: Make it build using OpenSSL 1.1.0

2018-05-30 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This is a backport of @kroeckx pat

Re: [OpenWrt-Devel] Wireguard & hw flow offload incompatibility

2018-05-30 Thread Jason A. Donenfeld
Hi Jaap, This should now be taken care of by http://lists.infradead.org/pipermail/openwrt-devel/2018-May/012675.html . Thanks for the useful bug report. Jason ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/list

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180531 to fix flow offloading

2018-05-30 Thread Jason A. Donenfeld
This version bump was made upstream mostly for OpenWRT, and should fix an issue with a null dst when on the flow offloading path. While we're at it, Kevin and I are the only people actually taking care of this package, so trim the maintainer list a bit. Signed-off-by: Jason A. Donenfeld --- pac

Re: [OpenWrt-Devel] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?

2018-05-30 Thread Daniel Golle
Hi! On Mon, May 28, 2018 at 03:54:33PM +0200, Daniel Golle wrote: > Hi! > > On Mon, May 28, 2018 at 02:50:40PM +0200, Stanislaw Gruszka wrote: > > I have some updates here. > > > > ... > ... > I've imported the patch to OpenWrt git: > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=f4a

Re: [OpenWrt-Devel] Missing skb->dst with flow offloading

2018-05-30 Thread Jason A. Donenfeld
On Wed, May 30, 2018 at 8:24 PM, Pablo Neira Ayuso wrote: > May it crash the kernel because it's assuming is set? If so, then > I'd appreciate if you send us a patch to I suspect it won't crash, but the pmtu might wind up wrong / not calculated. > Please, use the nf-next.git tree to patch nf_flo

Re: [OpenWrt-Devel] Missing skb->dst with flow offloading

2018-05-30 Thread Pablo Neira Ayuso
On Wed, May 30, 2018 at 08:14:42PM +0200, Jason A. Donenfeld wrote: > Hey Pablo, > > On Wed, May 30, 2018 at 8:05 PM, Pablo Neira Ayuso > wrote: > > If there a more drivers in-tree that need this, we may add > > skb_dst_set_noref() calls to _hook function in the flowtable codebase. > > Can I, t

Re: [OpenWrt-Devel] Missing skb->dst with flow offloading

2018-05-30 Thread Jason A. Donenfeld
Hey Pablo, On Wed, May 30, 2018 at 8:05 PM, Pablo Neira Ayuso wrote: > If there a more drivers in-tree that need this, we may add > skb_dst_set_noref() calls to _hook function in the flowtable codebase. Can I, then, take that as an implicit acknowledgement that this observed behavior on OpenWRT

Re: [OpenWrt-Devel] Missing skb->dst with flow offloading

2018-05-30 Thread Pablo Neira Ayuso
Hi Jason, On Wed, May 30, 2018 at 02:01:05AM +0200, Jason A. Donenfeld wrote: > Hey Pablo, > > Some OpenWRT people have reported to me that there's a crash when > enabling flow offloading, because I rely on skb_dst(skb) being > non-null in ndo_start_xmit. The fix in my code for this is very > sim

Re: [OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-05-30 Thread Martin Tippmann
On Wed, May 30, 2018 at 3:21 PM, Alex Maclean wrote: > change the squashfs block size to 1024KiB. This might cause a problem with memory. You might also want to change CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE from 3 to 1 in the kernel config. https://cateee.net/lkddb/web-lkddb/SQUASHFS_FRAGMENT_CACH

Re: [OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-30 Thread Koen Vandeputte
On 2018-05-30 17:12, Ben Greear wrote: I have fixed this in ath10k-ct repo, thanks for the bug report. In case you are able to update OpenWRT to use the latest ath10k-ct repo, please feel free to submit a patch.  Otherwise, I'll update OpenWRT when I have a chance to work on it again. Thanks,

Re: [OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-30 Thread Ben Greear
I have fixed this in ath10k-ct repo, thanks for the bug report. In case you are able to update OpenWRT to use the latest ath10k-ct repo, please feel free to submit a patch. Otherwise, I'll update OpenWRT when I have a chance to work on it again. Thanks, Ben On 05/18/2018 02:34 AM, Koen Vandepu

[OpenWrt-Devel] [PATCH v2 2/5] ath79: add AR7240 dtsi

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar7240.dtsi | 66 ++ 1 file changed, 66 insertions(+) create mode 100644 target/linux/ath79/dts/ar7240.dtsi diff --git a/target/linux/ath79/dts/ar7240.dtsi b/target/linux/ath79/dts/ar7240.dtsi new file mode 1006

[OpenWrt-Devel] [PATCH v2 5/5] ath79: add TP-Link TL-WR703N port

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/02_network | 1 + target/linux/ath79/dts/ar9331_tl-wr703n.dts | 139 ++ target/linux/ath79/image/tiny-tp-link.mk | 10 ++ 3 files changed, 150 insertions(+) create mode 100644 target/linux/ath79/dts/ar93

[OpenWrt-Devel] [PATCH] ath79: correct wmac names in dts

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar9132.dtsi | 2 +- target/linux/ath79/dts/ar9330.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi index f1822e8775..d079811fe6 100644 --- a/t

[OpenWrt-Devel] [PATCH v2 1/5] ath79: add tiny subtarget

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/Makefile | 2 +- target/linux/ath79/image/Makefile | 3 + target/linux/ath79/image/common-tp-link.mk| 84 +++ target/linux/ath79/image/generic-tp-link.mk | 79 + target/linux/a

[OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-05-30 Thread Alex Maclean
Extend the small_flash feature to disable swap, core dumps, and kernel debug info, and change the squashfs block size to 1024KiB. This saves approximately 18K in the kernel image on ath79, and 64K in the rootfs. Signed-off-by: Alex Maclean --- config/Config-images.in | 1 + config/Config-kernel

[OpenWrt-Devel] [PATCH v2 4/5] ath79: add TP-Link TL-WR740N/ND v2 port

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/01_leds | 7 + .../ath79/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1 + .../linux/ath79/dts/ar7240_tl-wr740n-v2.dts | 174 ++ target/linux/ath79/image/tin

[OpenWrt-Devel] [PATCH v2 3/5] ath79: add pinmux node to ar724x.dtsi

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar724x.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/ath79/dts/ar724x.dtsi b/target/linux/ath79/dts/ar724x.dtsi index fe1b4eb681..b2844bf179 100644 --- a/target/linux/ath79/dts/ar724x.dtsi +++ b/targe

Re: [OpenWrt-Devel] [hostapd] AP+STA mode support in Upstream Hostapd

2018-05-30 Thread Daniel Golle
On Wed, May 30, 2018 at 03:19:52PM +0530, Sathishkumar Muruganandam wrote: > On 2018-05-30 11:44, John Crispin wrote: > > > ... > > Hi, > > > > the original commit was > > > > commit 35cdc5d722883cac8b524ea803ee7eedca844087 > > Author: Felix Fietkau > > Date:   Sat Oct 23 23:39:54 2010 + > >

Re: [OpenWrt-Devel] [hostapd] AP+STA mode support in Upstream Hostapd

2018-05-30 Thread Sathishkumar Muruganandam
On 2018-05-30 11:44, John Crispin wrote: On 30/05/18 07:41, murug...@codeaurora.org wrote: Hi OpenWRT team, This is Sathishkumar working for ath10k WLAN driver and came across below OpenWRT hostapd/wpa_s patches which are added for supporting AP+STA mode in OpenWRT supported platforms. • ht

Re: [OpenWrt-Devel] LEDE 17.01.5 release planning

2018-05-30 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Hauke Mehrtens > Sent: Donnerstag, 24. Mai 2018 21:07 > To: OpenWrt-devel > Subject: [OpenWrt-Devel] LEDE 17.01.5 release planning > > We would like to create a lede 17.01.5 release

[OpenWrt-Devel] [PATCH] nettle: bump to 3.4

2018-05-30 Thread Kevin Darbyshire-Bryant via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- 3.4 is mainly a bug fix/maintenanc

Re: [OpenWrt-Devel] Wifi on ZBT-WE1326 broken after commit 5f7396ebef09

2018-05-30 Thread Kristian Evensen
Hi, On Tue, May 29, 2018 at 10:49 PM, Karl Palsson wrote: > There were a few people on this today it seems :) Great! > There's a patch at the bottom of that from mangix/neheb that > removes from overrides that just set 0s, and that fixed it for my > we1326 Yes, I saw the patch and made the cha

Re: [OpenWrt-Devel] SHA256 password

2018-05-30 Thread Levente
Thank you for your replies. I'd rather see this as an option. Lev On Wed, May 30, 2018 at 7:03 AM, Jo-Philipp Wich wrote: > Hi Lev, > > the patch was added to save space. Dropping it will increase the libc > size by a few kilobytes. > > ~ Jo > > ___ >

Re: [OpenWrt-Devel] [PATCH] brcm2708: Update brcm2708-gpu-fw package

2018-05-30 Thread Alberto Bursi
On 30/05/2018 06:36, John Crispin wrote: On 27/05/18 13:43, Christo Nedev wrote: Fix brcm2710 image boot issues. please describe the issues and how they are fixed.     John Signed-off-by: Christo Nedev --- Christo write something like: "Raspi 3 B and 3 B+ don't boot at all because t