[Intel-xe] ✗ CI.checkpatch: warning for Notify userspace about uevent failure (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 18 14:40:19 UTC 2023
== Series Details ==
Series: Notify userspace about uevent failure (rev2)
URL : https://patchwork.freedesktop.org/series/120912/
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 264a6281a9bd45676cecf59f177e818c3ac8ac10
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue Jul 18 18:35:41 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>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch a43fd52b7ab2009631518ead5ca0afe9bc44515a drm-intel
6ec8fec4c drm/xe: Notify Userspace when engine reset fails
-:27: WARNING:BAD_SIGN_OFF: Duplicate signature
#27:
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
total: 0 errors, 1 warnings, 0 checks, 50 lines checked
264a6281a drm/xe: Introduce fault injection for gt reset
-:93: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 0)
#93: 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