CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Stanislav Fomichev <[email protected]> TO: [email protected] TO: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: Stanislav Fomichev <[email protected]>
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 <[email protected]> iwyu warnings: (new ones prefixed by >>) kernel/bpf/local_storage.c:2:1: iwyu: warning: superfluous #include <linux/bpf-cgroup.h> kernel/bpf/local_storage.c:3:1: iwyu: warning: superfluous #include <linux/bpf.h> >> kernel/bpf/local_storage.c:4:1: iwyu: warning: superfluous #include >> <linux/bpf_local_storage.h> kernel/bpf/local_storage.c:5:1: iwyu: warning: superfluous #include <linux/btf.h> kernel/bpf/local_storage.c:6:1: iwyu: warning: superfluous #include <linux/bug.h> kernel/bpf/local_storage.c:7:1: iwyu: warning: superfluous #include <linux/filter.h> kernel/bpf/local_storage.c:8:1: iwyu: warning: superfluous #include <linux/mm.h> kernel/bpf/local_storage.c:9:1: iwyu: warning: superfluous #include <linux/rbtree.h> kernel/bpf/local_storage.c:10:1: iwyu: warning: superfluous #include <linux/slab.h> kernel/bpf/local_storage.c:11:1: iwyu: warning: superfluous #include <uapi/linux/btf.h> vim +4 kernel/bpf/local_storage.c 137ee089a79dff Stanislav Fomichev 2021-07-22 @4 #include <linux/bpf_local_storage.h> 9a1126b63190e2 Roman Gushchin 2018-12-10 5 #include <linux/btf.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 6 #include <linux/bug.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 7 #include <linux/filter.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 8 #include <linux/mm.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 9 #include <linux/rbtree.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 10 #include <linux/slab.h> 9a1126b63190e2 Roman Gushchin 2018-12-10 11 #include <uapi/linux/btf.h> de9cbbaadba5ad Roman Gushchin 2018-08-02 12 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
