✓ CI.checkpatch: success for series starting with [1/2] drm/xe/vm: move rebind_work init earlier

Patchwork patchwork at emeril.freedesktop.org
Tue May 27 01:16:29 UTC 2025


== Series Details ==

Series: series starting with [1/2] drm/xe/vm: move rebind_work init earlier
URL   : https://patchwork.freedesktop.org/series/149016/
State : success

== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bdb13ec26382efbd7c0717df6556bffbe5d66b96
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Wed May 14 16:24:26 2025 +0100

    drm/xe/vm: move xe_svm_init() earlier
    
    In xe_vm_close_and_put() we need to be able to call xe_svm_fini(),
    however during vm creation we can call this on the error path, before
    having actually initialised the svm state, leading to various splats
    followed by a fatal NPD.
    
    Fixes: 6fd979c2f331 ("drm/xe: Add SVM init / close / fini to faulting VMs")
    Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4967
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
87415a810627 drm/xe/vm: move rebind_work init earlier
bdb13ec26382 drm/xe/vm: move xe_svm_init() earlier




More information about the Intel-xe mailing list