CC: [email protected]
CC: "Darrick J. Wong" <[email protected]>
TO: "Darrick J. Wong" <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git 
vectorized-scrub
head:   e907b5eb3852612685b26c1aa94707544d45ced0
commit: 303b0059898f2915484889b6b3f64e5535dd5665 [299/315] xfs: enable CoW when 
rt extent size is larger than 1 block
:::::: branch date: 17 hours ago
:::::: commit date: 17 hours ago
config: x86_64-randconfig-b001-20210614 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
64720f57bea6a6bf033feef4a5751ab9c0c3b401)
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://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/commit/?id=303b0059898f2915484889b6b3f64e5535dd5665
        git remote add djwong-xfs 
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git
        git fetch --no-tags djwong-xfs vectorized-scrub
        git checkout 303b0059898f2915484889b6b3f64e5535dd5665
        # 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 >>)
   fs/xfs/xfs_iops.c:6:1: iwyu: warning: superfluous #include "xfs.h"
   fs/xfs/xfs_iops.c:23:1: iwyu: warning: superfluous #include "xfs_error.h"
   fs/xfs/xfs_iops.c:7:1: iwyu: warning: superfluous #include "xfs_fs.h"
>> fs/xfs/xfs_iops.c:27:1: iwyu: warning: superfluous #include "xfs_reflink.h"
   fs/xfs/xfs_iops.c:8:1: iwyu: warning: superfluous #include "xfs_shared.h"

vim +27 fs/xfs/xfs_iops.c

^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16  @6  
#include "xfs.h"
^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16   7  
#include "xfs_fs.h"
70a9883c5f34b2 fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23   8  
#include "xfs_shared.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23   9  
#include "xfs_format.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23  10  
#include "xfs_log_format.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23  11  
#include "xfs_trans_resv.h"
^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16  12  
#include "xfs_mount.h"
^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16  13  
#include "xfs_inode.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23  14  
#include "xfs_acl.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23  15  
#include "xfs_quota.h"
^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16  16  
#include "xfs_attr.h"
239880ef6454cc fs/xfs/xfs_iops.c           Dave Chinner      2013-10-23  17  
#include "xfs_trans.h"
0b1b213fcf3a84 fs/xfs/linux-2.6/xfs_iops.c Christoph Hellwig 2009-12-14  18  
#include "xfs_trace.h"
27b52867925e3a fs/xfs/xfs_iops.c           Brian Foster      2012-11-06  19  
#include "xfs_icache.h"
c24b5dfadc4a4f fs/xfs/xfs_iops.c           Dave Chinner      2013-08-12  20  
#include "xfs_symlink.h"
1b767ee386c5f5 fs/xfs/xfs_iops.c           Dave Chinner      2014-12-04  21  
#include "xfs_dir2.h"
68a9f5e7007c1a fs/xfs/xfs_iops.c           Christoph Hellwig 2016-06-21  22  
#include "xfs_iomap.h"
a5155b870d687d fs/xfs/xfs_iops.c           Darrick J. Wong   2019-11-02  23  
#include "xfs_error.h"
9fefd5db08ce01 fs/xfs/xfs_iops.c           Miklos Szeredi    2021-04-07  24  
#include "xfs_ioctl.h"
2767020e85eeaf fs/xfs/xfs_iops.c           Darrick J. Wong   2021-01-05  25  
#include "xfs_health.h"
2c439e0b5d2524 fs/xfs/xfs_iops.c           Darrick J. Wong   2021-01-05  26  
#include "xfs_bmap.h"
303b0059898f29 fs/xfs/xfs_iops.c           Darrick J. Wong   2021-01-05 @27  
#include "xfs_reflink.h"
^1da177e4c3f41 fs/xfs/linux-2.6/xfs_iops.c Linus Torvalds    2005-04-16  28  

---
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