From: Guenter Roeck <linux@roeck-us.net>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: stable <stable@vger.kernel.org>
Subject: Re: Build errors in v3.2-stable-queue
Date: Sun, 31 Jul 2016 10:34:30 -0700 [thread overview]
Message-ID: <579E36A6.5070204@roeck-us.net> (raw)
In-Reply-To: <1469906300.4176.113.camel@decadent.org.uk>
On 07/30/2016 12:18 PM, Ben Hutchings wrote:
> On Thu, 2016-07-28 at 20:58 -0700, Guenter Roeck wrote:
>> alpha:defconfig:
>>
>> arch/alpha/kernel/io.c:620:15: error: redefinition of ‘ioport_map’
>> void __iomem *ioport_map(unsigned long port, unsigned int size)
>> ^
>> In file included from arch/alpha/kernel/io.c:9:0:
>> /opt/buildbot/slave/qemu-3.2/build/arch/alpha/include/asm/io.h:277:29: note: previous definition of ‘ioport_map’ was here
>>
>> arch/alpha/kernel/io.c:625:6: error: redefinition of ‘ioport_unmap’
>
> This is due to a compiler change, not a code change. It seems to still
> be broken upstream, as well.
>
Hmm.... You are right, I switched compilers because building alpha in 3.16 failed
with a kallsyms error when using gcc 4.8.3 (or 4.6.3). Oh well.
I switched back to using gcc 4.8.3 for 3.2 and 3.4.
>> mips:malta_defconfig:
>>
>> CC arch/mips/kernel/asm-offsets.s
>> In file included from include/linux/mm.h:43:0,
>> from arch/mips/kernel/asm-offsets.c:14:
>> /opt/buildbot/slave/qemu-3.2/build/arch/mips/include/asm/pgtable.h: In function 'set_pte':
>> /opt/buildbot/slave/qemu-3.2/build/arch/mips/include/asm/pgtable.h:193:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL'
>> /opt/buildbot/slave/qemu-3.2/build/./Kbuild:81: recipe for target 'arch/mips/kernel/asm-offsets.s' failed
>> make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1
>
> OK, I see how to fix that.
>
Now I get a crash with the nosmp qemu test, and
{standard input}: Assembler messages:
{standard input}:343: Error: Unrecognized opcode `ll$4, 0($3)'
{standard input}:346: Error: Unrecognized opcode `sc$4, 0($3)'
scripts/Makefile.build:305: recipe for target 'arch/mips/mm/ioremap.o' failed
make[2]: *** [arch/mips/mm/ioremap.o] Error 1
make[2]: *** Waiting for unfinished jobs....
when building mips:malta_defconfig. Bisect points to
'MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WAR'.
for the build error.
Guenter
next prev parent reply other threads:[~2016-07-31 17:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-29 3:58 Build errors in v3.2-stable-queue Guenter Roeck
2016-07-30 19:18 ` Ben Hutchings
2016-07-31 17:34 ` Guenter Roeck [this message]
2016-08-05 23:26 ` Ben Hutchings
2016-08-06 1:00 ` Guenter Roeck
2016-08-06 2:40 ` Guenter Roeck
2016-08-06 10:48 ` Ben Hutchings
2016-08-06 14:36 ` Guenter Roeck
2016-08-06 15:20 ` Ben Hutchings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=579E36A6.5070204@roeck-us.net \
--to=linux@roeck-us.net \
--cc=ben@decadent.org.uk \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.