From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:60435 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753233AbcGaQIJ (ORCPT ); Sun, 31 Jul 2016 12:08:09 -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> From: Guenter Roeck Message-ID: <579E2266.4040202@roeck-us.net> Date: Sun, 31 Jul 2016 09:08:06 -0700 MIME-Version: 1.0 In-Reply-To: <1469908997.4176.114.camel@decadent.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: On 07/30/2016 01:03 PM, Ben Hutchings wrote: > On Thu, 2016-07-28 at 20:41 -0700, Guenter Roeck wrote: >> Build results: >> total: 139 pass: 8 fail: 131 >> >> include/asm-generic/preempt.h: In function ‘preempt_count’: >> include/asm-generic/preempt.h:10:2: error: implicit declaration of function ‘READ_ONCE’ > > Easily fixed, thanks. > Building arm64:allmodconfig (and defconfig) ... failed -------------- Error log: /opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c: In function ‘c_show’: /opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c:508:8: error: implicit declaration of function ‘MIDR_REVISION’ [-Werror=implicit-function-declaration] MIDR_REVISION(midr), COMPAT_ELF_PLATFORM); 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. 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. Guenter