All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] drm/i915/execlists: Fix annotation for decoupling virtual request
Date: Sun, 06 Oct 2019 17:03:18 -0000	[thread overview]
Message-ID: <20191006170318.486.10724@emeril.freedesktop.org> (raw)
In-Reply-To: <20191006165002.30312-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/12] drm/i915/execlists: Fix annotation for decoupling virtual request
URL   : https://patchwork.freedesktop.org/series/67648/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
76636d8cb25e drm/i915/execlists: Fix annotation for decoupling virtual request
-:16: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#16: 
<4>[  723.763294] ffff93a7b53221d8 (&engine->active.lock){..-.}, at: execlists_submit_request+0x2b/0x1e0 [i915]

total: 0 errors, 1 warnings, 0 checks, 9 lines checked
116c4e46a82d drm/i915/selftests: Appease lockdep
-:12: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#12: 
<4>[  673.483344] ffff88845db885a0 (&i915_request_get(rq)->submit/1){-...}, at: __i915_sw_fence_complete+0x1b2/0x250 [i915]

total: 0 errors, 1 warnings, 0 checks, 13 lines checked
b3fa7f690a35 drm/i915/gt: Restore dropped 'interruptible' flag
d98637ab83f8 drm/i915/gt: Treat a busy timeline as 'active' while waiting
48ef747359aa drm/i915: Expose engine properties via sysfs
-:68: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#68: 
new file mode 100644

-:73: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#73: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.c:1:
+/*

-:74: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#74: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.c:2:
+ * SPDX-License-Identifier: MIT

-:198: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#198: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.h:1:
+/*

-:199: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#199: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.h:2:
+ * SPDX-License-Identifier: MIT

total: 0 errors, 5 warnings, 0 checks, 158 lines checked
afd644b0d4ba drm/i915/execlists: Force preemption
f0396386828d drm/i915: Mark up "sentinel" requests
9f09d6ccc5fc drm/i915/gt: Introduce barrier pulses along engines
-:28: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#28: 
new file mode 100644

-:33: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#33: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:1:
+/*

-:34: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#34: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:2:
+ * SPDX-License-Identifier: MIT

-:95: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#95: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.h:1:
+/*

-:96: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#96: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.h:2:
+ * SPDX-License-Identifier: MIT

total: 0 errors, 5 warnings, 0 checks, 92 lines checked
033c75e8d2b2 drm/i915/execlists: Cancel banned contexts on schedule-out
0821a2a1b565 drm/i915: Cancel non-persistent contexts on close
b9749a37c35a drm/i915: Replace hangcheck by heartbeats
-:236: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'heartbeat', this function's name, in a string
#236: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:69:
+					  "%s heartbeat not ticking\n",

-:253: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'heartbeat', this function's name, in a string
#253: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:86:
+					      "stopped heartbeat on %s",

-:540: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#540: 
deleted file mode 100644

total: 0 errors, 3 warnings, 0 checks, 672 lines checked
ca672c9a0f4a drm/i915: Flush idle barriers when waiting

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-10-06 17:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 16:49 [PATCH 01/12] drm/i915/execlists: Fix annotation for decoupling virtual request Chris Wilson
2019-10-06 16:49 ` [PATCH 02/12] drm/i915/selftests: Appease lockdep Chris Wilson
2019-10-06 16:49 ` [PATCH 03/12] drm/i915/gt: Restore dropped 'interruptible' flag Chris Wilson
2019-10-07 12:25   ` Tvrtko Ursulin
2019-10-06 16:49 ` [PATCH 04/12] drm/i915/gt: Treat a busy timeline as 'active' while waiting Chris Wilson
2019-10-07 17:00   ` Tvrtko Ursulin
2019-10-06 16:49 ` [PATCH 05/12] drm/i915: Expose engine properties via sysfs Chris Wilson
2019-10-06 16:49 ` [PATCH 06/12] drm/i915/execlists: Force preemption Chris Wilson
2019-10-06 16:49 ` [PATCH 07/12] drm/i915: Mark up "sentinel" requests Chris Wilson
2019-10-06 16:49 ` [PATCH 08/12] drm/i915/gt: Introduce barrier pulses along engines Chris Wilson
2019-10-06 16:49 ` [PATCH 09/12] drm/i915/execlists: Cancel banned contexts on schedule-out Chris Wilson
2019-10-06 16:50 ` [PATCH 10/12] drm/i915: Cancel non-persistent contexts on close Chris Wilson
2019-10-06 16:50 ` [PATCH 11/12] drm/i915: Replace hangcheck by heartbeats Chris Wilson
2019-10-06 16:50 ` [PATCH 12/12] drm/i915: Flush idle barriers when waiting Chris Wilson
2019-10-06 17:03 ` Patchwork [this message]
2019-10-06 17:27 ` ✓ Fi.CI.BAT: success for series starting with [01/12] drm/i915/execlists: Fix annotation for decoupling virtual request Patchwork
2019-10-06 18:34 ` ✗ Fi.CI.IGT: failure " 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=20191006170318.486.10724@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=chris@chris-wilson.co.uk \
    --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.