✗ CI.checkpatch: warning for A couple of VM bind fixes

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 1 01:47:11 UTC 2024


== Series Details ==

Series: A couple of VM bind fixes
URL   : https://patchwork.freedesktop.org/series/129397/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c928b955d0f7903a5ec4f78cb80615d223d0037e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Jan 31 16:48:49 2024 -0800

    drm/xe: Pick correct userptr VMA to repin on REMAP op failure
    
    A REMAP op is composed of 3 VMA's - unmap, prev map, and next map. When
    op_execute fails with -EAGAIN we need to update the local VMA pointer to
    the current op state and then repin the VMA if it is a userptr.
    
    Fixes a failure seen in xe_vm.munmap-style-unbind-userptr-one-partial.
    
    Fixes: b06d47be7c83 ("drm/xe: Port Xe to GPUVA")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch cba66c6a2af4df1b9b420fbad0a9ac1e68f14030 drm-intel
92cd6745c drm/xe: Take a reference in xe_exec_queue_last_fence_get()
-:9: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#9: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 66 lines checked
c928b955d drm/xe: Pick correct userptr VMA to repin on REMAP op failure
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'b06d47be7c83', maybe rebased or not pulled?
#12: 
Fixes: b06d47be7c83 ("drm/xe: Port Xe to GPUVA")

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




More information about the Intel-xe mailing list