lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 31 Jan 2016 09:30:28 +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: [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

Download attachment ".config.gz" of type "application/octet-stream" (52817 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ