commit | 936699ade8cbe6f1a2d4bc604c8059e67d835631 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Thu Sep 16 09:45:56 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Thu Sep 16 09:48:47 2021 +0200 |
tree | 58d136b197e45aa41843d592ff95843390801149 | |
parent | e930fc6535bfe27b5ee92a74f5941cf538b038e8 [diff] [blame] |
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 <ndesaulniers@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I5d55f40ce5b783d1212e6c649eb6c7799c6be100
diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 580dfa1..dc0a1c7 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig
@@ -8,6 +8,7 @@ -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)