All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/platform/x86/intel_pmt_crashlog.c:13:1: iwyu: warning: superfluous #include <linux/pci.h>
@ 2021-07-11  3:16 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-11  3:16 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Alexander Duyck <alexander.h.duyck@linux.intel.com>
CC: Lee Jones <lee.jones@linaro.org>
CC: "David E. Box" <david.e.box@linux.intel.com>
CC: Hans de Goede <hdegoede@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   de5540965853e514a85d3b775e9049deb85a2ff3
commit: 5ef9998c96b0c99c49c202054586967e609286d2 platform/x86: Intel PMT Crashlog capability driver
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=5ef9998c96b0c99c49c202054586967e609286d2
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 5ef9998c96b0c99c49c202054586967e609286d2
        # 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/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/platform/x86/intel_pmt_crashlog.c:13:1: iwyu: warning: superfluous #include <linux/pci.h>
   drivers/platform/x86/intel_pmt_crashlog.c:14:1: iwyu: warning: superfluous #include <linux/slab.h>
>> drivers/platform/x86/intel_pmt_crashlog.c:15:1: iwyu: warning: superfluous #include <linux/uaccess.h>

vim +13 drivers/platform/x86/intel_pmt_crashlog.c

5ef9998c96b0c9 Alexander Duyck 2020-10-28 @13  #include <linux/pci.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  14  #include <linux/slab.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28 @15  #include <linux/uaccess.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  16  #include <linux/overflow.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  17  

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

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

* drivers/platform/x86/intel_pmt_crashlog.c:13:1: iwyu: warning: superfluous #include <linux/pci.h>
@ 2021-07-21  4:59 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-21  4:59 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Alexander Duyck <alexander.h.duyck@linux.intel.com>
CC: Lee Jones <lee.jones@linaro.org>
CC: "David E. Box" <david.e.box@linux.intel.com>
CC: Hans de Goede <hdegoede@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   8cae8cd89f05f6de223d63e6d15e31c8ba9cf53b
commit: 5ef9998c96b0c99c49c202054586967e609286d2 platform/x86: Intel PMT Crashlog capability driver
date:   9 months ago
:::::: branch date: 29 hours ago
:::::: commit date: 9 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=5ef9998c96b0c99c49c202054586967e609286d2
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 5ef9998c96b0c99c49c202054586967e609286d2
        # 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/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/platform/x86/intel_pmt_crashlog.c:13:1: iwyu: warning: superfluous #include <linux/pci.h>
   drivers/platform/x86/intel_pmt_crashlog.c:14:1: iwyu: warning: superfluous #include <linux/slab.h>
>> drivers/platform/x86/intel_pmt_crashlog.c:15:1: iwyu: warning: superfluous #include <linux/uaccess.h>

vim +13 drivers/platform/x86/intel_pmt_crashlog.c

5ef9998c96b0c9 Alexander Duyck 2020-10-28 @13  #include <linux/pci.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  14  #include <linux/slab.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28 @15  #include <linux/uaccess.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  16  #include <linux/overflow.h>
5ef9998c96b0c9 Alexander Duyck 2020-10-28  17  

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

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

end of thread, other threads:[~2021-07-21  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11  3:16 drivers/platform/x86/intel_pmt_crashlog.c:13:1: iwyu: warning: superfluous #include <linux/pci.h> kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21  4:59 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.