[Intel-xe] ✗ CI.checkpatch: warning for Notify userspace about uevent failure

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 25 16:38:49 UTC 2023


== Series Details ==

Series: Notify userspace about uevent failure
URL   : https://patchwork.freedesktop.org/series/121322/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 892f09383759073fae89f88e4314bb57a6d75f73
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Tue Jul 25 21:21:15 2023 +0530

    drm/xe: Introduce fault injection for gt reset
    
    To trigger gt reset failure:
     echo 100 >  /sys/kernel/debug/dri/<cardX>/fail_gt_reset/probability
     echo 2 >  /sys/kernel/debug/dri/<cardX>/fail_gt_reset/times
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch c7ed768399f6a4769bc4c18f92605d14201b0793 drm-intel
ad191e39c fault-inject: Include linux/types.h by default.
-:8: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#8: 
bool and gfp_t types, which are treated as unknown when CONFIG_FAULT_INJECTION

-:11: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '6ff1cb355e62', maybe rebased or not pulled?
#11: 
Fixes: 6ff1cb355e62 ("[PATCH] fault-injection capabilities infrastructure")

total: 0 errors, 2 warnings, 0 checks, 11 lines checked
d8df8308b drm/xe: Notify Userspace when gt reset fails
892f09383 drm/xe: Introduce fault injection for gt reset
-:95: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 0)
#95: FILE: drivers/gpu/drm/xe/xe_gt.h:17:
 		for_each_if(((hwe__) = (gt__)->hw_engines + (id__)) && \
[...]
+extern struct fault_attr gt_reset_failure;

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




More information about the Intel-xe mailing list