All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/dma/idxd/init.c:24:1: iwyu: warning: superfluous #include "perfmon.h"
@ 2021-05-30  3:22 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-05-30  3:22 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 3433 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Tom Zanussi <tom.zanussi@linux.intel.com>
CC: Vinod Koul <vkoul@kernel.org>
CC: Dave Jiang <dave.jiang@intel.com>
CC: Kan Liang <kan.liang@linux.intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   df8c66c4cfb91f2372d138b9b714f6df6f506966
commit: 0bde4444ec44b8e64bbd4af72fcaef58bcdbd4ce dmaengine: idxd: Enable IDXD performance monitor support
date:   5 weeks ago
:::::: branch date: 10 hours ago
:::::: commit date: 5 weeks ago
config: x86_64-randconfig-b001-20210530 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project bc6799f2f79f0ae87e9f1ebf9d25ba799fbd25a9)
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/torvalds/linux.git/commit/?id=0bde4444ec44b8e64bbd4af72fcaef58bcdbd4ce
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 0bde4444ec44b8e64bbd4af72fcaef58bcdbd4ce
        # 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 <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
   drivers/dma/idxd/init.c:12:1: iwyu: warning: superfluous #include <linux/aer.h>
   drivers/dma/idxd/init.c:9:1: iwyu: warning: superfluous #include <linux/delay.h>
   drivers/dma/idxd/init.c:20:1: iwyu: warning: superfluous #include <linux/dmaengine.h>
   drivers/dma/idxd/init.c:13:1: iwyu: warning: superfluous #include <linux/fs.h>
   drivers/dma/idxd/init.c:4:1: iwyu: warning: superfluous #include <linux/kernel.h>
   drivers/dma/idxd/init.c:21:1: iwyu: warning: superfluous #include "../dmaengine.h"
>> drivers/dma/idxd/init.c:24:1: iwyu: warning: superfluous #include "perfmon.h"

vim +24 drivers/dma/idxd/init.c

bfe1d56091c1a4 Dave Jiang  2020-01-21 @12  #include <linux/aer.h>
bfe1d56091c1a4 Dave Jiang  2020-01-21  13  #include <linux/fs.h>
bfe1d56091c1a4 Dave Jiang  2020-01-21  14  #include <linux/io-64-nonatomic-lo-hi.h>
bfe1d56091c1a4 Dave Jiang  2020-01-21  15  #include <linux/device.h>
bfe1d56091c1a4 Dave Jiang  2020-01-21  16  #include <linux/idr.h>
8e50d392652f20 Dave Jiang  2020-10-27  17  #include <linux/intel-svm.h>
8e50d392652f20 Dave Jiang  2020-10-27  18  #include <linux/iommu.h>
bfe1d56091c1a4 Dave Jiang  2020-01-21  19  #include <uapi/linux/idxd.h>
8f47d1a5e545f9 Dave Jiang  2020-01-21  20  #include <linux/dmaengine.h>
8f47d1a5e545f9 Dave Jiang  2020-01-21  21  #include "../dmaengine.h"
bfe1d56091c1a4 Dave Jiang  2020-01-21  22  #include "registers.h"
bfe1d56091c1a4 Dave Jiang  2020-01-21  23  #include "idxd.h"
0bde4444ec44b8 Tom Zanussi 2021-04-24 @24  #include "perfmon.h"
bfe1d56091c1a4 Dave Jiang  2020-01-21  25  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 37183 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-30  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30  3:22 drivers/dma/idxd/init.c:24:1: iwyu: warning: superfluous #include "perfmon.h" kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.