✗ CI.checkpatch: warning for drm/xe: Make all ABI shift values unsigned

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 31 05:05:09 UTC 2024


== Series Details ==

Series: drm/xe: Make all ABI shift values unsigned
URL   : https://patchwork.freedesktop.org/series/129348/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0079a4efd8e83041a29d5d7bcb6855605bda48a9
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jan 30 18:54:24 2024 -0800

    drm/xe: Make all ABI shift values unsigned
    
    All ABI definitions are unsigned and not defining as unsigned is causing
    build errors [1].
    
    [1] https://lore.kernel.org/all/20240123111235.3097079-1-geert@linux-m68k.org/
    
    Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 3d244fce99b65e012c4409d8a22bb9168c41f101 drm-intel
0079a4efd drm/xe: Make all ABI shift values unsigned
-:12: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#12: 
[1] https://lore.kernel.org/all/20240123111235.3097079-1-geert@linux-m68k.org/

-:14: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#14: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 2 warnings, 0 checks, 99 lines checked




More information about the Intel-xe mailing list