]> www.infradead.org Git - users/dwmw2/linux.git/commit
loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
authorArulpandiyan Vadivel <arulpandiyan.vadivel@siemens.com>
Sun, 2 Mar 2025 10:38:31 +0000 (16:08 +0530)
committerKees Cook <kees@kernel.org>
Mon, 3 Mar 2025 17:35:50 +0000 (09:35 -0800)
commitd73ef9ec8794c4dad25774d655a8f284ad9ff641
treebc620dc6173733bc97c51551fabb518312716d88
parentb56e601afb3fdd0b0c4604a2778e642ababc5414
loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported

Updated the MODULE_COMPRESS_NONE with MODULE_COMPRESS as it was no longer
available from kernel modules. As MODULE_COMPRESS and MODULE_DECOMPRESS
depends on MODULES removing MODULES as well.

Fixes: c7ff693fa209 ("module: Split modules_install compression and in-kernel decompression")
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan.vadivel@siemens.com>
Link: https://lore.kernel.org/r/20250302103831.285381-1-arulpandiyan.vadivel@siemens.com
Signed-off-by: Kees Cook <kees@kernel.org>
security/loadpin/Kconfig