✗ CI.checkpatch: warning for drm/xe: Fix early wedge on GuC load failure (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 10 00:28:27 UTC 2025


== Series Details ==

Series: drm/xe: Fix early wedge on GuC load failure (rev2)
URL   : https://patchwork.freedesktop.org/series/149906/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1473f03770b3fa956b9eaf995790a08aced26de4
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date:   Mon Jun 9 17:22:46 2025 -0700

    drm/xe: Fix early wedge on GuC load failure
    
    When the GuC fails to load we declare the device wedged. However, the
    very first GuC load attempt on GT0 (from xe_gt_init_hwconfig) is done
    before the GT1 GuC objects are initialized, so things go bad when the
    wedge code attempts to cleanup GT1. To fix this, check the initialization
    status in the functions called during wedge.
    
    Fixes: 7dbe8af13c18 ("drm/xe: Wedge the entire device")
    Requires: 1e1981b16bb1 ("drm/xe: Fix taking invalid lock on wedge")
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Zhanjun Dong <zhanjun.dong at intel.com>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 52ecbb6a68785860c776b29f58792d9807243979 drm-intel
1473f03770b3 drm/xe: Fix early wedge on GuC load failure
-:13: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 1e1981b16bb1 ("drm/xe: Fix taking invalid lock on wedge")'
#13: 
Requires: 1e1981b16bb1 ("drm/xe: Fix taking invalid lock on wedge")

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




More information about the Intel-xe mailing list