CC: [email protected]
CC: Linux Memory Management List <[email protected]>
TO: Andrew Morton <[email protected]>
CC: Linux Memory Management List <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   19ae1f2bd9c091059f80646604ccef8a1e614f57
commit: 78284c6c45f520c416aeb45c5e6e01627b99bfde [9502/10007] mm/slub.c: 
include swab.h
:::::: branch date: 26 hours ago
:::::: commit date: 28 hours ago
config: x86_64-randconfig-b001-20210615 (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/next/linux-next.git/commit/?id=78284c6c45f520c416aeb45c5e6e01627b99bfde
        git remote add linux-next 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 78284c6c45f520c416aeb45c5e6e01627b99bfde
        # 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 >>)
   mm/slub.c:25:1: iwyu: warning: superfluous #include <linux/cpu.h>
   mm/slub.c:26:1: iwyu: warning: superfluous #include <linux/cpuset.h>
   mm/slub.c:34:1: iwyu: warning: superfluous #include <linux/fault-inject.h>
   mm/slub.c:17:1: iwyu: warning: superfluous #include <linux/interrupt.h>
   mm/slub.c:30:1: iwyu: warning: superfluous #include <linux/kallsyms.h>
   mm/slub.c:37:1: iwyu: warning: superfluous #include <linux/memcontrol.h>
   mm/slub.c:27:1: iwyu: warning: superfluous #include <linux/mempolicy.h>
   mm/slub.c:15:1: iwyu: warning: superfluous #include <linux/module.h>
   mm/slub.c:22:1: iwyu: warning: superfluous #include <linux/proc_fs.h>
   mm/slub.c:23:1: iwyu: warning: superfluous #include <linux/seq_file.h>
>> mm/slub.c:18:1: iwyu: warning: superfluous #include <linux/swab.h>

vim +18 mm/slub.c

78284c6c45f520c4 Andrew Morton       2021-06-15 @18  #include <linux/swab.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  19  #include <linux/bitops.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  20  #include <linux/slab.h>
97d06609158e61f6 Christoph Lameter   2012-07-06  21  #include "slab.h"
7b3c3a50a3e0ea46 Alexey Dobriyan     2008-10-06  22  #include <linux/proc_fs.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  23  #include <linux/seq_file.h>
a79316c6178ca419 Andrey Ryabinin     2015-02-13  24  #include <linux/kasan.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  25  #include <linux/cpu.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06 @26  #include <linux/cpuset.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  27  #include 
<linux/mempolicy.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  28  #include <linux/ctype.h>
3ac7fe5a4aab409b Thomas Gleixner     2008-04-30  29  #include 
<linux/debugobjects.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  30  #include <linux/kallsyms.h>
b89fb5ef0ce611b5 Alexander Potapenko 2021-02-25  31  #include <linux/kfence.h>
b9049e234401e1fa Yasunori Goto       2007-10-21  32  #include <linux/memory.h>
f8bd2258e2d520df Roman Zippel        2008-05-01  33  #include <linux/math64.h>
773ff60e841461cb Akinobu Mita        2008-12-23  34  #include 
<linux/fault-inject.h>
bfa71457a091ac0e Pekka Enberg        2011-07-07  35  #include 
<linux/stacktrace.h>
4de900b4d6b2216b Christoph Lameter   2012-01-30  36  #include <linux/prefetch.h>
2633d7a028239a73 Glauber Costa       2012-12-18  37  #include 
<linux/memcontrol.h>
2482ddec670fb837 Kees Cook           2017-09-06  38  #include <linux/random.h>
81819f0fc8285a2a Christoph Lameter   2007-05-06  39  

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