mbox series

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

Message ID 20240722090622.16524-1-petr.pavlu@suse.com (mailing list archive)
Headers show
Series module: Split modules_install compression and in-kernel decompression | expand

Message

Petr Pavlu July 22, 2024, 9:06 a.m. UTC
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

Comments

Luis Chamberlain Aug. 19, 2024, 10:14 p.m. UTC | #1
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