All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:33:1: iwyu: warning: superfluous #include "intel_engine_pm.h"
Date: Sat, 10 Jul 2021 17:46:16 +0800	[thread overview]
Message-ID: <202107101709.4y0nMaUw-lkp@intel.com> (raw)

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Chris Wilson <chris@chris-wilson.co.uk>
CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   50be9417e23af5a8ac860d998e1e3f06b8fd79d7
commit: 08b49e14ec4f88f87a3a8443fca944dc2768066b drm/i915/gt: Defer enabling the breadcrumb interrupt to after submission
date:   8 months ago
:::::: branch date: 14 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=08b49e14ec4f88f87a3a8443fca944dc2768066b
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 08b49e14ec4f88f87a3a8443fca944dc2768066b
        # 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/gpu/drm/i915/gt/intel_breadcrumbs.c:25:1: iwyu: warning: superfluous #include <linux/kthread.h>
   drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:27:1: iwyu: warning: superfluous #include <uapi/linux/sched/types.h>
   drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:29:1: iwyu: warning: superfluous #include "i915_drv.h"
   drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:30:1: iwyu: warning: superfluous #include "i915_trace.h"
>> drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:33:1: iwyu: warning: superfluous #include "intel_engine_pm.h"

vim +33 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c

c81d46138da658 drivers/gpu/drm/i915/intel_breadcrumbs.c    Chris Wilson 2016-07-01  28  
688e6c7258164d drivers/gpu/drm/i915/intel_breadcrumbs.c    Chris Wilson 2016-07-01  29  #include "i915_drv.h"
a09d9a8002368e drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Jani Nikula  2019-08-06  30  #include "i915_trace.h"
b3786b29379c0e drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Chris Wilson 2020-07-31  31  #include "intel_breadcrumbs.h"
e23005604b2f81 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Chris Wilson 2020-08-01  32  #include "intel_context.h"
08b49e14ec4f88 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Chris Wilson 2020-11-23 @33  #include "intel_engine_pm.h"
045d1fb79616f1 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Chris Wilson 2019-12-05  34  #include "intel_gt_pm.h"
dc93c9b6931516 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c Chris Wilson 2019-12-19  35  #include "intel_gt_requests.h"
688e6c7258164d drivers/gpu/drm/i915/intel_breadcrumbs.c    Chris Wilson 2016-07-01  36  

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

             reply	other threads:[~2021-07-10  9:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-10  9:46 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-28  5:47 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c:33:1: iwyu: warning: superfluous #include "intel_engine_pm.h" kernel test robot
2021-07-25  6:04 kernel test robot
2021-07-19 10:11 kernel test robot
2021-07-14 10:28 kernel test robot
2021-07-08 15:05 kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202107101709.4y0nMaUw-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.