Re: [PATCH] module: add in-kernel support for decompressing

From: Luis Chamberlain
Date: Thu Dec 02 2021 - 20:01:53 EST


On Thu, Dec 02, 2021 at 12:14:18AM -0800, Kees Cook wrote:
> I still wonder if it might be able to use of the "acomp" API
> instead of calling directly into the specific decompressor.

drivers/base/firmware_loader/main.c also deals with decompression
of files, so I wonder if something can be shared with that code too?

Luis