✗ CI.checkpatch: warning for series starting with [1/2] drm/xe/guc: Fix out-of-bound while enabling engine activity stats
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 14 20:29:50 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/xe/guc: Fix out-of-bound while enabling engine activity stats
URL : https://patchwork.freedesktop.org/series/147717/
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
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 53052ae1c52a83d30759c6675596d7f4298cecf9
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon Apr 14 22:23:47 2025 +0200
drm/xe: Use GT oriented message to report engine activity error
We are enabling/disabling engine activity on per-GT basis, so any
errors should be also reported per GT, like:
[ ] xe 0000:00:02.0: [drm] GT0: PF: Failed to enable engine activity function stats (-ENOSPC)
[ ] xe 0000:00:02.0: [drm] GT1: PF: Failed to enable engine activity function stats (-ENOSPC)
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Cc: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch ee6ca91bfc76e36e7520d3603772b55fcc3837b8 drm-intel
ea01279937d6 drm/xe/guc: Fix out-of-bound while enabling engine activity stats
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#11:
[ ] BUG: KASAN: slab-out-of-bounds in xe_guc_engine_activity_function_stats+0x41e/0x4f0 [xe]
total: 0 errors, 1 warnings, 0 checks, 19 lines checked
53052ae1c52a drm/xe: Use GT oriented message to report engine activity error
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#10:
[ ] xe 0000:00:02.0: [drm] GT0: PF: Failed to enable engine activity function stats (-ENOSPC)
total: 0 errors, 1 warnings, 0 checks, 17 lines checked
More information about the Intel-xe
mailing list