From: kbuild test robot <lkp@intel.com>
To: Parav Pandit <pandit.parav@gmail.com>
Cc: kbuild-all@01.org, cgroups@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rdma@vger.kernel.org, tj@kernel.org, lizefan@huawei.com,
hannes@cmpxchg.org, dledford@redhat.com, liranl@mellanox.com,
sean.hefty@intel.com, jgunthorpe@obsidianresearch.com,
haggaie@mellanox.com, corbet@lwn.net, james.l.morris@oracle.com,
serge@hallyn.com, ogerlitz@mellanox.com, matanb@mellanox.com,
raindel@mellanox.com, akpm@linux-foundation.org,
linux-security-module@vger.kernel.org, pandit.parav@gmail.com
Subject: Re: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.
Date: Sun, 31 Jan 2016 09:30:28 +0800 [thread overview]
Message-ID: <201601310935.5WK5s4Az%fengguang.wu@intel.com> (raw)
In-Reply-To: <1454192901-31003-2-git-send-email-pandit.parav@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]
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
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 52817 bytes --]
next prev parent reply other threads:[~2016-01-31 1:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 22:28 [PATCHv4 0/3] rdmacg: IB/core: rdma controller support Parav Pandit
2016-01-30 22:28 ` [PATCHv4 1/3] rdmacg: Added rdma cgroup controller Parav Pandit
2016-01-31 0:19 ` kbuild test robot
2016-01-31 0:37 ` kbuild test robot
2016-01-31 0:37 ` [PATCH] rdmacg: fix semicolon.cocci warnings kbuild test robot
2016-01-31 1:30 ` kbuild test robot [this message]
2016-01-30 22:28 ` [PATCHv4 2/3] IB/core: added support to use rdma cgroup controller Parav Pandit
2016-01-31 1:17 ` kbuild test robot
2016-01-30 22:28 ` [PATCHv4 3/3] rdmacg: Added documentation for rdma controller Parav Pandit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201601310935.5WK5s4Az%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=corbet@lwn.net \
--cc=dledford@redhat.com \
--cc=haggaie@mellanox.com \
--cc=hannes@cmpxchg.org \
--cc=james.l.morris@oracle.com \
--cc=jgunthorpe@obsidianresearch.com \
--cc=kbuild-all@01.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=liranl@mellanox.com \
--cc=lizefan@huawei.com \
--cc=matanb@mellanox.com \
--cc=ogerlitz@mellanox.com \
--cc=pandit.parav@gmail.com \
--cc=raindel@mellanox.com \
--cc=sean.hefty@intel.com \
--cc=serge@hallyn.com \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox