CC: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]>
TO: Sergey Ryazanov <[email protected]>
TO: Loic Poulain <[email protected]>
TO: "David S. Miller" <[email protected]>
CC: [email protected]
TO: Jakub Kicinski <[email protected]>
CC: [email protected]

Hi Sergey,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on net-next/master]
[also build test WARNING on next-20210607]
[cannot apply to net/master linus/master v5.13-rc5]
[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/Sergey-Ryazanov/net-WWAN-subsystem-improvements/20210608-120615
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 
dc8cf7550a703b8b9c94beed621c6c2474347eff
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
config: x86_64-randconfig-b001-20210607 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
d32cc150feb72f315a5bbd34f92e7beca21a50da)
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/b7ae097823b5d259af4ac8f8d2e5eb6b21698197
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review 
Sergey-Ryazanov/net-WWAN-subsystem-improvements/20210608-120615
        git checkout b7ae097823b5d259af4ac8f8d2e5eb6b21698197
        # 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 >>)
>> drivers/net/wwan/wwan_core.c:15:1: iwyu: warning: superfluous #include 
>> <linux/termios.h>

vim +15 drivers/net/wwan/wwan_core.c

9a44c1cc638876 Loic Poulain    2021-04-16   3  
9a44c1cc638876 Loic Poulain    2021-04-16   4  #include <linux/err.h>
9a44c1cc638876 Loic Poulain    2021-04-16   5  #include <linux/errno.h>
9a44c1cc638876 Loic Poulain    2021-04-16   6  #include <linux/fs.h>
9a44c1cc638876 Loic Poulain    2021-04-16   7  #include <linux/init.h>
9a44c1cc638876 Loic Poulain    2021-04-16   8  #include <linux/idr.h>
9a44c1cc638876 Loic Poulain    2021-04-16   9  #include <linux/kernel.h>
9a44c1cc638876 Loic Poulain    2021-04-16  10  #include <linux/module.h>
9a44c1cc638876 Loic Poulain    2021-04-16  11  #include <linux/poll.h>
9a44c1cc638876 Loic Poulain    2021-04-16  12  #include <linux/skbuff.h>
9a44c1cc638876 Loic Poulain    2021-04-16  13  #include <linux/slab.h>
9a44c1cc638876 Loic Poulain    2021-04-16  14  #include <linux/types.h>
b7ae097823b5d2 Sergey Ryazanov 2021-06-08 @15  #include <linux/termios.h>
9a44c1cc638876 Loic Poulain    2021-04-16  16  #include <linux/wwan.h>
9a44c1cc638876 Loic Poulain    2021-04-16  17  

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