✓ CI.checkpatch: success for drm/xe: Fix uninitialized pointer def

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 26 17:08:46 UTC 2025


== Series Details ==

Series: drm/xe: Fix uninitialized pointer def
URL   : https://patchwork.freedesktop.org/series/145504/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 773d61229fd19172fefd5cc4112dc07c7ac4bc32
Author: Colin Ian King <colin.i.king at gmail.com>
Date:   Wed Feb 26 16:05:24 2025 +0000

    drm/xe: Fix uninitialized pointer def
    
    In the case where a set of checks on xe->info.platform don't assign
    a value to pointer def the pointer remains uninitialized and hence
    can fail the following !def check. Fix this be ensuring pointer
    def is initialized to NULL.
    
    Fixes: 292b1a8a5054 ("drm/xe: Stop ignoring errors from xe_heci_gsc_init()")
    Signed-off-by: Colin Ian King <colin.i.king at gmail.com>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch c30d867c64c3257fca98492cf97fa6893ba5d294 drm-intel
773d61229fd1 drm/xe: Fix uninitialized pointer def




More information about the Intel-xe mailing list