From e4bb3c44e1a2d3ce3a618d2f3efdf77cd65b0280 Mon Sep 17 00:00:00 2001 From: Ulises Mendez Martinez Date: Thu, 21 Nov 2024 15:39:54 +0000 Subject: [PATCH] ANDROID: Don't compress modules for allmodconfig * c7ff693fa209 introduced a new option `MODULE_COMPRESS_ALL` which automatically compress all modules depending on `MODULE_COMPRESS` value which for `allmodconfig` targets is enabled. This commit disables this config to keep producing uncompressed modules. Fixes: c7ff693fa209 ("module: Split modules_install compression and in-kernel decompression") Bug: 380070392 Change-Id: Id2d166cc32f45a0be07950a4af9d3e02f7af5d76 Signed-off-by: Ulises Mendez Martinez --- gki/aarch64/defconfig/allmodconfig | 1 + gki/arm/defconfig/allmodconfig | 1 + gki/x86_64/defconfig/allmodconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/gki/aarch64/defconfig/allmodconfig b/gki/aarch64/defconfig/allmodconfig index bf502c2385be..da7d96f63b6e 100644 --- a/gki/aarch64/defconfig/allmodconfig +++ b/gki/aarch64/defconfig/allmodconfig @@ -7,3 +7,4 @@ CONFIG_RANDSTRUCT_NONE=y # CONFIG_SAMPLES is not set # CONFIG_WERROR is not set +# CONFIG_MODULE_COMPRESS is not set diff --git a/gki/arm/defconfig/allmodconfig b/gki/arm/defconfig/allmodconfig index 58b11b01ffce..6914694e8738 100644 --- a/gki/arm/defconfig/allmodconfig +++ b/gki/arm/defconfig/allmodconfig @@ -8,3 +8,4 @@ CONFIG_UNWINDER_FRAME_POINTER=y CONFIG_RANDSTRUCT_NONE=y # CONFIG_SAMPLES is not set # CONFIG_WERROR is not set +# CONFIG_MODULE_COMPRESS is not set diff --git a/gki/x86_64/defconfig/allmodconfig b/gki/x86_64/defconfig/allmodconfig index 58b11b01ffce..6914694e8738 100644 --- a/gki/x86_64/defconfig/allmodconfig +++ b/gki/x86_64/defconfig/allmodconfig @@ -8,3 +8,4 @@ CONFIG_UNWINDER_FRAME_POINTER=y CONFIG_RANDSTRUCT_NONE=y # CONFIG_SAMPLES is not set # CONFIG_WERROR is not set +# CONFIG_MODULE_COMPRESS is not set