linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com
Subject: Re: linux-next: Tree for Oct 4 (net/rds/ib)
Date: Fri, 4 Oct 2019 08:17:45 -0700	[thread overview]
Message-ID: <b9529d01-ad20-3235-c0af-b3dee17ca521@infradead.org> (raw)
In-Reply-To: <20191004155929.3ac043b5@canb.auug.org.au>

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

      parent reply	other threads:[~2019-10-04 15:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04  5:59 linux-next: Tree for Oct 4 Stephen Rothwell
2019-10-04 14:54 ` linux-next: Tree for Oct 4 (amdgpu) Randy Dunlap
2019-10-04 15:08   ` Alex Deucher
2019-10-04 15:17 ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9529d01-ad20-3235-c0af-b3dee17ca521@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rds-devel@oss.oracle.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).