Re: [gentoo-dev] [PATCH] linux-mod.eclass: Support module compression

2022-06-10 Thread Ionen Wolkens
On Fri, Jun 10, 2022 at 06:27:49AM -0400, Ionen Wolkens wrote: > On Thu, Jun 09, 2022 at 06:11:00PM -0400, Mike Pagano wrote: > > The Linux kernel supports the compression of modules utilizing GZIP, XZ > > and ZSTD. Add code into linux-mod.eclass to support this for out of > > tree modules utilizi

Re: [gentoo-dev] [PATCH] linux-mod.eclass: Support module compression

2022-06-10 Thread Ionen Wolkens
On Thu, Jun 09, 2022 at 06:11:00PM -0400, Mike Pagano wrote: > The Linux kernel supports the compression of modules utilizing GZIP, XZ > and ZSTD. Add code into linux-mod.eclass to support this for out of > tree modules utilizing the compression binary specified in the kernel > config. > > Note t

[gentoo-dev] [PATCH] linux-mod.eclass: Support module compression

2022-06-09 Thread Mike Pagano
The Linux kernel supports the compression of modules utilizing GZIP, XZ and ZSTD. Add code into linux-mod.eclass to support this for out of tree modules utilizing the compression binary specified in the kernel config. Note that if the binary which provides the compression is not present on the s