Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751602AbbHSAPh (ORCPT ); Tue, 18 Aug 2015 20:15:37 -0400 Received: from mga01.intel.com ([192.55.52.88]:25274 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbbHSAPf convert rfc822-to-8bit (ORCPT ); Tue, 18 Aug 2015 20:15:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,705,1432623600"; d="scan'208";a="786702185" From: "Drokin, Oleg" To: Stephen Rothwell CC: Trond Myklebust , "" , "" , Chuck Lever , Anna Schumaker , Christoph Hellwig , Greg KH , "Dilger, Andreas" , "" Subject: Re: linux-next: build failure after merge of the nfs tree Thread-Topic: linux-next: build failure after merge of the nfs tree Thread-Index: AQHQ2hLPs3kAI7pcQ0G+LCqHAMuRXJ4S6YKA Date: Wed, 19 Aug 2015 00:15:29 +0000 Message-ID: <7CEC804B-154C-43DF-AA78-7C8D275F69A0@intel.com> References: <20150818105634.5be18a1c@canb.auug.org.au> <20150819100536.5b4d1ae6@canb.auug.org.au> In-Reply-To: <20150819100536.5b4d1ae6@canb.auug.org.au> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.202.32] Content-Type: text/plain; charset="us-ascii" Content-ID: <97A13DB5A20260488A6DF6569E3ADCE9@intel.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1839 Lines: 44 Hello! On Aug 18, 2015, at 8:05 PM, Stephen Rothwell wrote: > Hi Trond, > > On Tue, 18 Aug 2015 10:56:34 +1000 Stephen Rothwell wrote: >> >> After merging the nfs tree, today's linux-next build (x86_64 allmodconfig) >> failed like this: >> >> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c: In function 'kiblnd_pmr_pool_map': >> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:1828:2: error: implicit declaration of function 'ib_reg_phys_mr' [-Werror=implicit-function-declaration] >> pmr->pmr_mr = ib_reg_phys_mr(hdev->ibh_pd, >> ^ >> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:1828:14: warning: assignment makes pointer from integer without a cast >> pmr->pmr_mr = ib_reg_phys_mr(hdev->ibh_pd, >> ^ >> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c: In function 'kiblnd_hdev_setup_mrs': >> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:2380:6: warning: assignment makes pointer from integer without a cast >> mr = ib_reg_phys_mr(hdev->ibh_pd, &ipb, 1, acflags, &iova); >> ^ >> >> Caused by commit >> >> 1241d7bf2ac8 ("core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs") >> >> which noted this build failure would occur :-( >> >> Since this commit is self comtained, I have reverted it until someone >> provides a fix for the lustre code. > > Today, I will disable lustre (from staging) instead (thanks to > Christoph for reminding me of this policy). We have a patch for that, actually. I'll try to build it against your tree and submit it afterwards (will take a bit of time). Bye, Oleg-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/