✓ CI.checkpatch: success for drm/xe: Use pointers in trace events

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 22 14:53:01 UTC 2024


== Series Details ==

Series: drm/xe: Use pointers in trace events
URL   : https://patchwork.freedesktop.org/series/130261/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 60e882336220562867aa46e2dfa289ac8ebd895c
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Thu Feb 22 06:41:24 2024 -0800

    drm/xe: Use pointers in trace events
    
    Commit a0df2cc858c3 ("drm/xe/xe_bo_move: Enhance xe_bo_move trace")
    inadvertently reverted commit 8d038f49c1f3 ("drm/xe: Fix cast on trace
    variable"), breaking the build on 32bits.
    
    As noted by Ville, there's no point in converting the pointers to u64
    and add casts everywhere. In fact, it's better to just use %p and let
    the address be hashed. Convert all the cases in xe_trace.h to use
    pointers.
    
    Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Cc: Priyanka Dandamudi <priyanka.dandamudi at intel.com>
    Cc: Oak Zeng <oak.zeng at intel.com>
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch ae1e283133b83b0de46f00b0ac0bca913e159216 drm-intel
60e882336220 drm/xe: Use pointers in trace events




More information about the Intel-xe mailing list