lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <39b02e72-201a-4f3a-9473-31895aaccbb8@gmx.com>
Date: Tue, 2 Jul 2024 09:31:18 +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

Powered by Openwall GNU/*/Linux Powered by OpenVZ