From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751474AbbB0F7L (ORCPT ); Fri, 27 Feb 2015 00:59:11 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:46532 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbbB0F7J (ORCPT ); Fri, 27 Feb 2015 00:59:09 -0500 Date: Thu, 26 Feb 2015 21:59:05 -0800 From: "Paul E. McKenney" To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the rcu tree Message-ID: <20150227055905.GG15405@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20150227131856.31dcc340@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150227131856.31dcc340@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15022705-0013-0000-0000-000009122E25 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 01:18:56PM +1100, Stephen Rothwell wrote: > Hi Paul, > > After merging the rcu tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > arch/x86/xen/smp.c: In function 'xen_cpu_up': > arch/x86/xen/smp.c:460:6: error: 'err' undeclared (first use in this function) > if (err) > ^ > > Caused by commit b92c23b083d6 ("x86: Use common > outgoing-CPU-notification code"). > > I have used the rcu tree from next-20150226 for today. Apologies for the hassle! I have fixed this. Thanx, Paul