From 31baa2414b54dcf24004051215e2521dea613f58 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 2 Dec 2021 11:47:36 -0700 Subject: [PATCH] ANDROID: allmodconfig: Re-enable TEST_KMOD This has been disabled since the introduction of the configuration in commit 884416f5176a ("ANDROID: create build.configs for allmodconfig"), likely due to the fact that TEST_KMOD force selects XFS_FS, which was also disabled due to a clang bug. Commit 8c8c5eea927b ("ANDROID: build.config.allmodconfig: Re-enable XFS_FS") re-enabled XFS_FS because the compiler was fixed but did not re-enable TEST_KMOD for the same reason. Do so now so that allmodconfig coverage is increased. Fixes: 8c8c5eea927b ("ANDROID: build.config.allmodconfig: Re-enable XFS_FS") Test: build.config.allmodconfig.{aarch64,arm,x86_64} Change-Id: I4f6e70c268e214ccb054f57452386c509f1b2882 Signed-off-by: Nathan Chancellor --- build.config.allmodconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 73500d5b1288..32d9f92d1555 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -3,7 +3,6 @@ DEFCONFIG=allmodconfig POST_DEFCONFIG_CMDS="update_config" function update_config() { ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \ - -d TEST_KMOD \ -e UNWINDER_FRAME_POINTER \ (cd ${OUT_DIR} && \