[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915: Fix cmdparser drm.debug

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 11 13:23:20 UTC 2019


== Series Details ==

Series: series starting with [CI,1/5] drm/i915: Fix cmdparser drm.debug
URL   : https://patchwork.freedesktop.org/series/70751/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
932afa9f6249 drm/i915: Fix cmdparser drm.debug
d6fc56037549 drm/i915: Remove redundant parameters from intel_engine_cmd_parser
37ab9c58f463 drm/i915: Simplify error escape from cmdparser
2c1527f75ee4 drm/i915/gem: Tidy up error handling for eb_parse()
fa5e1faeee3f drm/i915: Align start for memcpy_from_wc
-:46: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#46: FILE: drivers/gpu/drm/i915/i915_memcpy.c:31:
+#define CI_BUG_ON(expr) BUG_ON(expr)

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



More information about the Intel-gfx mailing list