CC: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]>
TO: Xiyu Yang <[email protected]>
TO: Evgeniy Polyakov <[email protected]>
TO: [email protected]
CC: [email protected]
CC: Xiyu Yang <[email protected]>
CC: Xin Tan <[email protected]>

Hi Xiyu,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on linux/master]
[also build test WARNING on linus/master v5.14-rc2 next-20210716]
[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/Xiyu-Yang/w1-Convert-from-atomic_t-to-refcount_t-on-w1_cb_block-refcnt/20210719-112526
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
c54b245d011855ea91c5beff07f1db74143ce614
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago
config: x86_64-randconfig-b001-20210719 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
5d5b08761f944d5b9822d582378333cc4b36a0a7)
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/f10a6debb3aafd8e3cc620616ad9657380594173
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review 
Xiyu-Yang/w1-Convert-from-atomic_t-to-refcount_t-on-w1_cb_block-refcnt/20210719-112526
        git checkout f10a6debb3aafd8e3cc620616ad9657380594173
        # 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 drivers/w1/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


iwyu warnings: (new ones prefixed by >>)
   drivers/w1/w1_netlink.c:10:1: iwyu: warning: superfluous #include 
<linux/connector.h>
   drivers/w1/w1_netlink.c:9:1: iwyu: warning: superfluous #include 
<linux/netlink.h>
>> drivers/w1/w1_netlink.c:6:1: iwyu: warning: superfluous #include 
>> <linux/refcount.h>
   drivers/w1/w1_netlink.c:8:1: iwyu: warning: superfluous #include 
<linux/skbuff.h>
   drivers/w1/w1_netlink.c:7:1: iwyu: warning: superfluous #include 
<linux/slab.h>
   drivers/w1/w1_netlink.c:12:1: iwyu: warning: superfluous #include 
"w1_internal.h"

vim +6 drivers/w1/w1_netlink.c

f10a6debb3aafd8 Xiyu Yang        2021-07-19  @6  #include <linux/refcount.h>
5a0e3ad6af8660b Tejun Heo        2010-03-24   7  #include <linux/slab.h>
^1da177e4c3f415 Linus Torvalds   2005-04-16   8  #include <linux/skbuff.h>
^1da177e4c3f415 Linus Torvalds   2005-04-16   9  #include <linux/netlink.h>
12003375acd879e Evgeniy Polyakov 2006-03-23  10  #include <linux/connector.h>
^1da177e4c3f415 Linus Torvalds   2005-04-16  11  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to