✗ CI.checkpatch: warning for drm/ttm: warn when resv objs are mixed in a bulk_move

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 12 17:11:27 UTC 2024


== Series Details ==

Series: drm/ttm: warn when resv objs are mixed in a bulk_move
URL   : https://patchwork.freedesktop.org/series/131038/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e41bee3417de62b8b64a3c6ba9abd267b27f1e1e
Author: Christian König <ckoenig.leichtzumerken at gmail.com>
Date:   Tue Mar 12 16:54:13 2024 +0100

    drm/ttm: warn when resv objs are mixed in a bulk_move
    
    The BOs in a bulk move must share all the same reservation object
    to make sure that we lock the whole bulk during eviction.
    
    Actually document and enforce that with a warning.
    
    Signed-off-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch 1dfbf3ced62236dd318c701e3f21f5a33c226d0d drm-intel
e41bee3417de drm/ttm: warn when resv objs are mixed in a bulk_move
-:41: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'

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




More information about the Intel-xe mailing list