From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:52851 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbcHFXnE (ORCPT ); Sat, 6 Aug 2016 19:43:04 -0400 Subject: Re: Build errors in v3.16.y-stable-queue To: Ben Hutchings , stable References: <579AD04E.6010205@roeck-us.net> <1469908997.4176.114.camel@decadent.org.uk> <579E2266.4040202@roeck-us.net> <1470440182.4189.10.camel@decadent.org.uk> From: Guenter Roeck Message-ID: <57A54466.6010404@roeck-us.net> Date: Fri, 5 Aug 2016 18:59:02 -0700 MIME-Version: 1.0 In-Reply-To: <1470440182.4189.10.camel@decadent.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Ben, On 08/05/2016 04:36 PM, Ben Hutchings wrote: [ ... ] >> >> Building m68k:sun3_defconfig ... failed >> -------------- >> Error log: >> >> Inconsistent kallsyms data >> Try make KALLSYMS_EXTRA_PASS=1 as a workaround >> >> No idea if that is compiler related. > > I don't know, but there are no patches to arch/m68k. > Still seen. I'll try to find a more recent toolchain. >> >> Building mips:defconfig ... failed >> -------------- >> Error log: >> In file included from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/cpu-probe.c:27:0: >> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h: In function 'read_msa_ir': >> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h:140:1: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS' >> >> Lots of those, all mips builds affected. > > Seems to be caused by "MIPS: Fix little endian microMIPS MSA encodings" > which I've now dropped. > Current failure: Building mips:nlm_xlp_defconfig ... failed Building mips:cavium_octeon_defconfig ... failed Building mips:malta_defconfig ... failed -------------- Error log: In file included from /opt/buildbot/slave/stable-queue-3.16/build/include/linux/mm.h:51:0, from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/asm-offsets.c:14: /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h: In function 'set_pte': /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h:192:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL' " .set "MIPS_ISA_ARCH_LEVEL" \n" ^ make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1 Guenter