Re: [PATCH 12/12] iser-target: Use ib_drain_qp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Sagi,

[auto build test ERROR on target/master]
[also build test ERROR on v4.5-rc5 next-20160224]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Sagi-Grimberg/iser-target-patches-for-4-6/20160225-012959
base:   https://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
config: sparc64-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   drivers/infiniband/ulp/isert/ib_isert.c: In function 'isert_disconnected_handler':
>> drivers/infiniband/ulp/isert/ib_isert.c:889:3: error: implicit declaration of function 'ib_drain_qp' [-Werror=implicit-function-declaration]
      ib_drain_qp(isert_conn->qp);
      ^
   cc1: some warnings being treated as errors

vim +/ib_drain_qp +889 drivers/infiniband/ulp/isert/ib_isert.c

   883		mutex_lock(&isert_conn->mutex);
   884		switch (isert_conn->state) {
   885		case ISER_CONN_TERMINATING:
   886			break;
   887		case ISER_CONN_UP:
   888			isert_conn_terminate(isert_conn);
 > 889			ib_drain_qp(isert_conn->qp);
   890			isert_handle_unbound_conn(isert_conn);
   891			break;
   892		case ISER_CONN_BOUND:

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux