✗ CI.checkpatch: warning for drm/xe/vf: Post-migration recovery worker basis (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 26 05:16:55 UTC 2024


== Series Details ==

Series: drm/xe/vf: Post-migration recovery worker basis (rev2)
URL   : https://patchwork.freedesktop.org/series/138935/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 65b292b9fa19f83762b8fd0fd5e9350071768cad
Author: Tomasz Lis <tomasz.lis at intel.com>
Date:   Tue Sep 24 22:25:53 2024 +0200

    drm/xe/vf: Defer fixups if migrated twice fast
    
    If another VF migration happened during post-migration recovery,
    then the current worker should be finished to allow the next
    one start swiftly and cleanly.
    
    Check for defer in two places: before fixups, and before
    sending RESFIX_DONE.
    
    Signed-off-by: Tomasz Lis <tomasz.lis at intel.com>
+ /mt/dim checkpatch 88d592f72f7bc508d6a027b1f96aa2e53f803e1b drm-intel
947e4ff1cda6 drm/xe/vf: React to MIGRATED interrupt
-:70: WARNING:MEMORY_BARRIER: memory barrier without comment
#70: FILE: drivers/gpu/drm/xe/xe_gt_sriov_vf.c:701:
+	smp_mb__after_atomic();

-:173: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#173: 
new file mode 100644

-:245: WARNING:MEMORY_BARRIER: memory barrier without comment
#245: FILE: drivers/gpu/drm/xe/xe_sriov_vf.c:68:
+	smp_mb();

total: 0 errors, 3 warnings, 0 checks, 193 lines checked
0e1f10841245 drm/xe/vf: Send RESFIX_DONE message at end of VF restore
1b2d305266f5 drm/xe/vf: Start post-migration fixups with provisinoning query
65b292b9fa19 drm/xe/vf: Defer fixups if migrated twice fast




More information about the Intel-xe mailing list