Re: [gentoo-dev] [PATCH 2/8] linux-mod.eclass: compress xz/zstd in parallel

2022-10-12 Thread Sam James
Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] > What is the motivation for this? The typical kernel module on my system > has a size of about 20 KiB uncompressed, with the largest about 2 MiB. > Compression times are negligible for these, so is there a need to > optimize? Note that

Re: [gentoo-dev] [PATCH 2/8] linux-mod.eclass: compress xz/zstd in parallel

2022-10-12 Thread Ulrich Mueller
What is the motivation for this? The typical kernel module on my system has a size of about 20 KiB uncompressed, with the largest about 2 MiB. Compression times are negligible for these, so is there a need to optimize? Ulrich signature.asc Description: PGP signature

[gentoo-dev] [PATCH 2/8] linux-mod.eclass: compress xz/zstd in parallel

2022-10-11 Thread Sam James
Signed-off-by: Sam James --- eclass/linux-mod.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index b7c13cbf7e76..8f511ba8ff05 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -163,7 +163,7