All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
@ 2021-07-10 22:56 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-10 22:56 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
CC: Tony Luck <tony.luck@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1e16624d7b4376797ede36e3c955375cf0f23298
commit: 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a EDAC/i10nm: Use readl() to access MMIO registers
date:   8 months ago
:::::: branch date: 4 hours ago
:::::: commit date: 8 months ago
config: x86_64-randconfig-b001-20210705 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 89c1c64cc3170a05a881bb9954feafc3edca6704)
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=83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/edac/ drivers/gpu/drm/gma500/ drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/

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/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
   drivers/edac/i10nm_base.c:8:1: iwyu: warning: superfluous #include <linux/kernel.h>

vim +9 drivers/edac/i10nm_base.c

83ff51c4e3fecf Qiuxu Zhuo 2020-11-17  @9  #include <linux/io.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  10  #include <asm/cpu_device_id.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  11  #include <asm/intel-family.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  12  #include <asm/mce.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  13  #include "edac_module.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  14  #include "skx_common.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  15  

---
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: 38660 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* drivers/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
@ 2021-07-26  1:02 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-26  1:02 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
CC: Tony Luck <tony.luck@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a1833a54033e4ca760ad58fa2a6469ad59b3fa1a
commit: 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a EDAC/i10nm: Use readl() to access MMIO registers
date:   8 months ago
:::::: branch date: 7 hours ago
:::::: commit date: 8 months ago
config: x86_64-randconfig-b001-20210705 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 89c1c64cc3170a05a881bb9954feafc3edca6704)
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=83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/edac/ drivers/gpu/drm/gma500/ drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/

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/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
   drivers/edac/i10nm_base.c:8:1: iwyu: warning: superfluous #include <linux/kernel.h>

vim +9 drivers/edac/i10nm_base.c

83ff51c4e3fecf Qiuxu Zhuo 2020-11-17  @9  #include <linux/io.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  10  #include <asm/cpu_device_id.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  11  #include <asm/intel-family.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  12  #include <asm/mce.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  13  #include "edac_module.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  14  #include "skx_common.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  15  

---
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: 33616 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* drivers/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
@ 2021-07-20 14:51 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-20 14:51 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
CC: Tony Luck <tony.luck@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   2734d6c1b1a089fb593ef6a23d4b70903526fe0c
commit: 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a EDAC/i10nm: Use readl() to access MMIO registers
date:   8 months ago
:::::: branch date: 2 days ago
:::::: commit date: 8 months ago
config: x86_64-randconfig-b001-20210705 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 89c1c64cc3170a05a881bb9954feafc3edca6704)
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=83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 83ff51c4e3fecf6b8587ce4d46f6eac59f5d7c5a
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/edac/ drivers/gpu/drm/gma500/ drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/

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/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h>
   drivers/edac/i10nm_base.c:8:1: iwyu: warning: superfluous #include <linux/kernel.h>

vim +9 drivers/edac/i10nm_base.c

83ff51c4e3fecf Qiuxu Zhuo 2020-11-17  @9  #include <linux/io.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  10  #include <asm/cpu_device_id.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  11  #include <asm/intel-family.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  12  #include <asm/mce.h>
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  13  #include "edac_module.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  14  #include "skx_common.h"
d4dc89d069aab9 Qiuxu Zhuo 2019-01-30  15  

---
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: 38634 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-26  1:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10 22:56 drivers/edac/i10nm_base.c:9:1: iwyu: warning: superfluous #include <linux/io.h> kernel test robot
2021-07-20 14:51 kernel test robot
2021-07-26  1:02 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.