Re: [PATCH] ramips: fix Unifi 6 Lite boot failure with v5.15 kernels

2022-11-06 Thread Jonas Gorski
On Sat, 5 Nov 2022 at 09:46, Bjørn Mork wrote: > > David Bauer writes: > > On 11/4/22 09:29, Bjørn Mork wrote: > >> You are right that the bootloader must be fixed. But the vendor isn't > >> likely to do that as long as they run older kernels. I believe the > >> OpenWrt policy in such cases is t

Re: [PATCH] ramips: fix Unifi 6 Lite boot failure with v5.15 kernels

2022-11-06 Thread Bjørn Mork
Jonas Gorski writes: > An option is also to set a load address for the dtb in the FIT image, > then U-Boot will relocate it before passing it to the kernel. Yes, that is worth trying. I thought this would be part of the fdt relocation step, but I see that the "load" property is used before the

[RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Paul Spooren
Hi, While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout of openwrt.git and package feeds needs to be a full clone instead of a shallow one t

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Thibaut
> Le 6 nov. 2022 à 17:15, Paul Spooren a écrit : > > Hi, > > While I initially thought that $(AUTORELEASE) would be a nice feature to > avoid the standard review comment “Please bump the PKG_RELEASE”, it turned > into a massive increase of bandwidth usage: Every checkout of openwrt.git and

VLAN not working in 22.03 through netifd

2022-11-06 Thread David Woodhouse
On my border router I've set up an IPv6-only wireless with NAT64 and want to share it over the wired network, which means it's time for me to set up VLAN. I'm using a BT HomeHub 5a (lantiq xrx200). It has five physical ports, appearing as 'wan', and 'lan[1234]'. In OpenWrt 22.03 it's using DSA. I

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Hannu Nyman
Paul Spooren kirjoitti 6.11.2022 klo 18.15: While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout of openwrt.git and package feeds needs to b

[sdwalker/sdwalker.github.io] a8f4c9: This week's update

2022-11-06 Thread Stephen Walker 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 --- Branch: refs/heads/master Home

[PATCH] arm64: only enable BHI mitigation on affected CPUs

2022-11-06 Thread DENG Qingfang
When kernel 5.15 support was added, a new config symbol for ARM64 BHI mitigation was enabled, which was also later backported to 5.10. However, only a few CPUs are affected by BHI [0]. Disable it by default, and enable it only on Cortex-A72 targets. [0] https://developer.arm.com/Arm%20Security%20C

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Josef Schlehofer
On 06. 11. 22 21:22, Hannu Nyman wrote: Paul Spooren kirjoitti 6.11.2022 klo 18.15: While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout of

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Josef Schlehofer
On 06. 11. 22 17:15, Paul Spooren wrote: Hi, While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout of openwrt.git and package feeds needs t