From ba11a2e32c73ad707806cc575e9cf550673d0ccd Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Thu, 2 Dec 2021 11:46:54 -0700 Subject: [PATCH] Revert "ANDROID: disable INFINIBAND_QIB from allmodconfig build" This reverts commit 936699ade8cbe6f1a2d4bc604c8059e67d835631. This configuration was disabled due to a build error that was resolved by 3110b942d36b ("IB/qib: Fix clang confusion of NULL pointer comparison") in 5.15-rc4. Test: build.config.allmodconfig.{aarch64,arm,x86_64} Change-Id: I5768140680dcf53d6369b811eafd2582252714d9 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 2ccc4dd1be79..73500d5b1288 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -5,7 +5,6 @@ function update_config() { ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \ -d TEST_KMOD \ -e UNWINDER_FRAME_POINTER \ - -d INFINIBAND_QIB \ (cd ${OUT_DIR} && \ make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)