All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Daniele Ceraolo Spurio" <daniele.ceraolospurio@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev4)
Date: Wed, 06 Apr 2022 02:25:08 -0000	[thread overview]
Message-ID: <164921190821.5449.9987467888100489005@emeril.freedesktop.org> (raw)
In-Reply-To: <20220404181706.3523646-1-daniele.ceraolospurio@intel.com>

== Series Details ==

Series: GSC support (rev4)
URL   : https://patchwork.freedesktop.org/series/102160/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ba37d4d833f3 drm/i915/gsc: add gsc as a mei auxiliary device
-:65: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#65: 
new file mode 100644

-:459: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#459: FILE: drivers/gpu/drm/i915/i915_drv.h:1316:
+#define HAS_HECI_GSC(dev_priv) (HAS_HECI_PXP(dev_priv) || HAS_HECI_GSCFI(dev_priv))

total: 0 errors, 1 warnings, 1 checks, 418 lines checked
fd6e2cd2c6d8 mei: add support for graphics system controller (gsc) devices
-:57: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#57: 
new file mode 100644

-:255: WARNING:MODULE_LICENSE: Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity")
#255: FILE: drivers/misc/mei/gsc-me.c:194:
+MODULE_LICENSE("GPL v2");

total: 0 errors, 2 warnings, 0 checks, 297 lines checked
265cc847a301 mei: gsc: setup char driver alive in spite of firmware handshake failure
a9824da225e6 mei: gsc: add runtime pm handlers
31f70028ed70 mei: gsc: retrieve the firmware version
45b48dd2e6d3 HAX: drm/i915: force INTEL_MEI_GSC on for CI



  parent reply	other threads:[~2022-04-06  2:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 18:17 [Intel-gfx] [CI 0/6] GSC support Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 1/6] drm/i915/gsc: add gsc as a mei auxiliary device Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 2/6] mei: add support for graphics system controller (gsc) devices Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 3/6] mei: gsc: setup char driver alive in spite of firmware handshake failure Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 4/6] mei: gsc: add runtime pm handlers Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 5/6] mei: gsc: retrieve the firmware version Daniele Ceraolo Spurio
2022-04-04 18:17 ` [Intel-gfx] [CI 6/6] HAX: drm/i915: force INTEL_MEI_GSC on for CI Daniele Ceraolo Spurio
2022-04-04 20:51 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support Patchwork
2022-04-04 20:52 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-04-04 21:24 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-04 22:36 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev2) Patchwork
2022-04-04 22:38 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-04-04 23:11 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-05 16:52 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev3) Patchwork
2022-04-05 16:53 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-04-05 16:57 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2022-04-05 17:24 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-06  2:25 ` Patchwork [this message]
2022-04-06  2:26 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for GSC support (rev4) Patchwork
2022-04-06  2:30 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2022-04-06  2:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-04-06  8:45 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-13 13:03 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev5) Patchwork
2022-04-13 13:03 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-04-13 13:27 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork

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=164921190821.5449.9987467888100489005@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=daniele.ceraolospurio@intel.com \
    --cc=intel-gfx@lists.freedesktop.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.