From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbdBMEhy (ORCPT ); Sun, 12 Feb 2017 23:37:54 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:34254 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751433AbdBMEhw (ORCPT ); Sun, 12 Feb 2017 23:37:52 -0500 Date: Sun, 12 Feb 2017 20:37:48 -0800 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Paul McKenney , David Miller , Networking , linux-next@vger.kernel.org, LKML , Ursula Braun Subject: Re: linux-next: build failure after merge of the rcu tree Reply-To: paulmck@linux.vnet.ibm.com References: <20170119143445.6b65dc8b@canb.auug.org.au> <20170213132133.3795849e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170213132133.3795849e@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17021304-0016-0000-0000-00000625322F X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006606; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000203; SDB=6.00821162; UDB=6.00401584; IPR=6.00598619; BA=6.00005131; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014260; XFM=3.00000011; UTC=2017-02-13 04:37:48 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17021304-0017-0000-0000-000037566CF4 Message-Id: <20170213043748.GA30506@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-13_02:,, 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-1612050000 definitions=main-1702130046 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 13, 2017 at 01:21:33PM +1100, Stephen Rothwell wrote: > Hi Paul, > > On Thu, 19 Jan 2017 13:54:37 -0800 Paul McKenney wrote: > > > > On Wed, Jan 18, 2017 at 7:34 PM, Stephen Rothwell wrote: > > > Hi Paul, > > > > > > After merging the rcu tree, today's linux-next build (x86_64 allmodconfig) > > > failed like this: > > > > > > net/smc/af_smc.c:102:16: error: 'SLAB_DESTROY_BY_RCU' undeclared here (not in a function) > > > .slab_flags = SLAB_DESTROY_BY_RCU, > > > ^ > > > > > > Caused by commit > > > > > > c7a545924ca1 ("mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU") > > > > > > interacting with commit > > > > > > ac7138746e14 ("smc: establish new socket family") > > > > > > from the net-next tree. > > > > > > I have applied the following merge fix patch (someone will need to > > > remember to mention this to Linus): > > > > Thank you, Stephen! I expect that there might be a bit more > > bikeshedding on the name, but here is hoping... :-/ > > The need for this merge fix patch has gone away today. Is that a > permanent situation, or will it come back? I chickened out on that commit for this merge window, so it will come back at -rc1. But I will cover that when I rebase to -rc1. Thanx, Paul