CC: kbuild-all(a)lists.01.org In-Reply-To: <20210723002747.3668098-1-sdf@google.com> References: <20210723002747.3668098-1-sdf@google.com> TO: Stanislav Fomichev TO: netdev(a)vger.kernel.org TO: bpf(a)vger.kernel.org CC: ast(a)kernel.org CC: daniel(a)iogearbox.net CC: andrii(a)kernel.org CC: Stanislav Fomichev Hi Stanislav, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Stanislav-Fomichev/bpf-increase-supported-cgroup-storage-value-size/20210723-083012 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master :::::: branch date: 10 hours ago :::::: commit date: 10 hours ago config: x86_64-randconfig-b001-20210723 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 9625ca5b602616b2f5584e8a49ba93c52c141e40) 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 # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # apt-get install iwyu # include-what-you-use # https://github.com/0day-ci/linux/commit/137ee089a79dff33cbaa40509b43a9f820df4524 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Stanislav-Fomichev/bpf-increase-supported-cgroup-storage-value-size/20210723-083012 git checkout 137ee089a79dff33cbaa40509b43a9f820df4524 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash kernel/bpf/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot iwyu warnings: (new ones prefixed by >>) kernel/bpf/local_storage.c:2:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:3:1: iwyu: warning: superfluous #include >> kernel/bpf/local_storage.c:4:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:5:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:6:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:7:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:8:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:9:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:10:1: iwyu: warning: superfluous #include kernel/bpf/local_storage.c:11:1: iwyu: warning: superfluous #include vim +4 kernel/bpf/local_storage.c 137ee089a79dff Stanislav Fomichev 2021-07-22 @4 #include 9a1126b63190e2 Roman Gushchin 2018-12-10 5 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 6 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 7 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 8 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 9 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 10 #include 9a1126b63190e2 Roman Gushchin 2018-12-10 11 #include de9cbbaadba5ad Roman Gushchin 2018-08-02 12 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org