[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Implement snapshot support.
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 24 13:07:52 UTC 2023
== Series Details ==
Series: drm/xe: Implement snapshot support.
URL : https://patchwork.freedesktop.org/series/125506/
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 82ea2ccae574db0f9aa1d5c56ed71535918328f0
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Tue Oct 24 14:22:56 2023 +0200
drm/xe: Implement VM snapshot support
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 4354e27efb78582ee567ba6264c79d0872a3a4e7 drm-intel
f53a8b500 drm/xe: Add uapi for dumpable bos
-:65: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Maarten Lankhorst <dev at lankhorst.se>' != 'Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>'
total: 0 errors, 1 warnings, 0 checks, 38 lines checked
30f2231d5 drm/xe: Annotate each dumpable vma as such
7cc731109 drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredump
82ea2ccae drm/xe: Implement VM snapshot support
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
-:78: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#78: FILE: drivers/gpu/drm/xe/xe_vm.c:3336:
+ uint64_t ofs, bo_ofs;
-:157: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#157: FILE: drivers/gpu/drm/xe/xe_vm.c:3415:
+ uint32_t *x = snap->snap[i].data + j;
-:160: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#160: FILE: drivers/gpu/drm/xe/xe_vm.c:3418:
+ snap->snap[i].ofs + j, x[0], x[1], x[2], x[3], x[4], x[5], x[6], x[7],
total: 0 errors, 2 warnings, 2 checks, 165 lines checked
More information about the Intel-xe
mailing list