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

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 21 13:28:33 UTC 2019


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
2576c15160f4 drm/i915: Remove waiting & retiring from shrinker paths
ad6dedb32df1 drm/i915: Track i915_active using debugobjects
c0edae8f7dcb drm/i915: Throw away the active object retirement complexity
7f6dd3b151fc 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
d08a6f278313 drm/i915: Local debug BUG_ON for intel_wakeref
-:66: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#66: 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