From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034502AbdDUB7j (ORCPT ); Thu, 20 Apr 2017 21:59:39 -0400 Received: from smtprelay0208.hostedemail.com ([216.40.44.208]:47577 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1034359AbdDUB7O (ORCPT ); Thu, 20 Apr 2017 21:59:14 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3653:3865:3866:3867:3870:3874:4250:4321:4605:5007:6117:7903:10004:10400:10848:11232:11658:11914:12043:12050:12296:12438:12555:12740:12760:12895:12986:13069:13311:13357:13439:13548:14096:14097:14180:14659:14721:21060:21080:21220:21365:21433:21451:30054:30060:30091,0,RBL:error,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:error,Custom_rules:0:0:0,LFtime:2000,LUA_SUMMARY:none X-HE-Tag: cart11_89afd155ab74f X-Filterd-Recvd-Size: 2197 Message-ID: <1492739935.30293.20.camel@perches.com> Subject: Re: linux-next: build failure after merge of the rdma tree From: Joe Perches To: Stephen Rothwell , Doug Ledford Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Steve Wise In-Reply-To: <20170421114216.7878bee4@canb.auug.org.au> References: <20170421114216.7878bee4@canb.auug.org.au> Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 20 Apr 2017 18:58:55 -0700 Mime-Version: 1.0 X-Mailer: Evolution 3.22.6-1ubuntu1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-04-21 at 11:42 +1000, Stephen Rothwell wrote: > Hi Doug, > > After merging the rdma tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/infiniband/hw/cxgb4/cm.c: In function 'send_connect': > drivers/infiniband/hw/cxgb4/cm.c:830:5: error: implicit declaration of function 'PDBG' [-Werror=implicit-function-declaration] > PDBG("%s snd_isn %u\n", __func__, t6req->rsvd); > ^ > > Caused by commit > > a9a42886d0b3 ("cxgb4: Convert PDBG to pr_debug") > > I have used the rdma tree from next-20170420 for today. > > There was another PDBG() missed in that file as well. Pretty sure there were crossing commits adding PDBG() as the original patches were written against next-20170209 >>From my tree: $ git log --pretty=oneline -5 747edc68212781296de30dd2b4e63711240da7a9 747edc68212781296de30dd2b4e63711240da7a9 cxgb4: Convert PDBG to pr_debug d054cd530aeef452c7c252504f7d4d6ebba31ae3 cxgb4: Use more common logging style 41a74ceecd35cf2f38e2a1a1a394c7718547deb6 cxgb3: Convert PDBG to pr_debug 15772862930dfd2f2e10574b86c063d781976a89 cxgb3: Use more common logging style 9f7e70ff42dbf3af7ed0699906b699c41930b265 Add linux-next specific files for 20170209 $ git grep -w PDBG 747edc68212781296de30dd2b4e63711240da7a9 $