From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751347AbdH1Ruk (ORCPT ); Mon, 28 Aug 2017 13:50:40 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:57664 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751213AbdH1Ruj (ORCPT ); Mon, 28 Aug 2017 13:50:39 -0400 Date: Mon, 28 Aug 2017 10:50:51 -0700 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Mathieu Desnoyers Subject: Re: linux-next: build failure after merge of the rcu tree Reply-To: paulmck@linux.vnet.ibm.com References: <20170828142548.6c929298@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828142548.6c929298@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17082817-0036-0000-0000-000002601969 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007628; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000226; SDB=6.00908899; UDB=6.00455772; IPR=6.00689151; BA=6.00005557; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016903; XFM=3.00000015; UTC=2017-08-28 17:50:37 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17082817-0037-0000-0000-000041958ED2 Message-Id: <20170828175051.GX11320@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-28_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708280283 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 28, 2017 at 02:25:48PM +1000, Stephen Rothwell wrote: > Hi Paul, > > After merging the rcu tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > In file included from arch/arm/kernel/asm-offsets.c:14:0: > include/linux/sched.h: In function 'membarrier_sched_out': > include/linux/sched.h:1680:3: error: implicit declaration of function 'sync_core' [-Werror=implicit-function-declaration] > sync_core(); > ^ > > Caused by commit > > 0d6eb99818da ("membarrier: Provide register sync core cmd") > > I have used the rcu tree from next-20170825 for today. I have dropped this, and will likely re-add with the facility provided or with an ARCH_ kconfig option. Sorry for the hassle! Thanx, Paul