[<prev] [next>] [day] [month] [year] [list]
Message-ID: <c94c72c4-ae86-4560-9ae3-bc6912fbc20b@gmx.com>
Date: Mon, 12 Aug 2024 10:21:37 +0000
From: "Artem S. Tashkinov" <aros@....com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Sasha Levin <sashal@...nel.org>
Subject: Kernel modules compression handling
Hello,
Please correct me if I'm wrong but it looks like the way modules
installation is currently handled in the Linux kernel, first .ko files
are copied to the destination directory and then the chosen compressor
is executed on top of them.
I wonder if this could be changed such a way, so that the installation
script (Makefile?) applied compression on the fly without again copying
.ko files.
All the three compressors supported by the Linux kernel support piping,
so it shouldn't be an issue. I'd love to write a patch myself but I'm
probably too stupid for that.
Best regards,
Artem
Powered by blists - more mailing lists