[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Fix fence reservation accouting (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 11 22:15:32 UTC 2023


== Series Details ==

Series: drm/xe: Fix fence reservation accouting (rev2)
URL   : https://patchwork.freedesktop.org/series/123044/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e2e3ee3bdf6fcb90f2426e0f904d526221fb4355
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Sep 11 14:18:29 2023 -0700

    drm/xe: Fix fence reservation accouting
    
    Both execs and the preempt rebind worker can issue rebinds. Rebinds
    require a fence, per tile, inserted into dma-resv slots of the VM and
    BO (if external). The fence reservation accouting did not take into
    account the number of fences required for rebinds, fix this.
    
    v2: Rebase
    
    Reported-by: Christopher Snowhill <kode54 at gmail.com>
    Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/518
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b4ddac861881e66a4af06531a7a72345c086bac1 drm-intel
e2e3ee3bd drm/xe: Fix fence reservation accouting
-:13: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#13: 
Reported-by: Christopher Snowhill <kode54 at gmail.com>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/518

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




More information about the Intel-xe mailing list