Re: [PATCH v2 21/21] kbuild: use pigz for gzip compression if available
From: Lorenzo Stoakes (ARM)
Date: Wed Sep 16 2026 - 11:35:50 EST
On Wed, Sep 16, 2026 at 08:09:14AM -0700, Kees Cook wrote:
> On Wed, Sep 16, 2026 at 04:03:39PM +0100, Lorenzo Stoakes (ARM) wrote:
> > This is clearly the way forward, will do that in v3, thanks! :)
>
> Great! I'm really excited to see this (and the other stuff in this
> series) land; I spend _so_ much time waiting on builds. :P
Tell me about it, I've thought the build had _clear_ low-hanging fruit on
the single-threaded path for some time now, but who's got the time right?
I'd say the LLM solved that, but I've been putting in serious human hours
in making this series at least somewhat upstreable, so it turns out the LLM
_makes you think_ it can be done without the timesink, and then makes the
timesink happen anyway ;)
>
> > [Oh and on precedent, it seems the arm64 FIT image builder,
> > scripts/make_fit.py, uses pigz already if available :>)]
>
> Oh nice find!
LLM found it :P but then I did a shameful:
$ git grep pigz master
master:scripts/make_fit.py: 'gzip': CompTool('.gz', 'pigz,gzip'),
And thought about how I failed to do the obvious thing (how this stuff can
make you lazy... :)
>
> --
> Kees Cook
--
Cheers, Lorenzo