Re: [PATCH] libdwfl: Add ZSTD support.

2020-09-21 Thread Mark Wielaard
Hi, On Fri, 2020-09-18 at 15:17 +0200, Mark Wielaard wrote: > Newer kernels might be compressed using ZSTD add support to libdwfl > open so we can can automatically read ZSTD compressed files and > kernel images. > > The support is very similar to the bzip2 and lzma support, but > slightly differ

[PATCH] libdwfl: Add ZSTD support.

2020-09-18 Thread Mark Wielaard
Newer kernels might be compressed using ZSTD add support to libdwfl open so we can can automatically read ZSTD compressed files and kernel images. The support is very similar to the bzip2 and lzma support, but slightly different. With a bit more macros it could maybe have used the gzip.c USE_INFLA