✗ CI.checkpatch: warning for Fix 32bit build

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 17 22:37:46 UTC 2024


== Series Details ==

Series: Fix 32bit build
URL   : https://patchwork.freedesktop.org/series/128840/
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit aa645e7dd4687a16a082b3d2ca5202ebb3bb4c21
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Tue Jan 16 09:40:50 2024 -0800

    drm/xe: Enable 32bits build
    
    Now that all the issues with 32bits are fixed, enable it again.
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 6002d529f9fe420895d407e481d39b19b58ec001 drm-intel
2e18bf8e6 drm/xe: Use _ULL for u64 division
-:8: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#8: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 8 lines checked
f4d580839 drm/xe/mmio: Cast to u64 when printing
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '286089ce6929', maybe rebased or not pulled?
#12: 
Fixes: 286089ce6929 ("drm/xe: Improve vram info debug printing")

-:29: WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#29: FILE: drivers/gpu/drm/xe/xe_mmio.c:275:
+			 &tile->mem.vram.dpa_base, tile->mem.vram.dpa_base + (u64)tile->mem.vram.actual_physical_size,

-:30: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#30: FILE: drivers/gpu/drm/xe/xe_mmio.c:276:
+			 &tile->mem.vram.io_start, tile->mem.vram.io_start + (u64)tile->mem.vram.io_size);

total: 0 errors, 3 warnings, 0 checks, 10 lines checked
28671885b drm/xe/display: Avoid calling readq()
-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '44e694958b95', maybe rebased or not pulled?
#10: 
Fixes: 44e694958b95 ("drm/xe/display: Implement display support")

total: 0 errors, 1 warnings, 0 checks, 27 lines checked
3777c2542 drm/xe: Fix cast on trace variable
aa645e7dd drm/xe: Enable 32bits build




More information about the Intel-xe mailing list