From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932891AbcGOMIr (ORCPT ); Fri, 15 Jul 2016 08:08:47 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:46816 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932583AbcGOMIn (ORCPT ); Fri, 15 Jul 2016 08:08:43 -0400 Date: Fri, 15 Jul 2016 14:08:37 +0200 From: Sebastian Andrzej Siewior To: Arnd Bergmann , Steven Rostedt Cc: linaro-kernel@lists.linaro.org, Build bot for Mark Brown , kernel-build-reports@lists.linaro.org, linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: v3.14.73-rt77 build: 6 failures 10 warnings (v3.14.73-rt77) Message-ID: <20160715120837.GC11606@linutronix.de> References: <6896332.PzHULJX9vz@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6896332.PzHULJX9vz@wuerfel> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org + Steven * Arnd Bergmann | 2016-07-15 09:42:40 [+0200]: >On Friday, July 15, 2016 5:55:39 AM CEST Build bot for Mark Brown wrote: >> >> arm64-allnoconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] >> >> arm64-allmodconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] >> >> arm-multi_v7_defconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] >> >> arm-allmodconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] >> >> arm-allnoconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] >> >> arm64-defconfig >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration] > >These all started failing yesterday with v3.14.72-rt76, before it was > > v3.14.72-rt75 build: 0 failures 113 warnings (v3.14.72-rt75) > > Arnd Sebastian