All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 3856/8019] drivers/gpu/drm/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>
@ 2021-06-09 12:03 ` kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-06-09 12:03 UTC (permalink / raw)
  To: Abhinav Kumar
  Cc: kbuild-all, Linux Memory Management List, Rob Clark,
	Daniel Vetter, Dmitry Baryshkov

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ab5803bc555fe68b9b0d37b9a850d3ec601b938a
commit: 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d [3856/8019] drm: allow drm_atomic_print_state() to accept any drm_printer
config: x86_64-randconfig-b001-20210608 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d32cc150feb72f315a5bbd34f92e7beca21a50da)
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/next/linux-next.git/commit/?id=1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        # 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/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>

vim +11 drivers/gpu/drm/selftests/test-drm_framebuffer.c

54ccae0c08929f Sam Ravnborg  2019-07-16   7  
54ccae0c08929f Sam Ravnborg  2019-07-16   8  #include <drm/drm_device.h>
54ccae0c08929f Sam Ravnborg  2019-07-16   9  #include <drm/drm_mode.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  10  #include <drm/drm_fourcc.h>
1ce05bb86407c5 Abhinav Kumar 2021-04-16 @11  #include <drm/drm_print.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  12  

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

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

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
kbuild mailing list -- kbuild@lists.01.org
To unsubscribe send an email to kbuild-leave@lists.01.org

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

* [linux-next:master 3856/8019] drivers/gpu/drm/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>
@ 2021-06-09 12:03 ` kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-06-09 12:03 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ab5803bc555fe68b9b0d37b9a850d3ec601b938a
commit: 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d [3856/8019] drm: allow drm_atomic_print_state() to accept any drm_printer
config: x86_64-randconfig-b001-20210608 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d32cc150feb72f315a5bbd34f92e7beca21a50da)
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/next/linux-next.git/commit/?id=1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        # 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/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>

vim +11 drivers/gpu/drm/selftests/test-drm_framebuffer.c

54ccae0c08929f Sam Ravnborg  2019-07-16   7  
54ccae0c08929f Sam Ravnborg  2019-07-16   8  #include <drm/drm_device.h>
54ccae0c08929f Sam Ravnborg  2019-07-16   9  #include <drm/drm_mode.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  10  #include <drm/drm_fourcc.h>
1ce05bb86407c5 Abhinav Kumar 2021-04-16 @11  #include <drm/drm_print.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  12  

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

_______________________________________________
kbuild mailing list -- kbuild(a)lists.01.org
To unsubscribe send an email to kbuild-leave(a)lists.01.org

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

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

* [linux-next:master 3856/8019] drivers/gpu/drm/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>
@ 2021-06-08 14:15 kernel test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2021-06-08 14:15 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: Linux Memory Management List <linux-mm@kvack.org>
TO: Abhinav Kumar <abhinavk@codeaurora.org>
CC: Rob Clark <robdclark@chromium.org>
CC: Daniel Vetter <daniel.vetter@ffwll.ch>
CC: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ab5803bc555fe68b9b0d37b9a850d3ec601b938a
commit: 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d [3856/8019] drm: allow drm_atomic_print_state() to accept any drm_printer
:::::: branch date: 2 hours ago
:::::: commit date: 2 weeks ago
config: x86_64-randconfig-b001-20210608 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d32cc150feb72f315a5bbd34f92e7beca21a50da)
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/next/linux-next.git/commit/?id=1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 1ce05bb86407c54bf4c6a3f9fac0c18164bcf34d
        # 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/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h>

vim +11 drivers/gpu/drm/selftests/test-drm_framebuffer.c

54ccae0c08929f Sam Ravnborg  2019-07-16   7  
54ccae0c08929f Sam Ravnborg  2019-07-16   8  #include <drm/drm_device.h>
54ccae0c08929f Sam Ravnborg  2019-07-16   9  #include <drm/drm_mode.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  10  #include <drm/drm_fourcc.h>
1ce05bb86407c5 Abhinav Kumar 2021-04-16 @11  #include <drm/drm_print.h>
54ccae0c08929f Sam Ravnborg  2019-07-16  12  

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

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

end of thread, other threads:[~2021-06-09 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 12:03 [linux-next:master 3856/8019] drivers/gpu/drm/selftests/test-drm_framebuffer.c:11:1: iwyu: warning: superfluous #include <drm/drm_print.h> kernel test robot
2021-06-09 12:03 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-08 14:15 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.