On Tue, 11 Aug 2020 11:13:41 -0400 Tom Rini <[email protected]> wrote:
> On Tue, Aug 11, 2020 at 03:17:53PM +0200, Joao Marcos Costa wrote: > > > Hello, > > > > Following the SquashFS support, this series adds support for LZO > > and ZSTD algorithms. The only compression type enabled by default > > is ZLIB, so LZO and ZSTD need to be manually selected. > > > > Joao Marcos Costa (2): > > fs/squashfs: add support for LZO decompression > > fs/squashfs: add support for ZSTD decompression > > > > fs/squashfs/sqfs_decompressor.c | 60 > > +++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), > > 2 deletions(-) > > Can we add tests for this to sandbox? Thanks! Sure, I will enable the lzo and zstd configs for, and I will make some actual changes to the test scripts I added, because right now they are not really "scalable" (thinking of new compression algorithms). Best regards, Joao

