[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b9529d01-ad20-3235-c0af-b3dee17ca521@infradead.org>
Date: Fri, 4 Oct 2019 08:17:45 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
linux-rdma@...r.kernel.org, rds-devel@....oracle.com
Subject: Re: linux-next: Tree for Oct 4 (net/rds/ib)
On 10/3/19 10:59 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20191003:
>
on i386:
../net/rds/ib.c: In function ‘rds_ib_dev_free’:
../net/rds/ib.c:111:3: error: implicit declaration of function ‘dma_pool_destroy’; did you mean ‘mempool_destroy’? [-Werror=implicit-function-declaration]
dma_pool_destroy(rds_ibdev->rid_hdrs_pool);
^~~~~~~~~~~~~~~~
mempool_destroy
../net/rds/ib.c: In function ‘rds_ib_add_one’:
../net/rds/ib.c:187:29: error: implicit declaration of function ‘dma_pool_create’; did you mean ‘mempool_create’? [-Werror=implicit-function-declaration]
rds_ibdev->rid_hdrs_pool = dma_pool_create(device->name,
^~~~~~~~~~~~~~~
mempool_create
../net/rds/ib.c:187:27: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
rds_ibdev->rid_hdrs_pool = dma_pool_create(device->name,
^
--
~Randy
Powered by blists - more mailing lists