✓ CI.checkpatch: success for drm/xe: Fix NPD in ggtt_node_remove()

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 28 10:15:03 UTC 2024


== Series Details ==

Series: drm/xe: Fix NPD in ggtt_node_remove()
URL   : https://patchwork.freedesktop.org/series/137893/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1c3ed30f5c3ea119c1fde129cdde90030605da9f
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Wed Aug 28 14:52:29 2024 +0530

    drm/xe: Fix NPD in ggtt_node_remove()
    
    Make sure that ggtt_node_remove() is invoked only if both node and ggtt
    are not null. Move the null checks to the caller function
    xe_ggtt_node_remove().
    
    v2: Move null check below declarations (Tejas)
    
    Fixes: 919bb54e989c ("drm/xe: Fix missing runtime outer protection for ggtt_remove_node")
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Tejas Upadhyay <tejas.upadhyay at intel.com>
    Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 2940d1fa7abe0d2a9acc95fd1c704a8d8cbc68f4 drm-intel
1c3ed30f5c3e drm/xe: Fix NPD in ggtt_node_remove()




More information about the Intel-xe mailing list