* Re: next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824)
[not found] <599ea3e4.b785df0a.aff31.4380@mx.google.com>
@ 2017-08-24 22:19 ` Arnd Bergmann
2017-08-25 11:16 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2017-08-24 22:19 UTC (permalink / raw)
To: Paul Burton, Ralf Baechle
Cc: Kernel Build Reports Mailman List, kernelci.org bot,
open list:RALINK MIPS ARCHITECTURE
On Thu, Aug 24, 2017 at 12:01 PM, kernelci.org bot <bot@kernelci.org> wrote:
>
> next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824)
> Full Build Summary: https://kernelci.org/build/next/branch/master/kernel/next-20170824/
> Tree: next
> Branch: master
> Git Describe: next-20170824
> Git Commit: 9506597de2cde02d48c11d5c250250b9143f59f7
> Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> Built: 4 unique architectures
>
> Build Failures Detected:
>
> mips: gcc version 6.3.0 (GCC)
> cavium_octeon_defconfig FAIL
> decstation_defconfig FAIL
> jmr3927_defconfig FAIL
We currently get three build failures on linux-next, all on MIPS, and
caused by the same patch series from Paul Burton if I read this right:
> cavium_octeon_defconfig (mips) — FAIL, 378 errors, 0 warnings, 0 section mismatches
>
> Errors:
> arch/mips/kernel/octeon_switch.S:19: Error: unrecognized opcode `leaf(resume)'
> arch/mips/kernel/octeon_switch.S:21: Error: invalid operands `mfc0 t1,CP0_STATUS'
> arch/mips/kernel/octeon_switch.S:22: Error: unrecognized opcode `long_s t1,THREAD_STATUS(a0)'
> arch/mips/kernel/octeon_switch.S:23: Error: unrecognized opcode `cpu_save_nonscratch a0'
> ...
Apparently caused by dc2dd0508e19 ("MIPS: Move r4k FP code from
r4k_switch.S to r4k_fpu.S")
> decstation_defconfig (mips) — FAIL, 3 errors, 0 warnings, 0 section mismatches
>
> Errors:
> arch/mips/kernel/r2300_fpu.S:40: Error: unrecognized opcode `export_symbol(_save_fp)'
> arch/mips/kernel/r2300_fpu.S:41: Error: unrecognized opcode `fpu_save_single $4,$9'
> arch/mips/kernel/r2300_fpu.S:49: Error: unrecognized opcode `fpu_restore_single $4,$9'
Same for jmr3927_defconfig, both caused by 4e967a53718f ("MIPS: Move r2300
FP code from r2300_switch.S to r2300_fpu.S").
I have no idea what exactly causes the problem. Paul, can you have a look?
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824)
2017-08-24 22:19 ` next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824) Arnd Bergmann
@ 2017-08-25 11:16 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2017-08-25 11:16 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Paul Burton, Kernel Build Reports Mailman List, kernelci.org bot,
open list:RALINK MIPS ARCHITECTURE
On Fri, Aug 25, 2017 at 12:19:17AM +0200, Arnd Bergmann wrote:
> On Thu, Aug 24, 2017 at 12:01 PM, kernelci.org bot <bot@kernelci.org> wrote:
> >
> > next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824)
> > Full Build Summary: https://kernelci.org/build/next/branch/master/kernel/next-20170824/
> > Tree: next
> > Branch: master
> > Git Describe: next-20170824
> > Git Commit: 9506597de2cde02d48c11d5c250250b9143f59f7
> > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> > Built: 4 unique architectures
> >
> > Build Failures Detected:
> >
> > mips: gcc version 6.3.0 (GCC)
> > cavium_octeon_defconfig FAIL
> > decstation_defconfig FAIL
> > jmr3927_defconfig FAIL
>
> We currently get three build failures on linux-next, all on MIPS, and
> caused by the same patch series from Paul Burton if I read this right:
>
> > cavium_octeon_defconfig (mips) — FAIL, 378 errors, 0 warnings, 0 section mismatches
> >
> > Errors:
> > arch/mips/kernel/octeon_switch.S:19: Error: unrecognized opcode `leaf(resume)'
> > arch/mips/kernel/octeon_switch.S:21: Error: invalid operands `mfc0 t1,CP0_STATUS'
> > arch/mips/kernel/octeon_switch.S:22: Error: unrecognized opcode `long_s t1,THREAD_STATUS(a0)'
> > arch/mips/kernel/octeon_switch.S:23: Error: unrecognized opcode `cpu_save_nonscratch a0'
> > ...
>
> Apparently caused by dc2dd0508e19 ("MIPS: Move r4k FP code from
> r4k_switch.S to r4k_fpu.S")
>
> > decstation_defconfig (mips) — FAIL, 3 errors, 0 warnings, 0 section mismatches
> >
> > Errors:
> > arch/mips/kernel/r2300_fpu.S:40: Error: unrecognized opcode `export_symbol(_save_fp)'
> > arch/mips/kernel/r2300_fpu.S:41: Error: unrecognized opcode `fpu_save_single $4,$9'
> > arch/mips/kernel/r2300_fpu.S:49: Error: unrecognized opcode `fpu_restore_single $4,$9'
>
> Same for jmr3927_defconfig, both caused by 4e967a53718f ("MIPS: Move r2300
> FP code from r2300_switch.S to r2300_fpu.S").
>
> I have no idea what exactly causes the problem. Paul, can you have a look?
My name may not be Paul but I fixed it anyway :)
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-25 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <599ea3e4.b785df0a.aff31.4380@mx.google.com>
2017-08-24 22:19 ` next/master build: 212 builds: 3 failed, 209 passed, 384 errors, 58 warnings (next-20170824) Arnd Bergmann
2017-08-25 11:16 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.