From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8581398890017992344==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH bpf-next v2 4/4] bpf: remove the cgroup -> bpf header dependecy Date: Wed, 15 Dec 2021 13:28:22 +0800 Message-ID: <202112151324.LTeefTnQ-lkp@intel.com> In-Reply-To: <20211215023126.659200-5-kuba@kernel.org> List-Id: --===============8581398890017992344== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Jakub, I love your patch! Yet something to improve: [auto build test ERROR on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Jakub-Kicinski/bpf-remove-= the-cgroup-bpf-header-dependecy/20211215-103243 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git ma= ster config: nds32-allnoconfig (https://download.01.org/0day-ci/archive/20211215= /202112151324.LTeefTnQ-lkp(a)intel.com/config) compiler: nds32le-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/09a6dd8be59ad147fccc06cec= 41a89cca25fb5da git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jakub-Kicinski/bpf-remove-the-cgro= up-bpf-header-dependecy/20211215-103243 git checkout 09a6dd8be59ad147fccc06cec41a89cca25fb5da # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dnds32 SHELL=3D/bin/bash drivers/of/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/cgroup-defs.h:22, from include/linux/cgroup.h:28, from include/linux/memcontrol.h:13, from include/linux/swap.h:9, from include/linux/suspend.h:5, from include/linux/regulator/consumer.h:35, from include/linux/amba/bus.h:19, from drivers/of/platform.c:14: >> include/linux/bpf-cgroup.h:6:10: fatal error: linux/bpf-link.h: No such = file or directory 6 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. vim +6 include/linux/bpf-cgroup.h 4 = 5 #include > 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============8581398890017992344==--