[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Call __guc_engine_fini_async direct for KERNEL engines

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 27 18:51:11 UTC 2023


== Series Details ==

Series: drm/xe: Call __guc_engine_fini_async direct for KERNEL engines
URL   : https://patchwork.freedesktop.org/series/121464/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bbfdd2504538c3221aa0685b1532f1e7a027800e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Jul 27 10:41:07 2023 -0700

    drm/xe: Call __guc_engine_fini_async direct for KERNEL engines
    
    Usually we call __guc_engine_fini_async via a worker as the engine fini
    can be done from within the GPU scheduler which creates a circular
    dependency without a worker. Kernel engines are fini'd at driver unload
    (not from within the GPU scheduler) so it is safe to directly call
    __guc_engine_fini_async.
    
    Reported-by: Oded Gabbay <ogabbay at kernel.org>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 580f19a11f9c682fa0f2c6b89578ae07226c3793 drm-intel
bbfdd2504 drm/xe: Call __guc_engine_fini_async direct for KERNEL engines
-:13: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#13: 
Reported-by: Oded Gabbay <ogabbay at kernel.org>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>

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




More information about the Intel-xe mailing list