Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1209556

Re: linux-next: build failure after merge of the nfs tree

From Stephen Rothwell <sfr@canb.auug.org.au>
Newsgroups linux.kernel
Subject Re: linux-next: build failure after merge of the nfs tree
Date 2015-08-19 02:10 +0200
Message-ID <pYZ73-5XK-1@gated-at.bofh.it> (permalink)
References <pYDpT-7eG-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Trond,

On Tue, 18 Aug 2015 10:56:34 +1000 Stephen Rothwell <sfr@canb.auug.org.au> 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
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

linux-next: build failure after merge of the nfs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-18 03:00 +0200
  Re: linux-next: build failure after merge of the nfs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-19 02:10 +0200
    Re: linux-next: build failure after merge of the nfs tree "Drokin, Oleg" <oleg.drokin@intel.com> - 2015-08-19 02:20 +0200
    [PATCH] staging/lustre/o2iblnd: remove references to ib_reg_phsy_mr() green@linuxhacker.ru - 2015-08-19 03:10 +0200
      Re: [PATCH] staging/lustre/o2iblnd: remove references to  ib_reg_phsy_mr() Greg KH <greg@kroah.com> - 2015-08-19 05:00 +0200
  Re: linux-next: build failure after merge of the nfs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-24 01:20 +0200
    Re: linux-next: build failure after merge of the nfs tree Trond Myklebust <trond.myklebust@fys.uio.no> - 2015-08-24 16:20 +0200
      Re: linux-next: build failure after merge of the nfs tree Oleg Drokin <green@linuxhacker.ru> - 2015-08-24 16:50 +0200

csiph-web