[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915: Remove waiting & retiring from shrinker paths

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 21 18:59:15 UTC 2019


== Series Details ==

Series: series starting with [CI,1/5] drm/i915: Remove waiting & retiring from shrinker paths
URL   : https://patchwork.freedesktop.org/series/62546/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ae144d746212 drm/i915: Remove waiting & retiring from shrinker paths
52b42eae2b73 drm/i915: Track i915_active using debugobjects
1366bdd1501b drm/i915: Throw away the active object retirement complexity
0c0e7ef4889f drm/i915: Provide an i915_active.acquire callback
-:735: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment
#735: FILE: drivers/gpu/drm/i915/i915_active_types.h:36:
+	struct mutex mutex;

total: 0 errors, 0 warnings, 1 checks, 827 lines checked
88af6aa29b1b drm/i915: Local debug BUG_ON for intel_wakeref
-:67: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#67: FILE: drivers/gpu/drm/i915/intel_wakeref.h:17:
+#define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr)

total: 0 errors, 1 warnings, 0 checks, 56 lines checked



More information about the Intel-gfx mailing list