[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Hold a wakeref for the active VM
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 30 16:29:01 UTC 2023
== Series Details ==
Series: drm/i915/gt: Hold a wakeref for the active VM
URL : https://patchwork.freedesktop.org/series/115873/
State : warning
== Summary ==
Error: dim checkpatch failed
9c965a96d5ee drm/i915/gt: Hold a wakeref for the active VM
-:62: 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
#62: FILE: drivers/gpu/drm/i915/gt/intel_engine_pm.c:117:
+ GEM_BUG_ON(rq->context->active_count != 1);
total: 0 errors, 1 warnings, 0 checks, 42 lines checked
More information about the Intel-gfx
mailing list