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: 6880fa6c56
("Linux 5.15-rc1")
Cc: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5d55f40ce5b783d1212e6c649eb6c7799c6be100
This commit is contained in:
parent
e930fc6535
commit
936699ade8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue