✗ CI.checkpatch: warning for drm/xe/hwmon: Simplify and fix 32b wrap (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri May 30 22:38:08 UTC 2025


== Series Details ==

Series: drm/xe/hwmon: Simplify and fix 32b wrap (rev2)
URL   : https://patchwork.freedesktop.org/series/149657/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d1ad31de0f8750f153da94ad4c6f97e550b6f9ab
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Fri May 30 15:31:57 2025 -0700

    drm/xe/hwmon: Simplify and fix 32b wrap
    
    Like done in commit eaa287069a70 ("drm/xe/guc_submit: Simplify and fix
    
    diff calculation"), just use u32 for wrapping the value, which is
    simpler and more correct: when wrapping on 32b, the accumulated value
    was off by one.
    
    Also, do not mix the u64 value from pmt with the u32 value used for the
    calculation.
    
    Cc: Badal Nilawar <badal.nilawar at intel.com>
    Cc: Raag Jadav <raag.jadav at intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 32a1df707ffe59a58d6ab05e62802932ed789b52 drm-intel
d1ad31de0f87 drm/xe/hwmon: Simplify and fix 32b wrap
-:6: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit eaa287069a70 ("drm/xe/guc_submit: Simplify and fix diff calculation")'
#6: 
Like done in commit eaa287069a70 ("drm/xe/guc_submit: Simplify and fix

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




More information about the Intel-xe mailing list