From 936699ade8cbe6f1a2d4bc604c8059e67d835631 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 16 Sep 2021 09:45:56 +0200 Subject: [PATCH] ANDROID: disable INFINIBAND_QIB from allmodconfig build Clang can't seem to build this driver in the 5.15-rc1 release, so disable it until either the kernel code is changed, or the compiler is fixed up. Full discussion upstream can be found at: https://lore.kernel.org/r/202109112002.NZceUwiC-lkp@intel.com and at: https://github.com/ClangBuiltLinux/linux/issues/1452 Fixes: 6880fa6c5660 ("Linux 5.15-rc1") Cc: Nick Desaulniers Signed-off-by: Greg Kroah-Hartman Change-Id: I5d55f40ce5b783d1212e6c649eb6c7799c6be100 --- build.config.allmodconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 580dfa183a6d..dc0a1c7563a1 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -8,6 +8,7 @@ function update_config() { -d TEST_KMOD \ -e UNWINDER_FRAME_POINTER \ -d BLK_DEV_NBD \ + -d INFINIBAND_QIB \ (cd ${OUT_DIR} && \ make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)