Re: [OpenWrt-Devel] Any progress on R_ARM_THM_JUMP11 issues?

2020-06-18 Thread Jason A. Donenfeld
Looks as though in the end this is a binutils bug with -fvisibility=hidden. Details on https://sourceware.org/bugzilla/show_bug.cgi?id=12532#c9 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/open

Re: [OpenWrt-Devel] wireguard: unknown relocation: 102 [ARMv7 Thumb-2]

2020-06-18 Thread Jason A. Donenfeld
Hey Rui, I fixed it! It turned out to be caused by -fvisibility=hidden undoing the effect of the binutils fix from a while back. Here's the patch that makes the problem go away: https://git.zx2c4.com/wireguard-linux-compat/commit/?id=178cdfffb99f2fd6fb4a5bfd2f9319461d93f53b This will be in the n

[OpenWrt-Devel] [PATCH] [19.07] wireguard: bump to 1.0.20200611

2020-06-18 Thread Stijn Segers
This bump fixes breakage introduced by kernel commit 8ab8786f78c3fc930f9abf6d6d85e95567de4e1f, which is part of the 4.14.181 kernel bump, and backported ip6_dst_lookup_flow to 4.14. This breaks the older WireGuard version currently in 19.07. For reference, the compilation error is the one below:

Re: [OpenWrt-Devel] [PATCH] lantiq: fritz7312: set maximum speed to 100 mbit on 5.4

2020-06-18 Thread mail
> -Original Message- > From: Martin Blumenstingl [mailto:martin.blumensti...@googlemail.com] > Sent: Donnerstag, 18. Juni 2020 22:26 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org; Alexander Couzens > Subject: Re: [OpenWrt-Devel] [PATCH] lantiq: fritz7312: set maximum speed

Re: [OpenWrt-Devel] [PATCH] lantiq: fritz7312: set maximum speed to 100 mbit on 5.4

2020-06-18 Thread Martin Blumenstingl 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 --- Hi Adrian, On Thu, Jun 18, 2020 a

[OpenWrt-Devel] Merged: hostapd: fix compilation of wpa_supplicant

2020-06-18 Thread Jo-Philipp Wich
Merged into my staging tree at http://git.openwrt.org/?p=openwrt/staging/jow.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH luci] luci-mod-system: use ubus method for reboot

2020-06-18 Thread Rafał Miłecki
From: Rafał Miłecki It's more generic & convenient than hardcoding /sbin/reboot executable path. procd provides "reboot" method since 2016. Signed-off-by: Rafał Miłecki --- .../luci-static/resources/view/system/reboot.js | 13 ++--- .../root/usr/share/rpcd/acl.d/luci-mod-system.jso

[OpenWrt-Devel] [RFC PATCH v2] mvebu: compile the kernel in Thumb-2 mode for ARMv7 targets

2020-06-18 Thread Rui Salvaterra
(Sending as RFC due to the note below.) The Thumb-2 instruction set generates denser code, allowing for more efficient use of the cache and consequently higher execution performance. Vmlinux (uncompressed) size comparison for my personal configuration (Linux 5.4.46, compiled with gcc 9.3.0 and bi

Re: [OpenWrt-Devel] [RFC PATCH] mvebu: compile the kernel in Thumb-2 mode for ARMv7 targets

2020-06-18 Thread Rui Salvaterra
Please ignore this one, I'll send an updated patch shortly (only for 5.4, which I've tested). On Wed, 17 Jun 2020 at 18:37, Rui Salvaterra wrote: > > (Sending as RFC due to the note below.) > > The Thumb-2 instruction set generates denser code, allowing for more efficient > use of the cache and c

Re: [OpenWrt-Devel] [PATCH v2 0/3] build: Avoid 'Argument list too long' error

2020-06-18 Thread Josef Schlehofer
Hello, Thank you for your patches, Eneas! We (for Turris routers) experienced the same that you are describing once we did an update on build servers from Debian Stretch to Debian Buster. It is present also for OpenWrt 19.07, where we were able to see it first because currently OpenWrt master we

[OpenWrt-Devel] [PATCH] lantiq: fritz7312: set maximum speed to 100 mbit on 5.4

2020-06-18 Thread Adrian Schmutzler
The fritz 7312 does not support 1000 gbit. Advertising it makes it worse. Some NIC will change to 1000 gibt and turn off and on again for ever. The previous patch in 36f628910b8b was only applied to the 4.19 file. Cc: Alexander Couzens Signed-off-by: Adrian Schmutzler --- .../files-5.4/arch/mi

[OpenWrt-Devel] [PATCH 2/2] mvebu: consolidate DTS files

2020-06-18 Thread Adrian Schmutzler
The DTS files in files-4.19 and files-5.4 are exactly identical except for one file (armada-3720-uDPU.dts), which is only present for 4.19, as it has been upstreamed before 5.4. Since there is no point in maintaining all these identical files twice, this patch moves them to the "files" directory,

Re: [OpenWrt-Devel] [PATCH] kernel: bump 5.4 to 5.4.47

2020-06-18 Thread Koen Vandeputte
On 18.06.20 10:52, Kevin 'ldir' Darbyshire-Bryant wrote: On 18 Jun 2020, at 08:58, Koen Vandeputte wrote: On 18.06.20 08:50, Kevin Darbyshire-Bryant wrote: Refreshed patches. Run tested: x86/64 (apu2) Signed-off-by: Kevin Darbyshire-Bryant --- I've got the bumps in my staging already

Re: [OpenWrt-Devel] [PATCH] kernel: bump 5.4 to 5.4.47

2020-06-18 Thread Kevin 'ldir' Darbyshire-Bryant
> On 18 Jun 2020, at 08:58, Koen Vandeputte > wrote: > > > On 18.06.20 08:50, Kevin Darbyshire-Bryant wrote: >> Refreshed patches. >> >> Run tested: x86/64 (apu2) >> >> Signed-off-by: Kevin Darbyshire-Bryant >> --- > > > I've got the bumps in my staging already sinds a day or 2 :-) > A

Re: [OpenWrt-Devel] [PATCH] kernel: bump 5.4 to 5.4.47

2020-06-18 Thread Koen Vandeputte
On 18.06.20 08:50, Kevin Darbyshire-Bryant wrote: Refreshed patches. Run tested: x86/64 (apu2) Signed-off-by: Kevin Darbyshire-Bryant --- I've got the bumps in my staging already sinds a day or 2 :-) ___ openwrt-devel mailing list openwrt-deve