✗ CI.checkpatch: warning for LMTT invalidation

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 2 22:52:24 UTC 2025


== Series Details ==

Series: LMTT invalidation
URL   : https://patchwork.freedesktop.org/series/151092/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1f0daf660bbdb9161aa970264538f224029b6c8c
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Jul 3 00:30:41 2025 +0200

    drm/xe/pf: Invalidate LMTT after completing changes
    
    Once we finish populating all leaf pages in the VF's LMTT we should
    make sure that hardware will not access any stale data. Explicitly
    force LMTT invalidation (as it was already planned in the past).
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Michał Winiarski <michal.winiarski at intel.com>
    Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 339a9f6176f6e176caa8e631859c73b34ffb07d6 drm-intel
32fcd4eeccbe drm/xe/pf: Force GuC virtualization mode
-:17: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#17: 
 [ ] xe 0000:4d:00.0: [drm] *ERROR* GT0: FAST_REQ H2G fence 0x804e failed! e=0x30, h=0

total: 0 errors, 1 warnings, 0 checks, 52 lines checked
a295b4248dfe drm/xe/pf: Invalidate LMTT during LMEM unprovisioning
-:25: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id__' - possible side-effects?
#25: FILE: drivers/gpu/drm/xe/xe_device.h:133:
+#define for_each_gt_on_tile(gt__, tile__, id__) \
+	for ((id__) = 0; (id__) < XE_MAX_GT_PER_TILE; (id__)++) \
+		for_each_if((gt__) = xe_tile_get_gt((tile__), (id__)))

total: 0 errors, 0 warnings, 1 checks, 140 lines checked
1f0daf660bbd drm/xe/pf: Invalidate LMTT after completing changes




More information about the Intel-xe mailing list