Re: 22.03.3 for mvebu (Turris Omnia)

2023-02-04 Thread Mark Thurston
> > MVEBU devices are not supported in kernel 5.10 based OpenWrt22.03.3 due to > > a bug. > > The fix is already in 5.15, but seems to intrusive to backport. > > Current snapshot builds are on kernel 5.15 already and the issue does not > > exist anymore. > > So the easy ways forward are: >

Re: 22.03.3 for mvebu (Turris Omnia)

2023-02-04 Thread Thibaut
> Le 4 févr. 2023 à 09:57, Mark Thurston a écrit : > >>> MVEBU devices are not supported in kernel 5.10 based OpenWrt22.03.3 due to >>> a bug. >>> The fix is already in 5.15, but seems to intrusive to backport. >>> Current snapshot builds are on kernel 5.15 already and the issue does not >>>

Buildbot worker balancing between master and 22.03 ?

2023-02-04 Thread Hannu Nyman
Hi, it seems to me that the buildbot's worker amounts are not in balance with the commit frequency and actual workload of the various branches. The phase1 images buildbot has only 3 active workers for master (which has regularly new commits), while the stable 22.03 has 8 workers. The same i

Re: Buildbot worker balancing between master and 22.03 ?

2023-02-04 Thread Thibaut
Hi, There is ongoing work to address these points for phase1 at least, see https://gitlab.com/openwrt/buildbot/-/commits/phase1-monomaster Furthermore with the level of CI that is now being applied, a case could be made that we do not need to continuously build master as is currently done. Che

Re: [PATCH] ipq40xx: add PCIe magic hack to improve VRX518 compatibility

2023-02-04 Thread Jan Hoffmann
Am 02.02.23 um 11:54 schrieb Robert Marko: On Tue, 31 Jan 2023 at 23:52, Jan Hoffmann wrote: Hi Robert, On 2023-01-30 at 00:08, Robert Marko wrote: Shouldn't it be possible for the modem driver itself to be fixed instead of faking the PCI details? This hack is definitely far from ideal,

[PATCH 1/3] kernel: kmod-ramoops: Include pstore console support

2023-02-04 Thread Brian Norris
Pstore ramoops support is useful even when there isn't an explicit panic/crash. We can log all kernel messages via a "console", and then retrieve them in the event of some non-kernel-panic reset (e.g., watchdog). Since the buffer memory is already reserved, there isn't much overhead to doing this.

[PATCH 3/3] ipq40xx: chromium: Enable kmod-ramoops by default

2023-02-04 Thread Brian Norris
Chromium devices (like Google WiFi) have ramoops memory reserved by the bootloader. Let's enable the ramoops kernel module by default, so we get better crash logging. Signed-off-by: Brian Norris --- target/linux/ipq40xx/image/chromium.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-

[PATCH 2/3] ipq806x: chromium: Enable kmod-ramoops by default

2023-02-04 Thread Brian Norris
Chromium devices (like OnHub) have ramoops memory reserved by the bootloader. Let's enable the ramoops kernel module by default, so we get better crash logging. Signed-off-by: Brian Norris --- target/linux/ipq806x/image/chromium.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) dif