✓ CI.checkpatch: success for drm/xe/guc: Check error code when initializing the CT mutex

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 21 22:29:30 UTC 2024


== Series Details ==

Series: drm/xe/guc: Check error code when initializing the CT mutex
URL   : https://patchwork.freedesktop.org/series/131451/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit dc0eebb0624db843f2734e3c2e95fead0b3d4149
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date:   Thu Mar 21 12:55:12 2024 -0700

    drm/xe/guc: Check error code when initializing the CT mutex
    
    The initialization via drmm_mutex_init can fail, so we need to check the
    return code and escalate the failure.
    
    The mutex initialization has been moved after all the other init steps
    that can't fail, so we're always guaranteed to have those done and don't
    have to check in the cleanup code.
    
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
+ /mt/dim checkpatch ad4a10c6d0e21df4bd830c20c96b795ae2d03962 drm-intel
dc0eebb0624d drm/xe/guc: Check error code when initializing the CT mutex




More information about the Intel-xe mailing list