From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [Patch v2 1/2] cgroup: SVM: Add Encryption ID controller
Date: Wed, 09 Dec 2020 12:43:27 +0800 [thread overview]
Message-ID: <202012091233.Be97rcCw-lkp@intel.com> (raw)
In-Reply-To: <20201208213531.2626955-2-vipinsh@google.com>
[-- Attachment #1: Type: text/plain, Size: 3295 bytes --]
Hi Vipin,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on cgroup/for-next]
[also build test ERROR on linus/master kvm/linux-next v5.10-rc7 next-20201208]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Vipin-Sharma/cgroup-KVM-New-Encryption-IDs-cgroup-controller/20201209-054144
base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next
config: powerpc-mgcoge_defconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/5d4d9e81e4a44b0765f4ea7204176d6089f76be4
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Vipin-Sharma/cgroup-KVM-New-Encryption-IDs-cgroup-controller/20201209-054144
git checkout 5d4d9e81e4a44b0765f4ea7204176d6089f76be4
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from include/linux/kvm_host.h:30,
from arch/powerpc/include/asm/kvm_ppc.h:19,
from arch/powerpc/include/asm/dbell.h:17,
from arch/powerpc/kernel/asm-offsets.c:38:
>> include/linux/encryption_ids_cgroup.h:40:29: error: field 'css' has incomplete type
40 | struct cgroup_subsys_state css;
| ^~~
--
In file included from include/linux/kvm_host.h:30,
from arch/powerpc/include/asm/kvm_ppc.h:19,
from arch/powerpc/include/asm/dbell.h:17,
from arch/powerpc/kernel/asm-offsets.c:38:
>> include/linux/encryption_ids_cgroup.h:40:29: error: field 'css' has incomplete type
40 | struct cgroup_subsys_state css;
| ^~~
make[2]: *** [scripts/Makefile.build:117: arch/powerpc/kernel/asm-offsets.s] Error 1
make[2]: Target '__build' not remade because of errors.
make[1]: *** [Makefile:1200: prepare0] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:185: __sub-make] Error 2
make: Target 'prepare' not remade because of errors.
vim +/css +40 include/linux/encryption_ids_cgroup.h
33
34 /**
35 * struct encryption_id_cgroup - Encryption IDs controller's cgroup structure.
36 * @css: cgroup subsys state object.
37 * @ids: Array of encryption IDs resource usage in the cgroup.
38 */
39 struct encryption_id_cgroup {
> 40 struct cgroup_subsys_state css;
41 struct encryption_id_res res[ENCRYPTION_ID_TYPES];
42 };
43
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 15770 bytes --]
next prev parent reply other threads:[~2020-12-09 4:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-08 21:35 [Patch v2 0/2] cgroup: KVM: New Encryption IDs cgroup controller Vipin Sharma
2020-12-08 21:35 ` [Patch v2 1/2] cgroup: SVM: Add Encryption ID controller Vipin Sharma
2020-12-09 4:43 ` kernel test robot [this message]
2020-12-08 21:35 ` [Patch v2 2/2] cgroup: SVM: Encryption IDs cgroup documentation Vipin Sharma
2020-12-09 20:33 ` [Patch v2 0/2] cgroup: KVM: New Encryption IDs cgroup controller Vipin Sharma
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=202012091233.Be97rcCw-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.