Re: zram-swap: default to lzo instead of lzo-rle compression

2021-11-27 Thread Sven Roederer
Am Donnerstag, 17. September 2020, 12:11:19 CET schrieben Sie: > On Thu, 17 Sep 2020 at 10:38, e9hack wrote: > > Hi, > > > > I think commit 419f149e482641ddc520f80a7ab2038f7e2ebc8a is not the proper > > fix for the described issue. > > > > The kernel module lzo-rle is still missing. To solve

cherry-pick Xiaomi AC2350 for 21.02

2021-11-27 Thread Simon Iremonger
Dear All, I would like commit 6c148116f778bfd2db88476cee4753b32538eafe cherry-picked into 21.02 branch, having thoroughly tested this works on the Xiaomi AC2350 router. This is a very simple backport, devicetree and device-script, all well supported components already. I have tested

Should hostapd 802.11r defaults be tweaked? (reassociation deadline, FT over ds/air)

2021-11-27 Thread Hannu Nyman
Based on forum discussion, I tested 802.11r with my routers and noticed that the current OpenWrt defaults (reassociation deadline 1000 ms and "FT over DS") do not really work. I was unable to get my Android devices to realiably roam with those values. Switching to FT over Air and lengthening

[PATCH firmware-utils 3/3] otrx: support TRX from stdin when extracting

2021-11-27 Thread Rafał Miłecki
From: Rafał Miłecki It allows e.g. dd if=firmware.chk skip=1 bs=58 | otrx extract - -1 kernel.bin Signed-off-by: Rafał Miłecki --- src/otrx.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/otrx.c b/src/otrx.c index 5ee310c..4ea19aa 100644 --- a/src/otrx.c +++

[PATCH firmware-utils 2/3] otrx: support unsorted partitions offsets

2021-11-27 Thread Rafał Miłecki
From: Rafał Miłecki TRX format doesn't guarantee that it contains partitions offsets in a sorted order. Store partitions info in context struct and make sure it's sorted. Signed-off-by: Rafał Miłecki --- src/otrx.c | 54 ++ 1 file changed,

[PATCH firmware-utils 1/3] otrx: extract shared code opening & parsing TRX format

2021-11-27 Thread Rafał Miłecki
From: Rafał Miłecki This avoids some code duplication. Signed-off-by: Rafał Miłecki --- src/otrx.c | 145 - 1 file changed, 77 insertions(+), 68 deletions(-) diff --git a/src/otrx.c b/src/otrx.c index af6e905..7f661ca 100644 ---

Re: [PATCH 1/6] kernel: import dt-overlay configfs patches for 5.10

2021-11-27 Thread Daniel Golle
On Sat, Nov 27, 2021 at 02:24:52PM +0200, Oskari Lemmelä wrote: > Hi, > > On 27.11.2021 13.55, Daniel Golle wrote: > > On Sat, Nov 27, 2021 at 11:28:05AM +0200, Oskari Lemmelä wrote: > >> Hi, > >> > >> On 25.11.2021 3.06, Daniel Golle wrote: > >>> Import patchset allowing loading and applying

Re: [PATCH 1/6] kernel: import dt-overlay configfs patches for 5.10

2021-11-27 Thread Oskari Lemmelä
Hi, On 27.11.2021 13.55, Daniel Golle wrote: > On Sat, Nov 27, 2021 at 11:28:05AM +0200, Oskari Lemmelä wrote: >> Hi, >> >> On 25.11.2021 3.06, Daniel Golle wrote: >>> Import patchset allowing loading and applying device tree overlays at >>> run-time via configfs. >>> >>> This will allow for

Re: [PATCH 1/6] kernel: import dt-overlay configfs patches for 5.10

2021-11-27 Thread Daniel Golle
On Sat, Nov 27, 2021 at 11:28:05AM +0200, Oskari Lemmelä wrote: > Hi, > > On 25.11.2021 3.06, Daniel Golle wrote: > > Import patchset allowing loading and applying device tree overlays at > > run-time via configfs. > > > > This will allow for packaging DTOs for hardware add-ons such as the > >

Re: [PATCH 1/6] kernel: import dt-overlay configfs patches for 5.10

2021-11-27 Thread Oskari Lemmelä
Hi, On 25.11.2021 3.06, Daniel Golle wrote: > Import patchset allowing loading and applying device tree overlays at > run-time via configfs. > > This will allow for packaging DTOs for hardware add-ons such as the > various HATs (Hardware Attached on Top) common for SBCs. > A new kernel config