✓ CI.checkpatch: success for drm/xe/xe_devcoredump: Check NULL before assignments

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 28 12:32:19 UTC 2024


== Series Details ==

Series: drm/xe/xe_devcoredump: Check NULL before assignments
URL   : https://patchwork.freedesktop.org/series/131762/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2662b2119f62d197addb4c8c4a2d417358479ec0
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Thu Mar 28 18:07:39 2024 +0530

    drm/xe/xe_devcoredump: Check NULL before assignments
    
    Assign 'xe_devcoredump_snapshot *' and 'xe_device *' only if
    'coredump' is not NULL.
    
    v2
    - Fix commit messages.
    
    v3
    - Define variables before code.(Ashutosh/Jose)
    
    v4
    - Drop return check for coredump_to_xe. (Jose/Rodrigo)
    
    v5
    - Modify misleading commit message. (Matt)
    
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
    Cc: José Roberto de Souza <jose.souza at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Reviewed-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 4e1d9f9322648d99848ebff27d441e748d26e2b8 drm-intel
2662b2119f62 drm/xe/xe_devcoredump: Check NULL before assignments




More information about the Intel-xe mailing list