On Fri, Jan 6, 2017 at 10:30 AM, Kevin Hilman <khilman@xxxxxxxxxxxx> wrote: > + Ralf, linux-mips > > kernelci.org bot <bot@xxxxxxxxxxxx> writes: > >> mainline build: 207 builds: 2 failed, 205 passed, 4 errors, 58 warnings (v4.10-rc2-207-g88ba6cae15e3) >> >> Full Build Summary: https://kernelci.org/build/mainline/kernel/v4.10-rc2-207-g88ba6cae15e3/ >> >> Tree: mainline >> Branch: local/master >> Git Describe: v4.10-rc2-207-g88ba6cae15e3 >> Git Commit: 88ba6cae15e38f609aba4f3881e1c404c432596c >> Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git >> Built: 4 unique architectures >> >> Build Failures Detected: >> >> mips: gcc version 6.3.0 (GCC) >> >> ip27_defconfig: FAIL >> ip28_defconfig: FAIL >> > > [...] > >> Errors summary: >> >> 2 arch/mips/include/asm/mach-generic/spaces.h:28:0: error: "CAC_BASE" redefined [-Werror] >> 1 drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: internal compiler error: in extract_constrain_insn, at recog.c:2190 >> 1 drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: error: insn does not satisfy its constraints: > > [...] > >> ================================================================================ >> >> Detailed per-defconfig build reports: > > [...] > >> -------------------------------------------------------------------------------- >> ip27_defconfig (mips) — FAIL, 4 errors, 1 warning, 0 section mismatches >> >> Errors: >> arch/mips/include/asm/mach-generic/spaces.h:28:0: error: "CAC_BASE" redefined [-Werror] >> arch/mips/include/asm/mach-generic/spaces.h:28:0: error: "CAC_BASE" redefined [-Werror] >> drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: error: insn does not satisfy its constraints: >> drivers/net/ethernet/qlogic/qlge/qlge_main.c:4819:1: internal compiler error: in extract_constrain_insn, at recog.c:2190 >> >> Warnings: >> arch/mips/configs/ip27_defconfig:136:warning: symbol value 'm' invalid for SCSI_DH >> >> -------------------------------------------------------------------------------- >> ip28_defconfig (mips) — FAIL, 0 errors, 0 warnings, 0 section mismatches The "0 errors" count is confusing here, I know. Our error count detection is not catching "gcc does not support" errors, so we need to fix that. The actual error message here is: ../arch/mips/sgi-ip22/Platform:29: *** gcc doesn't support needed option -mr10k-cache-barrier=store. Stop. Kevin