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

2021-12-01 Thread Sven Roederer
Am Mittwoch, 1. Dezember 2021, 14:08:15 CET schrieb Rui Salvaterra: > Hi, Felix, > > On Wed, 1 Dec 2021 at 12:45, Felix Fietkau wrote: > > Maybe upstream would accept a simple makefile change that merges both > > into a single module without changing any of the source files. > > That's the most

Re: [PATCH] kernel: make zram honor available compressors when selecting the initial algo

2021-12-01 Thread Sven Roederer
Am Mittwoch, 1. Dezember 2021, 12:47:57 CET schrieb Rui Salvaterra: > Hi, Sven, > > [patch snipped] > > Why not just include the lzo-lre module in the lzo module package? We > already agreed they're basically inseparable. In fact, I remember I > had sent a patch [1] a while ago, in order to do

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

2021-12-01 Thread tusker
From: Damien Mascord This image builder builds a tftp updatable binary for Ruckus hardware Signed-off-by: Damien Mascord --- CMakeLists.txt | 1 + src/ruckus_fw_header.c | 258 + 2 files changed, 259 insertions(+) create mode 100644

[PATCH] realtek: update watchdog timer patch

2021-12-01 Thread Sander Vanheule
The Realtek Otto watchdog timer driver was accepted upstream, and is queued for 5.17. Update the patch's file name, and replace by the final version. Signed-off-by: Sander Vanheule --- ...dog-add-realtek-otto-watchdog-timer.patch} | 82 +-- 1 file changed, 57 insertions(+), 25

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

2021-12-01 Thread Rui Salvaterra
Hi, Felix, On Wed, 1 Dec 2021 at 12:45, Felix Fietkau wrote: > > Maybe upstream would accept a simple makefile change that merges both > into a single module without changing any of the source files. That's the most logical course of action, yes. Otherwise, this patch [1] I sent last year seems

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

2021-12-01 Thread Felix Fietkau
On 2021-12-01 00:27, Sven Roederer wrote: Am Montag, 29. November 2021, 10:57:37 CET schrieb Rui Salvaterra: Hi, Sven, On Sun, 28 Nov 2021 at 01:40, Sven Roederer wrote: > Rui, not sure if to call it a bug. At the end there is a hardcoded default > algo in the module, that is used initially

Re: [PATCH] kernel: make zram honor available compressors when selecting the initial algo

2021-12-01 Thread Rui Salvaterra
Hi, Sven, [patch snipped] Why not just include the lzo-lre module in the lzo module package? We already agreed they're basically inseparable. In fact, I remember I had sent a patch [1] a while ago, in order to do just that. Thanks, Rui [1]