Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Long Li <longli@exchange.microsoft.com>
Cc: kbuild-all@01.org, Steve French <sfrench@samba.org>,
	linux-cifs@vger.kernel.org, samba-technical@lists.samba.org,
	linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org,
	Christoph Hellwig <hch@infradead.org>,
	Tom Talpey <ttalpey@microsoft.com>,
	Matthew Wilcox <mawilcox@microsoft.com>,
	Long Li <longli@microsoft.com>
Subject: Re: [Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration
Date: Wed, 4 Oct 2017 22:08:54 +0800	[thread overview]
Message-ID: <201710042221.Sb8eP8OT%fengguang.wu@intel.com> (raw)
In-Reply-To: <20171002023030.3582-18-longli@exchange.microsoft.com>

[-- Attachment #1: Type: text/plain, Size: 3278 bytes --]

Hi Long,

[auto build test ERROR on cifs/for-next]
[also build test ERROR on v4.14-rc3 next-20170929]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Long-Li/CIFS-Implement-SMBDirect/20171004-165915
base:   git://git.samba.org/sfrench/cifs-2.6.git for-next
config: x86_64-acpi-redef (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs/cifs/smbdirect.o: In function `smbd_qp_async_error_upcall':
   smbdirect.c:(.text+0xb2f): undefined reference to `ib_event_msg'
   fs/cifs/smbdirect.o: In function `smbd_mr_recovery_work':
>> smbdirect.c:(.text+0xca4): undefined reference to `ib_dereg_mr'
>> smbdirect.c:(.text+0xce7): undefined reference to `ib_alloc_mr'
   fs/cifs/smbdirect.o: In function `smbd_disconnect_rdma_work':
   smbdirect.c:(.text+0xed0): undefined reference to `rdma_disconnect'
   fs/cifs/smbdirect.o: In function `smbd_destroy_rdma_work':
   smbdirect.c:(.text+0x1625): undefined reference to `ib_drain_qp'
   smbdirect.c:(.text+0x1631): undefined reference to `rdma_destroy_qp'
   smbdirect.c:(.text+0x19de): undefined reference to `ib_dereg_mr'
   smbdirect.c:(.text+0x1b65): undefined reference to `ib_free_cq'
   smbdirect.c:(.text+0x1b71): undefined reference to `ib_free_cq'
   smbdirect.c:(.text+0x1b7d): undefined reference to `ib_dealloc_pd'
   smbdirect.c:(.text+0x1b89): undefined reference to `rdma_destroy_id'
   fs/cifs/smbdirect.o: In function `_smbd_get_connection':
   smbdirect.c:(.text+0x1f86): undefined reference to `rdma_create_id'
   smbdirect.c:(.text+0x2008): undefined reference to `rdma_resolve_addr'
   smbdirect.c:(.text+0x2075): undefined reference to `rdma_resolve_route'
   smbdirect.c:(.text+0x20d6): undefined reference to `rdma_destroy_id'
   smbdirect.c:(.text+0x214c): undefined reference to `__ib_alloc_pd'
   smbdirect.c:(.text+0x217e): undefined reference to `rdma_destroy_id'
   smbdirect.c:(.text+0x22d7): undefined reference to `ib_alloc_cq'
   smbdirect.c:(.text+0x2313): undefined reference to `ib_alloc_cq'
   smbdirect.c:(.text+0x23a8): undefined reference to `rdma_create_qp'
   smbdirect.c:(.text+0x2521): undefined reference to `rdma_connect'
   smbdirect.c:(.text+0x3003): undefined reference to `rdma_destroy_qp'
   smbdirect.c:(.text+0x3014): undefined reference to `ib_free_cq'
   smbdirect.c:(.text+0x3025): undefined reference to `ib_free_cq'
   smbdirect.c:(.text+0x302e): undefined reference to `ib_dealloc_pd'
   smbdirect.c:(.text+0x3037): undefined reference to `rdma_destroy_id'
   smbdirect.c:(.text+0x31b4): undefined reference to `rdma_disconnect'
   smbdirect.c:(.text+0x32c6): undefined reference to `ib_alloc_mr'
   smbdirect.c:(.text+0x3341): undefined reference to `ib_dereg_mr'
   smbdirect.c:(.text+0x3410): undefined reference to `ib_dereg_mr'
   fs/cifs/smbdirect.o: In function `smbd_register_mr':
>> smbdirect.c:(.text+0x45e8): undefined reference to `ib_map_mr_sg'

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30455 bytes --]

  reply	other threads:[~2017-10-04 14:08 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-02  2:30 [Patch v4 00/22] CIFS: Implement SMBDirect Long Li
2017-10-02  2:30 ` [Patch v4 01/22] CIFS: SMBD: Add SMBDirect protocol initial values and constants Long Li
2017-10-02  2:30 ` [Patch v4 02/22] CIFS: SMBD: Establish SMBDirect connection Long Li
     [not found]   ` <20171002023030.3582-3-longli-Lp/cVzEoVyZiJJESP9tAQJZ3qXmFLfmx@public.gmane.org>
2017-10-04 11:01     ` kbuild test robot
2017-10-02  2:30 ` [Patch v4 03/22] CIFS: SMBD: export protocol initial values Long Li
2017-10-02  2:30 ` [Patch v4 04/22] CIFS: SMBD: Add rdma mount option Long Li
     [not found] ` <20171002023030.3582-1-longli-Lp/cVzEoVyZiJJESP9tAQJZ3qXmFLfmx@public.gmane.org>
2017-10-02  2:30   ` [Patch v4 05/22] CIFS: SMBD: Implement function to create a SMBDirect connection Long Li
2017-10-02  2:30   ` [Patch v4 06/22] CIFS: SMBD: Upper layer connects to SMBDirect session Long Li
2017-10-02  2:30   ` [Patch v4 07/22] CIFS: SMBD: Implement function to reconnect to a SMBDirect transport Long Li
2017-10-02  2:30   ` [Patch v4 10/22] CIFS: SMBD: Upper layer destroys SMBDirect session on shutdown or umount Long Li
2017-10-02  2:30   ` [Patch v4 13/22] CIFS: SMBD: Upper layer receives data via RDMA receive Long Li
2017-10-02  2:30   ` [Patch v4 18/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration Long Li
2017-10-02  2:30   ` [Patch v4 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write " Long Li
2017-10-02  2:30 ` [Patch v4 08/22] CIFS: SMBD: Upper layer reconnects to SMBDirect session Long Li
2017-10-02  2:30 ` [Patch v4 09/22] CIFS: SMBD: Implement function to destroy a SMBDirect connection Long Li
2017-10-02  2:30 ` [Patch v4 11/22] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O Long Li
2017-10-02  2:30 ` [Patch v4 12/22] CIFS: SMBD: Implement function to receive data via RDMA receive Long Li
     [not found]   ` <20171002023030.3582-13-longli-Lp/cVzEoVyZiJJESP9tAQJZ3qXmFLfmx@public.gmane.org>
2017-10-04  9:43     ` kbuild test robot
2017-10-02  2:30 ` [Patch v4 14/22] CIFS: SMBD: Implement function to send data via RDMA send Long Li
     [not found]   ` <20171002023030.3582-15-longli-Lp/cVzEoVyZiJJESP9tAQJZ3qXmFLfmx@public.gmane.org>
2017-10-04  9:43     ` kbuild test robot
2017-10-04 10:05     ` kbuild test robot
2017-10-02  2:30 ` [Patch v4 15/22] CIFS: SMBD: Upper layer sends " Long Li
2017-10-02  2:30 ` [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE Long Li
     [not found]   ` <20171002023030.3582-17-longli-Lp/cVzEoVyZiJJESP9tAQJZ3qXmFLfmx@public.gmane.org>
2017-10-04 22:07     ` Steve French
2017-10-02  2:30 ` [Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration Long Li
2017-10-04 14:08   ` kbuild test robot [this message]
2017-10-02  2:30 ` [Patch v4 19/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req Long Li
2017-10-02  2:30 ` [Patch v4 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O Long Li
2017-10-02  2:30 ` [Patch v4 22/22] CIFS: SMBD: Add SMBDirect debug counters Long Li

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=201710042221.Sb8eP8OT%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=hch@infradead.org \
    --cc=kbuild-all@01.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=longli@exchange.microsoft.com \
    --cc=longli@microsoft.com \
    --cc=mawilcox@microsoft.com \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    --cc=ttalpey@microsoft.com \
    /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