All of lore.kernel.org
 help / color / mirror / Atom feed
* [drm-drm-misc:drm-misc-next 2/5] drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:36:1: iwyu: warning: superfluous #include "vmw_surface_cache.h"
@ 2021-06-17 17:36 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-06-17 17:36 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
TO: Zack Rusin <zackr@vmware.com>
CC: Martin Krastev <krastevm@vmware.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   9f808288ba88ac2a9582118343d4ca7e3d95dd43
commit: ebc9ac7c3dfe85e7e29af896c7fd1095129fd72c [2/5] drm/vmwgfx: Update device headers
:::::: branch date: 23 hours ago
:::::: commit date: 23 hours ago
config: x86_64-randconfig-b001-20210617 (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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout ebc9ac7c3dfe85e7e29af896c7fd1095129fd72c
        # 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/gpu/drm/vmwgfx/vmwgfx_stdu.c:32:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
>> drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:36:1: iwyu: warning: superfluous #include "vmw_surface_cache.h"

vim +36 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c

d5c1f0110dd6cb Sam Ravnborg 2019-06-23  34  
d5c1f0110dd6cb Sam Ravnborg 2019-06-23  35  #include "vmwgfx_kms.h"
ebc9ac7c3dfe85 Zack Rusin   2021-06-15 @36  #include "vmw_surface_cache.h"
35c051258e8fd7 Sinclair Yeh 2015-06-26  37  

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

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

* [drm-drm-misc:drm-misc-next 2/5] drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:36:1: iwyu: warning: superfluous #include "vmw_surface_cache.h"
@ 2021-07-08 21:29 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-08 21:29 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Zack Rusin <zackr@vmware.com>
CC: Martin Krastev <krastevm@vmware.com>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   9f808288ba88ac2a9582118343d4ca7e3d95dd43
commit: ebc9ac7c3dfe85e7e29af896c7fd1095129fd72c [2/5] drm/vmwgfx: Update device headers
:::::: branch date: 3 weeks ago
:::::: commit date: 3 weeks 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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout ebc9ac7c3dfe85e7e29af896c7fd1095129fd72c
        # 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/vmwgfx/

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/vmwgfx/vmwgfx_stdu.c:32:1: iwyu: warning: superfluous #include <drm/drm_plane_helper.h>
>> drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:36:1: iwyu: warning: superfluous #include "vmw_surface_cache.h"

vim +36 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c

d5c1f0110dd6cb Sam Ravnborg 2019-06-23 @32  #include <drm/drm_plane_helper.h>
d5c1f0110dd6cb Sam Ravnborg 2019-06-23  33  #include <drm/drm_vblank.h>
d5c1f0110dd6cb Sam Ravnborg 2019-06-23  34  
d5c1f0110dd6cb Sam Ravnborg 2019-06-23  35  #include "vmwgfx_kms.h"
ebc9ac7c3dfe85 Zack Rusin   2021-06-15 @36  #include "vmw_surface_cache.h"
35c051258e8fd7 Sinclair Yeh 2015-06-26  37  

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 17:36 [drm-drm-misc:drm-misc-next 2/5] drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:36:1: iwyu: warning: superfluous #include "vmw_surface_cache.h" kernel test robot
2021-07-08 21:29 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.