✗ CI.checkpatch: warning for drm/xe: Docouple job seqno and lrc seqno

Patchwork patchwork at emeril.freedesktop.org
Wed May 22 22:29:26 UTC 2024


== Series Details ==

Series: drm/xe: Docouple job seqno and lrc seqno
URL   : https://patchwork.freedesktop.org/series/133939/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3c2ff6e378af9c22c25e02778963375bb57547e4
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed May 22 13:52:50 2024 -0700

    drm/xe: Docouple job seqno and lrc seqno
    
    Tightly coupling these seqno presents problems if alternative fences for
    jobs are used. Best to decouple these for correctness.
    
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Signed-off-by: Matthew Brost <mathhew.brost at intel.com>
+ /mt/dim checkpatch b912a794bf8a370cde8be56c138f5c82de0dde8f drm-intel
3c2ff6e378af drm/xe: Docouple job seqno and lrc seqno
-:70: ERROR:CODE_INDENT: code indent should use tabs where possible
#70: FILE: drivers/gpu/drm/xe/xe_ring_ops.c:417:
+^I^I^I^I        xe_sched_job_lrc_seqno(job));$

-:203: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Matthew Brost <matthew.brost at intel.com>' != 'Signed-off-by: Matthew Brost <mathhew.brost at intel.com>'

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




More information about the Intel-xe mailing list