✗ CI.checkpatch: warning for drm/xe: Fix possible UAF in guc_exec_queue_process_msg (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 24 16:47:58 UTC 2024


== Series Details ==

Series: drm/xe: Fix possible UAF in guc_exec_queue_process_msg (rev3)
URL   : https://patchwork.freedesktop.org/series/136397/
State : warning

== 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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5236577147d28f961346fc6a14fabe08de14603d
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Jul 24 09:43:41 2024 -0700

    drm/xe: Fix possible UAF in guc_exec_queue_process_msg
    
    Store xe_device ahead of processing message as message can be free'd in
    some cases.
    
    v2:
     - Including missing local changes
    v3:
     - Resend for CI
    
    Reported-by: kernel test robot <lkp at intel.com>
    Reported-by: Dan Carpenter <dan.carpenter at linaro.org>
    Closes: https://lore.kernel.org/r/202407231445.rpisd1vA-lkp@intel.com/
    Fixes: d930c19fdff3 ("drm/xe: Build PM into GuC CT layer")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
    Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch aa82591ee06265c289d5a171865f0e030a825081 drm-intel
5236577147d2 drm/xe: Fix possible UAF in guc_exec_queue_process_msg
-:14: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#14: 
Reported-by: kernel test robot <lkp at intel.com>
Reported-by: Dan Carpenter <dan.carpenter at linaro.org>

total: 0 errors, 1 warnings, 0 checks, 16 lines checked




More information about the Intel-xe mailing list