Hi Parav, [auto build test ERROR on rdma/master] [also build test ERROR on v4.5-rc6 next-20160301] [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/Parav-Pandit/rdmacg-IB-core-rdma-controller-support/20160301-223149 base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma master config: xtensa-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=xtensa All errors (new ones prefixed by >>): drivers/infiniband/core/uverbs_cmd.c: In function 'ib_uverbs_query_device': >> drivers/infiniband/core/uverbs_cmd.c:470:2: error: too few arguments to function 'ib_rdmacg_query_limit' ib_rdmacg_query_limit(ib_dev, limits); ^ In file included from drivers/infiniband/core/uverbs_cmd.c:44:0: drivers/infiniband/core/core_priv.h:140:6: note: declared here void ib_rdmacg_query_limit(struct ib_device *device, ^ drivers/infiniband/core/uverbs_cmd.c: In function 'ib_uverbs_ex_query_device': drivers/infiniband/core/uverbs_cmd.c:3721:2: error: too few arguments to function 'ib_rdmacg_query_limit' ib_rdmacg_query_limit(ib_dev, limits); ^ In file included from drivers/infiniband/core/uverbs_cmd.c:44:0: drivers/infiniband/core/core_priv.h:140:6: note: declared here void ib_rdmacg_query_limit(struct ib_device *device, ^ vim +/ib_rdmacg_query_limit +470 drivers/infiniband/core/uverbs_cmd.c 464 if (out_len < sizeof resp) 465 return -ENOSPC; 466 467 if (copy_from_user(&cmd, buf, sizeof cmd)) 468 return -EFAULT; 469 > 470 ib_rdmacg_query_limit(ib_dev, limits); 471 472 memset(&resp, 0, sizeof resp); 473 copy_query_dev_fields(file, ib_dev, &resp, &ib_dev->attrs, limits); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data