✓ CI.checkpatch: success for series starting with [1/1] drm/xe/eustall: Fix a possible pointer dereference after free

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 12 17:40:59 UTC 2025


== Series Details ==

Series: series starting with [1/1] drm/xe/eustall: Fix a possible pointer dereference after free
URL   : https://patchwork.freedesktop.org/series/146223/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a01f2d1941b59a05e072c4dad37f42e947234481
Author: Harish Chegondi <harish.chegondi at intel.com>
Date:   Wed Mar 12 10:31:20 2025 -0700

    drm/xe/eustall: Fix a possible pointer dereference after free
    
    If devm_add_action_or_reset() isn't successful, xe_eu_stall_fini()
    is invoked. So, unsuccessful return from devm_add_action_or_reset()
    shouldn't dereference gt->eu_stall as xe_eu_stall_fini() already
    frees it. Fix this issue.
    
    Signed-off-by: Harish Chegondi <harish.chegondi at intel.com>
+ /mt/dim checkpatch e2e6ad67ea058d5b08490a2b3dab2152fcfcc24e drm-intel
a01f2d1941b5 drm/xe/eustall: Fix a possible pointer dereference after free




More information about the Intel-xe mailing list