✗ CI.checkpatch: warning for Enable GuC log dump and minor fixes in devcoredump
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 23 18:08:35 UTC 2025
== Series Details ==
Series: Enable GuC log dump and minor fixes in devcoredump
URL : https://patchwork.freedesktop.org/series/143898/
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 561428bf29244959255f4bb02d84341e1b018c82
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Thu Jan 23 09:59:43 2025 -0800
drm/xe: Drop duplicated information about GT tile in devcoredump
The GT tile is already available but was added again in commit
c28fd6c358db ("drm/xe/devcoredump: Improve section headings and add tile info"),
so here deleting it.
Here a devcoredump example with the duplicated information:
**** Xe Device Coredump ****
Reason: Timedout job - seqno=4294967170, lrc_seqno=4294967170, guc_id=13, flags=0x0
kernel: 6.13.0-zeh-xe+
module: xe
Snapshot time: 1737573530.243521319
Uptime: 2588.041930284
Process: deqp-vk [8850]
PCI ID: 0x64a0
PCI revision: 0x04
GT id: 0
Tile: 0
Type: main
IP ver: 20.4.4
CS reference clock: 19200000
GT id: 1
Tile: 0
Type: media
IP ver: 20.0.4
CS reference clock: 19200000
**** GT #0 ****
Tile: 0
**** GuC Log ****
....
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch c5111274c3116699622a6bb72b1c95a4478631ce drm-intel
163bc22564cc drm/xe: Fix and re-enable xe_print_blob_ascii85()
1c3ce42a1c96 drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump
561428bf2924 drm/xe: Drop duplicated information about GT tile in devcoredump
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#11:
c28fd6c358db ("drm/xe/devcoredump: Improve section headings and add tile info"),
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
More information about the Intel-xe
mailing list