CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Karsten Graul <[email protected]> TO: David Miller <[email protected]> CC: [email protected] TO: Jakub Kicinski <[email protected]> CC: Heiko Carstens <[email protected]> CC: Stefan Raspl <[email protected]> CC: [email protected]
Hi Karsten, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Karsten-Graul/net-smc-Add-SMC-statistic-support/20210608-022139 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 1a42624aecba438f1d114430a14b640cdfa51c87 :::::: branch date: 10 hours ago :::::: commit date: 10 hours ago config: x86_64-randconfig-b001-20210607 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project ae973380c5f6be77ce395022be40350942260be9) 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/47decfe177c84d5f57b8fa4d85bafc8d9ad0c1e4 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Karsten-Graul/net-smc-Add-SMC-statistic-support/20210608-022139 git checkout 47decfe177c84d5f57b8fa4d85bafc8d9ad0c1e4 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) >> net/smc/smc_stats.c:17:1: iwyu: warning: superfluous #include <linux/ctype.h> net/smc/smc_stats.c:16:1: iwyu: warning: superfluous #include <linux/percpu.h> net/smc/smc_stats.c:18:1: iwyu: warning: superfluous #include <linux/smc.h> net/smc/smc_stats.c:14:1: iwyu: warning: superfluous #include <linux/ctype.h> vim +17 net/smc/smc_stats.c 47decfe177c84d Guvenc Gulce 2021-06-07 16 47decfe177c84d Guvenc Gulce 2021-06-07 @17 /* serialize fallback reason statistic gathering */ 47decfe177c84d Guvenc Gulce 2021-06-07 18 DEFINE_MUTEX(smc_stat_fback_rsn); 47decfe177c84d Guvenc Gulce 2021-06-07 19 struct smc_stats __percpu *smc_stats; /* per cpu counters for SMC */ 47decfe177c84d Guvenc Gulce 2021-06-07 20 struct smc_stats_reason fback_rsn; 47decfe177c84d Guvenc Gulce 2021-06-07 21 --- 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]
