[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Hold a wakeref for the active VM (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 31 17:23:30 UTC 2023
== Series Details ==
Series: drm/i915/gt: Hold a wakeref for the active VM (rev2)
URL : https://patchwork.freedesktop.org/series/115873/
State : warning
== Summary ==
Error: dim checkpatch failed
a5998f00a5a9 drm/i915/gt: Hold a wakeref for the active VM
-:71: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants
#71: FILE: drivers/gpu/drm/i915/gt/intel_engine_pm.c:123:
+ GEM_BUG_ON(rq->context->active_count != 1);
total: 0 errors, 1 warnings, 0 checks, 48 lines checked
More information about the Intel-gfx
mailing list