From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751767AbbHSAFl (ORCPT ); Tue, 18 Aug 2015 20:05:41 -0400 Received: from ozlabs.org ([103.22.144.67]:39892 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777AbbHSAFj (ORCPT ); Tue, 18 Aug 2015 20:05:39 -0400 Date: Wed, 19 Aug 2015 10:05:36 +1000 From: Stephen Rothwell To: Trond Myklebust Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chuck Lever , Anna Schumaker , Christoph Hellwig , Greg KH , Oleg Drokin , Andreas Dilger , Subject: Re: linux-next: build failure after merge of the nfs tree Message-ID: <20150819100536.5b4d1ae6@canb.auug.org.au> In-Reply-To: <20150818105634.5be18a1c@canb.auug.org.au> References: <20150818105634.5be18a1c@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: linux-next: build failure after merge of the nfs tree Date: Wed, 19 Aug 2015 10:05:36 +1000 Message-ID: <20150819100536.5b4d1ae6@canb.auug.org.au> References: <20150818105634.5be18a1c@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:39892 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777AbbHSAFj (ORCPT ); Tue, 18 Aug 2015 20:05:39 -0400 In-Reply-To: <20150818105634.5be18a1c@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Trond Myklebust Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Chuck Lever , Anna Schumaker , Christoph Hellwig , Greg KH , Oleg Drokin , Andreas Dilger , HPDD-discuss@lists.01.org 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). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au