All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"
@ 2021-07-06  5:06 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-06  5:06 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: CQ Tang <cq.tang@intel.com>
CC: Matthew Auld <matthew.auld@intel.com>
CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   79160a603bdb51916226caf4a6616cc4e1c58a58
commit: d57d4a1daf5e8393e87244427c9b87dd565bd37c drm/i915: Create stolen memory region from local memory
date:   3 months ago
:::::: branch date: 8 hours ago
:::::: commit date: 3 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=d57d4a1daf5e8393e87244427c9b87dd565bd37c
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout d57d4a1daf5e8393e87244427c9b87dd565bd37c
        # 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/i915/ drivers/platform/surface/ drivers/usb/gadget/function/

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/gpu/drm/i915/gem/i915_gem_stolen.c:#include "gem/i915_gem_stolen.h":1: iwyu: warning: superfluous #include "gem/i915_gem_stolen.h"
   drivers/gpu/drm/i915/gem/i915_gem_stolen.c:7:1: iwyu: warning: superfluous #include <linux/errno.h>
>> drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"

vim +13 drivers/gpu/drm/i915/gem/i915_gem_stolen.c

10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson 2019-05-28  12  
d57d4a1daf5e83 drivers/gpu/drm/i915/gem/i915_gem_stolen.c CQ Tang      2021-04-21 @13  #include "gem/i915_gem_lmem.h"
72405c3d7850c8 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Matthew Auld 2019-10-18  14  #include "gem/i915_gem_region.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson 2012-04-24  15  #include "i915_drv.h"
6401fafbec5a33 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula  2019-08-08  16  #include "i915_gem_stolen.h"
9e859eb9d0f5e3 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula  2020-02-27  17  #include "i915_vgpu.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson 2012-04-24  18  

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

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

* drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"
@ 2021-07-06 18:40 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-06 18:40 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: CQ Tang <cq.tang@intel.com>
CC: Matthew Auld <matthew.auld@intel.com>
CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   79160a603bdb51916226caf4a6616cc4e1c58a58
commit: d57d4a1daf5e8393e87244427c9b87dd565bd37c drm/i915: Create stolen memory region from local memory
date:   3 months ago
:::::: branch date: 21 hours ago
:::::: commit date: 3 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=d57d4a1daf5e8393e87244427c9b87dd565bd37c
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout d57d4a1daf5e8393e87244427c9b87dd565bd37c
        # 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/i915/ drivers/platform/surface/ drivers/usb/gadget/function/

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/gpu/drm/i915/gem/i915_gem_stolen.c:#include "gem/i915_gem_stolen.h":1: iwyu: warning: superfluous #include "gem/i915_gem_stolen.h"
   drivers/gpu/drm/i915/gem/i915_gem_stolen.c:7:1: iwyu: warning: superfluous #include <linux/errno.h>
>> drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"

vim +13 drivers/gpu/drm/i915/gem/i915_gem_stolen.c

10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson 2019-05-28  12  
d57d4a1daf5e83 drivers/gpu/drm/i915/gem/i915_gem_stolen.c CQ Tang      2021-04-21 @13  #include "gem/i915_gem_lmem.h"
72405c3d7850c8 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Matthew Auld 2019-10-18  14  #include "gem/i915_gem_region.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson 2012-04-24  15  #include "i915_drv.h"
6401fafbec5a33 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula  2019-08-08  16  #include "i915_gem_stolen.h"
9e859eb9d0f5e3 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula  2020-02-27  17  #include "i915_vgpu.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson 2012-04-24  18  

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

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

* drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"
@ 2021-07-05  1:56 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-07-05  1:56 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: CQ Tang <cq.tang@intel.com>
CC: Matthew Auld <matthew.auld@intel.com>
CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   a180bd1d7e16173d965b263c5a536aa40afa2a2a
commit: d57d4a1daf5e8393e87244427c9b87dd565bd37c drm/i915: Create stolen memory region from local memory
date:   2 months ago
:::::: branch date: 3 hours ago
:::::: commit date: 2 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=d57d4a1daf5e8393e87244427c9b87dd565bd37c
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout d57d4a1daf5e8393e87244427c9b87dd565bd37c
        # 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/i915/ drivers/platform/surface/ drivers/usb/gadget/function/

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/gpu/drm/i915/gem/i915_gem_stolen.c:#include "gem/i915_gem_stolen.h":1: iwyu: warning: superfluous #include "gem/i915_gem_stolen.h"
   drivers/gpu/drm/i915/gem/i915_gem_stolen.c:7:1: iwyu: warning: superfluous #include <linux/errno.h>
>> drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"

vim +13 drivers/gpu/drm/i915/gem/i915_gem_stolen.c

10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson  2019-05-28  @7  #include <linux/errno.h>
10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson  2019-05-28   8  #include <linux/mutex.h>
10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson  2019-05-28   9  
10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson  2019-05-28  10  #include <drm/drm_mm.h>
760285e7e7ab28 drivers/gpu/drm/i915/i915_gem_stolen.c     David Howells 2012-10-02  11  #include <drm/i915_drm.h>
10be98a77c558f drivers/gpu/drm/i915/gem/i915_gem_stolen.c Chris Wilson  2019-05-28  12  
d57d4a1daf5e83 drivers/gpu/drm/i915/gem/i915_gem_stolen.c CQ Tang       2021-04-21 @13  #include "gem/i915_gem_lmem.h"
72405c3d7850c8 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Matthew Auld  2019-10-18  14  #include "gem/i915_gem_region.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson  2012-04-24  15  #include "i915_drv.h"
6401fafbec5a33 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula   2019-08-08  16  #include "i915_gem_stolen.h"
9e859eb9d0f5e3 drivers/gpu/drm/i915/gem/i915_gem_stolen.c Jani Nikula   2020-02-27  17  #include "i915_vgpu.h"
9797fbfbcfe251 drivers/gpu/drm/i915/i915_gem_stolen.c     Chris Wilson  2012-04-24  18  

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

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

end of thread, other threads:[~2021-07-06 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06  5:06 drivers/gpu/drm/i915/gem/i915_gem_stolen.c:13:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h" kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-06 18:40 kernel test robot
2021-07-05  1:56 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.