== Series Details == Series: drm/i915: Remove short term pins from execbuf by requiring lock to unbind. URL : https://patchwork.freedesktop.org/series/98895/ State : warning == Summary == $ dim checkpatch origin/drm-tip db8c9a3db0b3 drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2. d2192b26e81d drm/i915: Add locking to i915_gem_evict_vm(), v2. ceef6899f6ef drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2. -:228: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #228: FILE: drivers/gpu/drm/i915/i915_gem_evict.c:457: + if (dying_vma(vma) || (ww && + (dma_resv_locking_ctx(vma->obj->base.resv) == &ww->ctx))) { total: 0 errors, 0 warnings, 1 checks, 376 lines checked 933249276580 drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2. 72fcac47dca9 drm/i915: Remove support for unlocked i915_vma unbind 842cd8d49f5e drm/i915: Remove short-term pins from execbuf, v6.