[PATCH 0/2] module: Split modules_install compression and in-kernel decompression

Petr Pavlu posted 2 patches 1 year, 4 months ago
kernel/module/Kconfig    | 77 ++++++++++++++++++++--------------------
scripts/Makefile.modinst |  2 ++
2 files changed, 41 insertions(+), 38 deletions(-)
[PATCH 0/2] module: Split modules_install compression and in-kernel decompression
Posted by Petr Pavlu 1 year, 4 months ago
Allow enabling the in-kernel module decompression support separately,
without requiring to enable also the automatic compression during
'make modules_install'.

Petr Pavlu (2):
  module: Split modules_install compression and in-kernel decompression
  module: Clean up the description of MODULE_SIG_<type>

 kernel/module/Kconfig    | 77 ++++++++++++++++++++--------------------
 scripts/Makefile.modinst |  2 ++
 2 files changed, 41 insertions(+), 38 deletions(-)


base-commit: 933069701c1b507825b514317d4edd5d3fd9d417
-- 
2.35.3
Re: [PATCH 0/2] module: Split modules_install compression and in-kernel decompression
Posted by Luis Chamberlain 1 year, 3 months ago
On Mon, Jul 22, 2024 at 11:06:20AM +0200, Petr Pavlu wrote:
> Allow enabling the in-kernel module decompression support separately,
> without requiring to enable also the automatic compression during
> 'make modules_install'.

Applied and pushed, thanks!

  Luis