== Series Details == Series: series starting with [01/17] drm/i915/execlists: Always clear pending&inflight requests on reset URL : https://patchwork.freedesktop.org/series/64433/ State : warning == Summary == $ dim checkpatch origin/drm-tip c8ed7725202f drm/i915/execlists: Always clear pending&inflight requests on reset -:29: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #29: <7> [416.492863] hangcheck Execlist status: 0x00018001 00000000, entries 12 total: 0 errors, 1 warnings, 0 checks, 25 lines checked e39483670c53 drm/i915: Allow sharing the idle-barrier from other kernel requests -:123: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #123: new file mode 100644 -:128: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #128: FILE: drivers/gpu/drm/i915/gt/selftest_context.c:1: +/* -:129: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #129: FILE: drivers/gpu/drm/i915/gt/selftest_context.c:2: + * SPDX-License-Identifier: GPL-2.0 total: 0 errors, 3 warnings, 0 checks, 765 lines checked 3bf6fd98a8aa drm/i915: Flush extra hard after writing relocations through the GTT 239228f0daba drm/i915: Use drm_i915_private directly from drv_get_drvdata() 44ca456973b9 drm/i915/gem: Make caps.scheduler static c6d5fb095822 drm/i915: Move aliasing_ppgtt underneath its i915_ggtt 7e95fd418fe3 drm/i915/gt: Provide a local intel_context.vm f78748932447 drm/i915: Remove lrc default desc from GEM context 7d8e2702fe24 drm/i915: Push the ring creation flags to the backend 2bc8e8e4bbda drm/i915: Hide unshrinkable context objects from the shrinker ec4914511fb0 drm/i915/gt: Move the [class][inst] lookup for engines onto the GT -:311: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #311: new file mode 100644 -:316: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #316: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.c:1: +/* -:317: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #317: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.c:2: + * SPDX-License-Identifier: MIT -:550: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #550: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.h:1: +/* -:551: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #551: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.h:2: + * SPDX-License-Identifier: MIT -:858: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'engine__' - possible side-effects? #858: FILE: drivers/gpu/drm/i915/i915_drv.h:1926: +#define for_each_user_engine(engine__, i915__) \ + for ((engine__) = rb_to_uabi_engine(rb_first(&(i915__)->uabi_engines));\ + (engine__); \ + (engine__) = rb_to_uabi_engine(rb_next(&(engine__)->uabi_node))) total: 0 errors, 5 warnings, 1 checks, 911 lines checked a5728fb36226 drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc a529467900e4 drm/i915: Isolate i915_getparam_ioctl() -:236: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #236: new file mode 100644 -:241: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #241: FILE: drivers/gpu/drm/i915/i915_getparam.c:1: +/* -:242: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #242: FILE: drivers/gpu/drm/i915/i915_getparam.c:2: + * SPDX-License-Identifier: MIT total: 0 errors, 3 warnings, 0 checks, 374 lines checked ee85cd26a8c8 drm/i915: Only include active engines in the capture state d3a6003ade40 drm/i915: Flush the freed object list on file close -:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one total: 0 errors, 1 warnings, 0 checks, 75 lines checked c2e713bcad6c drm/i915: Make debugfs/per_file_stats scale better -:94: WARNING:LONG_LINE: line over 100 characters #94: FILE: drivers/gpu/drm/i915/i915_debugfs.c:304: + seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \ total: 0 errors, 1 warnings, 0 checks, 85 lines checked 652f6fd3c0d3 drm/i915/gt: Extract GT runtime power management from intel_pm.c -:258: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #258: new file mode 100644 -:263: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #263: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.c:1: +/* -:264: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #264: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.c:2: + * SPDX-License-Identifier: MIT -:725: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #725: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.h:1: +/* -:726: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #726: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.h:2: + * SPDX-License-Identifier: MIT -:887: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #887: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c:1: +/* -:888: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #888: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c:2: + * SPDX-License-Identifier: MIT -:1002: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1002: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_irq.h:1: +/* -:1003: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1003: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_irq.h:2: + * SPDX-License-Identifier: MIT -:1054: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment #1054: FILE: drivers/gpu/drm/i915/gt/intel_gt_types.h:83: + spinlock_t irq_lock; -:1067: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1067: FILE: drivers/gpu/drm/i915/gt/intel_llc.c:1: +/* -:1068: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1068: FILE: drivers/gpu/drm/i915/gt/intel_llc.c:2: + * SPDX-License-Identifier: MIT -:1193: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1193: FILE: drivers/gpu/drm/i915/gt/intel_llc.h:1: +/* -:1194: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1194: FILE: drivers/gpu/drm/i915/gt/intel_llc.h:2: + * SPDX-License-Identifier: MIT -:1214: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1214: FILE: drivers/gpu/drm/i915/gt/intel_llc_types.h:1: +/* -:1215: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1215: FILE: drivers/gpu/drm/i915/gt/intel_llc_types.h:2: + * SPDX-License-Identifier: MIT -:1233: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1233: FILE: drivers/gpu/drm/i915/gt/intel_rc6.c:1: +/* -:1234: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1234: FILE: drivers/gpu/drm/i915/gt/intel_rc6.c:2: + * SPDX-License-Identifier: MIT -:1904: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1904: FILE: drivers/gpu/drm/i915/gt/intel_rc6.h:1: +/* -:1905: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1905: FILE: drivers/gpu/drm/i915/gt/intel_rc6.h:2: + * SPDX-License-Identifier: MIT -:1934: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1934: FILE: drivers/gpu/drm/i915/gt/intel_rc6_types.h:1: +/* -:1935: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #1935: FILE: drivers/gpu/drm/i915/gt/intel_rc6_types.h:2: + * SPDX-License-Identifier: MIT -:2029: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #2029: FILE: drivers/gpu/drm/i915/gt/intel_rps.c:1: +/* -:2030: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #2030: FILE: drivers/gpu/drm/i915/gt/intel_rps.c:2: + * SPDX-License-Identifier: MIT -:2074: WARNING:LONG_LINE: line over 100 characters #2074: FILE: drivers/gpu/drm/i915/gt/intel_rps.c:46: + mask |= GEN6_PM_RP_UP_EI_EXPIRED | GEN6_PM_RP_DOWN_THRESHOLD | GEN6_PM_RP_DOWN_TIMEOUT; -:3905: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #3905: FILE: drivers/gpu/drm/i915/gt/intel_rps.h:1: +/* -:3906: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #3906: FILE: drivers/gpu/drm/i915/gt/intel_rps.h:2: + * SPDX-License-Identifier: MIT -:3948: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #3948: FILE: drivers/gpu/drm/i915/gt/intel_rps_types.h:1: +/* -:3949: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead #3949: FILE: drivers/gpu/drm/i915/gt/intel_rps_types.h:2: + * SPDX-License-Identifier: MIT -:4023: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment #4023: FILE: drivers/gpu/drm/i915/gt/intel_rps_types.h:76: + struct mutex mutex; total: 0 errors, 28 warnings, 2 checks, 9270 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx