✗ CI.checkpatch: warning for drm/xe/vm: Fix an error path

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 4 10:22:50 UTC 2024


== Series Details ==

Series: drm/xe/vm: Fix an error path
URL   : https://patchwork.freedesktop.org/series/127999/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f7fac2c11bdaee1210c7d8ea8748510429270261
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Dec 22 18:59:04 2023 +0100

    drm/xe/vm: Fix an error path
    
    If using the VM_BIND_OP_UNMAP_ALL without any bound vmas for the
    vm, we will end up dereferencing an uninitialized variable and leak a
    bo lock. Fix this.
    
    v2:
    - Updated commit message (Lucas De Marchi)
    
    Reported-by: Dafna Hirschfeld <dhirschfeld at habana.ai>
    Closes: https://lore.kernel.org/intel-xe/jrwua7ckbiozfcaodx4gg2h4taiuxs53j5zlpf3qzvyhyiyl2d@pbs3plurokrj/
    Suggested-by: Dafna Hirschfeld <dhirschfeld at habana.ai>
    Fixes: 9f232f4ae249 ("drm/xe: Port Xe to GPUVA")
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Acked-by: Lucas De Marchi <lucas.demarchi at intel.com>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 7b3b98d034784b125bad7aca46f9e7a3cfcde45a drm-intel
f7fac2c11 drm/xe/vm: Fix an error path
-:19: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '9f232f4ae249', maybe rebased or not pulled?
#19: 
Fixes: 9f232f4ae249 ("drm/xe: Port Xe to GPUVA")

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




More information about the Intel-xe mailing list