Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc8 built on Oct 27 2020, 13:18
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 27 2020, 13:18
Duration:
0:00:44.731573
Builder:
ka2
Revision:
scsi: qla2xxx: remove incorrect sparse #ifdef (
4525c8781ec0701ce824e8bd379ae1b129e26568)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linus-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
/kisskb/build/tmp/ccbCAaux.s:48486: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL236' {.text section} /kisskb/build/tmp/ccbCAaux.s:48527: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL235' {.text section} make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/cpu/microcode/core.o] Error 1 make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel/cpu/microcode] Error 2 /kisskb/build/tmp/ccXgZgsX.s:45756: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL394' {.text section} make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/cpu/mtrr/generic.o] Error 1 make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel/cpu/mtrr] Error 2 make[3]: *** [scripts/Makefile.build:500: arch/x86/kernel/cpu] Error 2 /kisskb/build/tmp/cc3lRCD6.s:121061: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL546' {.text section} /kisskb/build/tmp/cc3lRCD6.s:121169: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL545' {.text section} make[4]: *** [scripts/Makefile.build:283: arch/x86/events/intel/core.o] Error 1 make[3]: *** [scripts/Makefile.build:500: arch/x86/events/intel] Error 2 make[2]: *** [scripts/Makefile.build:500: arch/x86/events] Error 2 make[2]: *** [scripts/Makefile.build:500: arch/x86/kernel] Error 2 make[1]: *** [Makefile:1799: arch/x86] Error 2 /kisskb/build/tmp/ccNv3n36.s:20219: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL84' {.text section} make[3]: *** [scripts/Makefile.build:283: kernel/locking/spinlock_debug.o] Error 1 make[2]: *** [scripts/Makefile.build:500: kernel/locking] Error 2 make[1]: *** [Makefile:1799: kernel] Error 2 /kisskb/build/tmp/ccAcrNGe.s:69205: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL39' {.text section} make[3]: *** [scripts/Makefile.build:283: fs/ext4/ext4_jbd2.o] Error 1 /kisskb/build/tmp/ccYYVhiz.s:73987: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1040' {.text section} make[3]: *** [scripts/Makefile.build:283: fs/hugetlbfs/inode.o] Error 1 make[2]: *** [scripts/Makefile.build:500: fs/hugetlbfs] Error 2 make[2]: *** [scripts/Makefile.build:500: fs/ext4] Error 2 make[1]: *** [Makefile:1799: fs] Error 2 /kisskb/build/tmp/cc8nB1Mp.s:139537: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1039' {.text section} make[2]: *** [scripts/Makefile.build:283: mm/vmalloc.o] Error 1 make[1]: *** [Makefile:1799: mm] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (1)
.config:3102:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD
Full Log
# git rev-parse -q --verify 4525c8781ec0701ce824e8bd379ae1b129e26568^{commit} 4525c8781ec0701ce824e8bd379ae1b129e26568 already have revision, skipping fetch # git checkout -q -f -B kisskb 4525c8781ec0701ce824e8bd379ae1b129e26568 # git clean -qxdf # < git log -1 # commit 4525c8781ec0701ce824e8bd379ae1b129e26568 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Oct 26 15:45:22 2020 -0700 # # scsi: qla2xxx: remove incorrect sparse #ifdef # # The code to try to shut up sparse warnings about questionable locking # didn't shut up sparse: it made the result not parse as valid C at all, # since the end result now has a label with no statement. # # The proper fix is to just always lock the hardware, the same way Bart # did in commit 8ae178760b23 ("scsi: qla2xxx: Simplify the functions for # dumping firmware"). That avoids the whole problem with having locking # that is not statically obvious. # # But in the meantime, just remove the incorrect attempt at trying to # avoid a sparse warning that just made things worse. # # This was exposed by commit 3e6efab865ac ("scsi: qla2xxx: Fix reset of # MPI firmware"), very similarly to how commit cbb01c2f2f63 ("scsi: # qla2xxx: Fix MPI failure AEN (8200) handling") exposed the same problem # in another place, and caused that commit 8ae178760b23. # # Please don't add code to just shut up sparse without actually fixing # what sparse complains about. # # Reported-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> # Cc: Bart Van Assche <bvanassche@acm.org> # Cc: Arun Easi <aeasi@marvell.com> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 4525c8781ec0701ce824e8bd379ae1b129e26568 # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x75A723BE # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:3102:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/build/tmp/ccbCAaux.s: Assembler messages: /kisskb/build/tmp/ccbCAaux.s:48486: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL236' {.text section} /kisskb/build/tmp/ccbCAaux.s:48527: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL235' {.text section} make[5]: *** [/kisskb/src/scripts/Makefile.build:283: arch/x86/kernel/cpu/microcode/core.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/kernel/cpu/microcode] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/build/tmp/ccXgZgsX.s: Assembler messages: /kisskb/build/tmp/ccXgZgsX.s:45756: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL394' {.text section} make[5]: *** [/kisskb/src/scripts/Makefile.build:283: arch/x86/kernel/cpu/mtrr/generic.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/kernel/cpu/mtrr] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/kernel/cpu] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/build/tmp/cc3lRCD6.s: Assembler messages: /kisskb/build/tmp/cc3lRCD6.s:121061: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL546' {.text section} /kisskb/build/tmp/cc3lRCD6.s:121169: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL545' {.text section} make[4]: *** [/kisskb/src/scripts/Makefile.build:283: arch/x86/events/intel/core.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/events/intel] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/events] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: arch/x86/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1799: arch/x86] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/build/tmp/ccNv3n36.s: Assembler messages: /kisskb/build/tmp/ccNv3n36.s:20219: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL84' {.text section} make[3]: *** [/kisskb/src/scripts/Makefile.build:283: kernel/locking/spinlock_debug.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: kernel/locking] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1799: kernel] Error 2 /kisskb/build/tmp/ccAcrNGe.s: Assembler messages: /kisskb/build/tmp/ccAcrNGe.s:69205: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL39' {.text section} make[3]: *** [/kisskb/src/scripts/Makefile.build:283: fs/ext4/ext4_jbd2.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/build/tmp/ccYYVhiz.s: Assembler messages: /kisskb/build/tmp/ccYYVhiz.s:73987: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1040' {.text section} make[3]: *** [/kisskb/src/scripts/Makefile.build:283: fs/hugetlbfs/inode.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: fs/hugetlbfs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: fs/ext4] Error 2 make[1]: *** [/kisskb/src/Makefile:1799: fs] Error 2 /kisskb/build/tmp/cc8nB1Mp.s: Assembler messages: /kisskb/build/tmp/cc8nB1Mp.s:139537: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL1039' {.text section} make[2]: *** [/kisskb/src/scripts/Makefile.build:283: mm/vmalloc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1799: mm] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:00:44.731573
© Michael Ellerman 2006-2018.