== Series Details == Series: series starting with [01/27] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) URL : https://patchwork.freedesktop.org/series/67206/ State : warning == Summary == $ dim checkpatch origin/drm-tip 00c4ac0a46d7 dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) -:14: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0fc89b6802ba ("dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal")' #14: See also 0fc89b6802ba ("dma-fence: Simply wrap dma_fence_signal_locked total: 1 errors, 0 warnings, 0 checks, 24 lines checked 0a05fd8c35a2 drm/mm: Pack allocated/scanned boolean into a bitfield a3a715619f6e drm/i915: Only track bound elements of the GTT 11b60deee8dd drm/i915: Mark up address spaces that may need to allocate 250d2e27b808 drm/i915: Pull i915_vma_pin under the vm->mutex 6a9dabdbb8e1 drm/i915: Push the i915_active.retire into a worker 6c93d293a214 drm/i915: Coordinate i915_active with its own mutex -:1298: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment #1298: FILE: drivers/gpu/drm/i915/i915_active_types.h:49: + struct mutex mutex; total: 0 errors, 0 warnings, 1 checks, 1441 lines checked 65fe69d37a45 drm/i915: Move idle barrier cleanup into engine-pm dd53487769e5 drm/i915: Drop struct_mutex from around i915_retire_requests() 6c295f5e8411 drm/i915: Remove the GEM idle worker 75a7caab211c drm/i915: Merge wait_for_timelines with retire_request fe4bd075906e drm/i915: Move request runtime management onto gt -:218: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #218: new file mode 100644 -:223: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #223: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.c:1: +/* -:224: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #224: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.c:2: + * SPDX-License-Identifier: MIT -:352: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #352: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.h:1: +/* -:353: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #353: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.h:2: + * SPDX-License-Identifier: MIT total: 0 errors, 5 warnings, 0 checks, 709 lines checked 492045d0f8c4 drm/i915: Move global activity tracking from GEM to GT fecb6b0749fd drm/i915: Expose engine properties via sysfs -:67: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #67: new file mode 100644 -:72: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #72: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.c:1: +/* -:73: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #73: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.c:2: + * SPDX-License-Identifier: MIT -:197: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #197: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.h:1: +/* -:198: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #198: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.h:2: + * SPDX-License-Identifier: MIT total: 0 errors, 5 warnings, 0 checks, 159 lines checked 35cb1337abaf drm/i915/execlists: Force preemption 4e74c6ea7848 drm/i915: Mark up "sentinel" requests 0efddfe0da7b drm/i915/execlists: Cancel banned contexts on schedule-out 58ab43d6168b drm/i915: Cancel non-persistent contexts on close -:282: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #282: new file mode 100644 -:287: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #287: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:1: +/* -:288: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #288: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:2: + * SPDX-License-Identifier: MIT -:349: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #349: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.h:1: +/* -:350: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #350: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.h:2: + * SPDX-License-Identifier: MIT total: 0 errors, 5 warnings, 0 checks, 319 lines checked 437c1e8cf922 drm/i915: Replace hangcheck by heartbeats -:229: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'heartbeat', this function's name, in a string #229: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:69: + "%s heartbeat not ticking\n", -:246: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'heartbeat', this function's name, in a string #246: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:86: + "stopped heartbeat on %s", -:533: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #533: deleted file mode 100644 total: 0 errors, 3 warnings, 0 checks, 669 lines checked c311dc62779d drm/i915: Remove logical HW ID a699c736bb88 drm/i915: Move context management under GEM f42f4f34e168 drm/i915/overlay: Drop struct_mutex guard d8a7071ed5a6 drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info 5da4a6f1dd1a drm/i915: Remove struct_mutex guard for debugfs/opregion 2c47782ba04b drm/i915: Drop struct_mutex from suspend state save/restore bf1708691cd3 drm/i915/selftests: Drop vestigal struct_mutex guards a13c77413805 drm/i915: Drop struct_mutex from around GEM initialisation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx