[PATCH] kernel/5.10: allocate last level PTEs in high memory

2022-01-03 Thread Rui Salvaterra
Enable support for allocating user space page table entries in high memory [1], for the targets which support this feature. This saves precious low memory (permanently mapped, the only type of memory directly accessible by the kernel). [1] https://www.kernel.org/doc/html/latest/vm/highmem.html

[PATCH 21.02] openssl: bump to 1.1.1m

2022-01-03 Thread Eneas U de Queiroz
This is a bugfix release. Changelog: *) Avoid loading of a dynamic engine twice. *) Fixed building on Debian with kfreebsd kernels *) Prioritise DANE TLSA issuer certs over peer certs *) Fixed random API for MacOS prior to 10.12 Patches were refreshed. Signed-off-by: Eneas U de Queiroz

Archer AX73

2022-01-03 Thread eggmudhip--- 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 --- Hello! Could you please add

Re: [PATCH v2] ruckus_fw_header: Add Ruckus Firmware builder for Ruckus R500 and others

2022-01-03 Thread Rafał Miłecki
On 3.12.2021 01:18, tus...@tusker.org wrote: From: Damien Mascord This image builder builds a tftp updatable binary for Ruckus hardware Hey, I missed this patch, my suggestion would be to use something like [PATCH firmware-utils V2] Let me look at it now. First git complains about some

Re: [RFT] Kernels for next release

2022-01-03 Thread Paul Spooren
Hi, > I would be fine to remove the arc770 and the ipq807x targets. I removed ipq807x for now, arc770 should receive a patch within the next days. > There is no hardware available on the consumer market supported by arc770 and > I think archs38 is the successor anyway. If someone wants to add

New OpenWrt rootfs format: ubifs volume with squashfs & overlay dir

2022-01-03 Thread Rafał Miłecki
On some UBI-aware devices, firmware file can contain only kernel & 1 UBI volume. It means we can't use: 1. rootfs UBI volume with squashfs 2. rootfs_data UBI volume with ubifs (for overlay) Note: creating rootfs_data dynamically is not an option as that wouldn't be wiped out properly while

[PATCH] base-files: add support for heartbeat led trigger

2022-01-03 Thread Alexey Smirnov
This patch adds support for creation heartbeat led trigger with, for example, this command: ucidef_set_led_heartbeat "..." "..." "..." from /etc/board.d/01_leds. Signed-off-by: Alexey Smirnov --- package/base-files/files/lib/functions/uci-defaults.sh | 9 + 1 file