CC: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]>
TO: Pablo Neira Ayuso <[email protected]>
TO: [email protected]

Hi Pablo,

I love your patch! Perhaps something to improve:

[auto build test WARNING on nf/master]
[also build test WARNING on nf-next/master v5.13-rc5 next-20210607]
[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/Pablo-Neira-Ayuso/netfilter-nf_tables-add-last-expression/20210608-033526
base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master
:::::: branch date: 8 hours ago
:::::: commit date: 8 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/3c8013566bb0eb6982165b3d93c3ee43e2d3f8b0
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review 
Pablo-Neira-Ayuso/netfilter-nf_tables-add-last-expression/20210608-033526
        git checkout 3c8013566bb0eb6982165b3d93c3ee43e2d3f8b0
        # 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/netfilter/nft_last.c:3:1: iwyu: warning: superfluous #include 
>> <linux/init.h>
   net/netfilter/nft_last.c:2:1: iwyu: warning: superfluous #include 
<linux/kernel.h>
>> net/netfilter/nft_last.c:4:1: iwyu: warning: superfluous #include 
>> <linux/module.h>
   net/netfilter/nft_last.c:6:1: iwyu: warning: superfluous #include 
<linux/netfilter.h>
   net/netfilter/nft_last.c:5:1: iwyu: warning: superfluous #include 
<linux/netlink.h>

vim +3 net/netfilter/nft_last.c

3c8013566bb0eb Pablo Neira Ayuso 2021-06-07  @3  #include <linux/init.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07  @4  #include <linux/module.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07   5  #include <linux/netlink.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07   6  #include <linux/netfilter.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07   7  #include 
<linux/netfilter/nf_tables.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07   8  #include 
<net/netfilter/nf_tables_core.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07   9  #include 
<net/netfilter/nf_tables.h>
3c8013566bb0eb Pablo Neira Ayuso 2021-06-07  10  

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