== Series Details == Series: drm/i915: Remove short term pins from execbuf by requiring lock to unbind. (rev2) URL : https://patchwork.freedesktop.org/series/98137/ State : warning == Summary == $ dim checkpatch origin/drm-tip 0a564d5e4bd9 drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2. 2ffa12202a76 drm/i915: Add locking to i915_gem_evict_vm() 775c2d0a1bd1 drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something -:148: CHECK:LINE_SPACING: Please don't use multiple blank lines #148: FILE: drivers/gpu/drm/i915/i915_gem_evict.c:252: + total: 0 errors, 0 warnings, 1 checks, 364 lines checked ec557f8e7070 drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2. -:7: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #7: We want to remove more members of i915_vma, which requires the locking to be total: 0 errors, 1 warnings, 0 checks, 317 lines checked 24fe65e145e6 drm/i915: Remove assert_object_held_shared f5cb09503ae0 drm/i915: Remove support for unlocked i915_vma unbind 953cc81f3a16 drm/i915: Remove short-term pins from execbuf, v6.