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

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 27 00:29:34 UTC 2023


== Series Details ==

Series: Notify userspace about uevent failure
URL   : https://patchwork.freedesktop.org/series/121392/
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 1d386a032919103a981416071a5e84ae97b9806a
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Thu Jul 27 04:56:50 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 b184e6a05b0f3f033be7d45fbceeee7702e629fb drm-intel
d9f294d5b fault-inject: Include linux/types.h by default.
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '6ff1cb355e62', maybe rebased or not pulled?
#12: 
Fixes: 6ff1cb355e62 ("[PATCH] fault-injection capabilities infrastructure")

total: 0 errors, 1 warnings, 0 checks, 11 lines checked
c33dd36f0 drm/xe: Notify Userspace when gt reset fails
1d386a032 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