ANDROID: allmodconfig: Re-enable TEST_KMOD

This has been disabled since the introduction of the configuration in
commit 884416f517 ("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 8c8c5eea92 ("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: 8c8c5eea92 ("ANDROID: build.config.allmodconfig: Re-enable XFS_FS")
Test: build.config.allmodconfig.{aarch64,arm,x86_64}
Change-Id: I4f6e70c268e214ccb054f57452386c509f1b2882
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
Nathan Chancellor 2021-12-02 11:47:36 -07:00
parent 364e52ade6
commit 31baa2414b
No known key found for this signature in database
GPG Key ID: 1D6B269171C01A96

View File

@ -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} && \