[P][PATCH 2/2] UBUNTU: Revert "SAUCE: Support but do not require compressed modules"

Emil Renner Berthing emil.renner.berthing at canonical.com
Fri Mar 21 11:53:03 UTC 2025


This reverts commit d10c3a6f2c610a97534ee4db258b2735fac86223.

After disabling CONFIG_MODULE_COMPRESS_ALL this patch no longer has any
effect, and can be dropped.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing at canonical.com>
---
 scripts/Makefile.modinst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst
index d37baeb96c82..c1d47918cb52 100644
--- a/scripts/Makefile.modinst
+++ b/scripts/Makefile.modinst
@@ -56,9 +56,7 @@ suffix-y				:=
 ifdef CONFIG_MODULE_COMPRESS_ALL
 suffix-$(CONFIG_MODULE_COMPRESS_GZIP)	:= .gz
 suffix-$(CONFIG_MODULE_COMPRESS_XZ)	:= .xz
-## UBUNTU: Support, but do not require zstd compressed modules
-# Many external dkms and signing rely on uncompressed modules
-# suffix-$(CONFIG_MODULE_COMPRESS_ZSTD)	:= .zst
+suffix-$(CONFIG_MODULE_COMPRESS_ZSTD)	:= .zst
 endif
 
 modules := $(patsubst %.o, $(dst)/%.ko$(suffix-y), $(modules))
-- 
2.43.0




More information about the kernel-team mailing list