✗ CI.checkpatch: warning for series starting with [v5,1/9] drm/xe/snapshot: Remove drm_err on guc alloc failures

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 21 13:38:19 UTC 2024


== Series Details ==

Series: series starting with [v5,1/9] drm/xe/snapshot: Remove drm_err on guc alloc failures
URL   : https://patchwork.freedesktop.org/series/130203/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b9ae8ed4ea0a6174e9ffcea0e75ac2ff142a5273
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Wed Feb 21 14:30:24 2024 +0100

    drm/xe: Implement capture of HWSP and HWCTX
    
    Capture both the HWSP and the HW ctx page to allow easier replaying of
    error dumps for debugging.
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch e520d7c9e8738c2d1f6602cf43d6e761e5a93668 drm-intel
b2112704cc80 drm/xe/snapshot: Remove drm_err on guc alloc failures
ccdf7a9286a7 drm/xe: Clear all snapshot members after deleting coredump
07612cf1df0a drm/xe: Add uapi for dumpable bos
006d8b38e2d2 drm/xe: Annotate each dumpable vma as such
98d04bd955fe drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredump
5ad876f63acf drm/xe: Implement VM snapshot support for BO's and userptr
-:313: WARNING:LINE_SPACING: Missing a blank line after declarations
#313: FILE: drivers/gpu/drm/xe/xe_vm.c:3370:
+			void __user *userptr = (void __user *)(size_t)snap->snap[i].bo_ofs;
+			kthread_use_mm(snap->snap[i].mm);

total: 0 errors, 1 warnings, 0 checks, 323 lines checked
ab01dce7661a drm/xe: Move lrc snapshot capturing to xe_lrc.c
c1d33790d5e5 drm/xe: Add infrastructure for delayed LRC capture
-:45: CHECK:LINE_SPACING: Please don't use multiple blank lines
#45: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:1862:
 
+

total: 0 errors, 0 warnings, 1 checks, 82 lines checked
b9ae8ed4ea0a drm/xe: Implement capture of HWSP and HWCTX




More information about the Intel-xe mailing list