Re: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.
From: kbuild test robot <hidden>
Date: 2016-01-31 01:31:51
Also in:
linux-rdma, lkml
Attachments
- .config.gz [application/octet-stream] 52817 bytes
From: kbuild test robot <hidden>
Date: 2016-01-31 01:31:51
Also in:
linux-rdma, lkml
Hi Parav, [auto build test ERROR on cgroup/for-next] [also build test ERROR on v4.5-rc1 next-20160129] [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/20160131-063313 base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next config: i386-allyesconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): kernel/cgroup_rdma.c: In function 'find_cg_rpool_locked':
quoted
kernel/cgroup_rdma.c:179:84: error: invalid type argument of '->' (have 'spinlock_t {aka struct spinlock}')
vim +179 kernel/cgroup_rdma.c
173 struct rdmacg_device *device,
174 enum rdmacg_resource_pool_type type)
175
176 {
177 struct cg_resource_pool *pool;
178
> 179 lockdep_assert_held(cg->rpool_list_lock);
180
181 list_for_each_entry(pool, &cg->rpool_head, cg_list)
182 if (pool->device == device && pool->type == type)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation