Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322384
| From | Parav Pandit <pandit.parav@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv2 2/3] IB/core: added support to use rdma cgroup controller |
| Date | 2016-01-30 16:10 +0100 |
| Message-ID | <qWFjX-56u-15@gated-at.bofh.it> (permalink) |
| References | <qWCcq-24H-17@gated-at.bofh.it> <qWEeg-3Qn-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
I am able to reproduce it.
Spinning v3 for the fix which will be actually in patch_1.
Parav
On Sat, Jan 30, 2016 at 7:27 PM, kbuild test robot <lkp@intel.com> wrote:
> Hi Parav,
>
> [auto build test ERROR on cgroup/for-next]
> [cannot apply to 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/rdma-controller-support/20160130-194534
> base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next
> config: m68k-sun3_defconfig (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=m68k
>
> All errors (new ones prefixed by >>):
>
> In file included from include/rdma/ib_verbs.h:58:0,
> from include/rdma/ib_addr.h:47,
> from include/rdma/rdma_cm.h:39,
> from net/rds/rds.h:7,
> from net/rds/af_rds.c:41:
>>> include/linux/cgroup_rdma.h:19:29: error: field 'css' has incomplete type
> struct cgroup_subsys_state css;
> ^
>
> vim +/css +19 include/linux/cgroup_rdma.h
>
> f74be9d0 Parav Pandit 2016-01-30 13 RDMACG_RESOURCE_POOL_VERB,
> f74be9d0 Parav Pandit 2016-01-30 14 RDMACG_RESOURCE_POOL_HW,
> f74be9d0 Parav Pandit 2016-01-30 15 RDMACG_RESOURCE_POOL_TYPE_MAX,
> f74be9d0 Parav Pandit 2016-01-30 16 };
> f74be9d0 Parav Pandit 2016-01-30 17
> f74be9d0 Parav Pandit 2016-01-30 18 struct rdma_cgroup {
> f74be9d0 Parav Pandit 2016-01-30 @19 struct cgroup_subsys_state css;
> f74be9d0 Parav Pandit 2016-01-30 20
> f74be9d0 Parav Pandit 2016-01-30 21 spinlock_t cg_list_lock; /* protects cgroup resource pool list */
> f74be9d0 Parav Pandit 2016-01-30 22 struct list_head rpool_head; /* head to keep track of all resource
>
> :::::: The code at line 19 was first introduced by commit
> :::::: f74be9d0a094f209c9b8127317d9ce8d2f5dafea rdmacg: Added rdma cgroup controller.
>
> :::::: TO: Parav Pandit <pandit.parav@gmail.com>
> :::::: CC: 0day robot <fengguang.wu@intel.com>
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCHv2 0/3] rdma controller support Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 12:50 +0100
[PATCHv2 1/3] rdmacg: Added rdma cgroup controller. Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 12:50 +0100
[PATCHv2 3/3] rdmacg: Added documentation for rdma controller Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 12:50 +0100
[PATCHv2 2/3] IB/core: added support to use rdma cgroup controller Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 12:50 +0100
Re: [PATCHv2 2/3] IB/core: added support to use rdma cgroup controller kbuild test robot <lkp@intel.com> - 2016-01-30 15:00 +0100
Re: [PATCHv2 2/3] IB/core: added support to use rdma cgroup controller Parav Pandit <pandit.parav@gmail.com> - 2016-01-30 16:10 +0100
csiph-web