Re: [PATCH 09/12] iser-target: Convert to new CQ API

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

 



Hi Christoph,

[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: s390-allmodconfig (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=s390 

Note: the linux-review/Sagi-Grimberg/iser-target-patches-for-4-6/20160225-012959 HEAD 587105db403a346e5e1b003873f189e0d174efe5 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/infiniband/ulp/isert/ib_isert.c: In function 'isert_beacon_done':
>> drivers/infiniband/ulp/isert/ib_isert.c:3231:2: error: too few arguments to function 'isert_print_wc'
     isert_print_wc(wc);
     ^
   drivers/infiniband/ulp/isert/ib_isert.c:1541:1: note: declared here
    isert_print_wc(struct ib_wc *wc, const char *type)
    ^

vim +/isert_print_wc +3231 drivers/infiniband/ulp/isert/ib_isert.c

  3225	
  3226	static void
  3227	isert_beacon_done(struct ib_cq *cq, struct ib_wc *wc)
  3228	{
  3229		struct isert_conn *isert_conn = wc->qp->qp_context;
  3230	
> 3231		isert_print_wc(wc);
  3232	
  3233		isert_info("conn %p completing wait_comp_err\n", isert_conn);
  3234		complete(&isert_conn->wait_comp_err);

---
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