✗ CI.checkpatch: warning for drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 24 23:39:46 UTC 2024
== Series Details ==
Series: drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS (rev2)
URL : https://patchwork.freedesktop.org/series/128268/
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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 361ecd8b18f4dd3b7b19204d21d9b7cf0a9c74d8
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Jan 24 15:37:12 2024 -0800
drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
Hide all Xe tracepoints behind DRM_XE_LOW_LEVEL_TRACEPOINTS as these can
be considered uABI. In Xe these are subject to change so hide these
behind Kconfig option DRM_XE_LOW_LEVEL_TRACEPOINTS. In addition to
possible uABI considerations these are low level developer tracepoints
only needed in debug kernel builds.
v2:
- Reword commit message (Lucas)
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch c5d6ab6a35e3a3074b0d1a218348f017271b6a9e drm-intel
361ecd8b1 drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
-:31: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol
#31: FILE: drivers/gpu/drm/xe/Kconfig.debug:109:
+config DRM_XE_LOW_LEVEL_TRACEPOINTS
+ bool "Enable low level trace events"
+ default n
+ help
+ Choose this option to enable low level trace events.
+
+ Recomended for driver developers only.
+
+ If in doubt, say "N".
total: 0 errors, 1 warnings, 0 checks, 380 lines checked
More information about the Intel-xe
mailing list