✗ CI.checkpatch: warning for Enhance SVM stats

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 3 23:38:42 UTC 2025


== Series Details ==

Series: Enhance SVM stats
URL   : https://patchwork.freedesktop.org/series/149811/
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 2cb8e85f88137dec34f8b1ac68fe87b9b6a4b57f
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jun 3 16:34:45 2025 -0700

    drm/xe: Add more SVM GT stats
    
    Add more SVM GT stats which give visibility to where time is spent in
    the SVM page fault handler. Stats include number of faults at a given
    size, total SVM page fault time, migration time in us, copy time in us,
    copy kb, get pages time in us, and bind time in us. Will help in tuning
    SVM for performance.
    
    v2:
     - Include local changes
    v3:
     - Add tlb invalidation + valid page fault + per size copy size stats
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 2d51392d455943d0356d982902ce994f91996d3e drm-intel
f3f1ace1d366 drm/xe: Add clear_stats GT debugfs
2cb8e85f8813 drm/xe: Add more SVM GT stats
-:457: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#457: FILE: drivers/gpu/drm/xe/xe_svm.c:1134:
+		goto out;;

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




More information about the Intel-xe mailing list