lkml.org 
[lkml]   [2016]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.
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':
>> 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
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2016-01-31 02:41    [W:1.418 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site