[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201603012253.wZrjeHBf%fengguang.wu@intel.com>
Date: Tue, 1 Mar 2016 23:00:12 +0800
From: kbuild test robot <lkp@...el.com>
To: Parav Pandit <pandit.parav@...il.com>
Cc: kbuild-all@...org, cgroups@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-rdma@...r.kernel.org, tj@...nel.org, lizefan@...wei.com,
hannes@...xchg.org, dledford@...hat.com, liranl@...lanox.com,
sean.hefty@...el.com, jgunthorpe@...idianresearch.com,
haggaie@...lanox.com, corbet@....net, james.l.morris@...cle.com,
serge@...lyn.com, ogerlitz@...lanox.com, matanb@...lanox.com,
raindel@...lanox.com, akpm@...ux-foundation.org,
linux-security-module@...r.kernel.org, pandit.parav@...il.com
Subject: Re: [PATCHv8 2/3] IB/core: added support to use rdma cgroup
controller
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
Download attachment ".config.gz" of type "application/octet-stream" (44072 bytes)
Powered by blists - more mailing lists